mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 19:49:16 +00:00
docs: ✨ updated
This commit is contained in:
10
packages/docs/src/contexts/index.tsx
Normal file
10
packages/docs/src/contexts/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createContext } from '@builder.io/qwik'
|
||||
|
||||
export interface DocumentationCtx {
|
||||
title: string
|
||||
link?: string
|
||||
list: { link: string; name: string }[]
|
||||
}
|
||||
|
||||
export const GlobalStore =
|
||||
createContext<DocumentationCtx[]>('documentation-site')
|
||||
Reference in New Issue
Block a user