mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 09:03:27 +00:00
Add new docs starter
This commit is contained in:
10
new/theme.config.tsx
Normal file
10
new/theme.config.tsx
Normal 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;
|
Reference in New Issue
Block a user