docs: more info

This commit is contained in:
Leifer Mendez
2022-12-26 14:07:45 +01:00
parent 8b6a27b0a7
commit 3cdff95f0f
17 changed files with 238 additions and 52 deletions

View File

@@ -8,3 +8,5 @@ export interface DocumentationCtx {
export const GlobalStore =
createContext<DocumentationCtx[]>('documentation-site')
export const AppSetting = createContext<{ repo: string }>('app-settings')