Initial commit

Created from https://vercel.com/new
This commit is contained in:
2023-06-23 09:34:10 +00:00
commit e20bdb8eef
18 changed files with 2394 additions and 0 deletions

18
theme.config.tsx Normal file
View File

@@ -0,0 +1,18 @@
import React from 'react'
import { DocsThemeConfig } from 'nextra-theme-docs'
const config: DocsThemeConfig = {
logo: <span>My Project</span>,
project: {
link: 'https://github.com/shuding/nextra-docs-template',
},
chat: {
link: 'https://discord.com',
},
docsRepositoryBase: 'https://github.com/shuding/nextra-docs-template',
footer: {
text: 'Nextra Docs Template',
},
}
export default config