mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-16 20:59:26 +00:00
18
theme.config.tsx
Normal file
18
theme.config.tsx
Normal 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
|
||||
Reference in New Issue
Block a user