Add new docs starter

This commit is contained in:
mrjvs
2024-01-12 17:26:05 +01:00
parent 629005646b
commit d3aa6a5f88
8 changed files with 2892 additions and 10 deletions

10
new/theme.config.tsx Normal file
View File

@@ -0,0 +1,10 @@
import type { ThemeConfig } from "nextra"
const config: ThemeConfig = {
logo: <span>My Nextra Documentation</span>,
project: {
link: 'https://github.com/shuding/nextra'
}
}
export default config;