mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:33:26 +00:00
Add basic Guider project and remove Nuxt content
This commit is contained in:
12
theme.config.tsx
Normal file
12
theme.config.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineTheme, directory, link } from '@neato/guider/theme';
|
||||
|
||||
export default defineTheme({
|
||||
directories: [
|
||||
directory("main", { // ID of your directory (unique per site), used for referencing in your page files
|
||||
sidebar: [
|
||||
// Creates a link in your sidebar, add more below it
|
||||
link("Home", "/")
|
||||
]
|
||||
})
|
||||
],
|
||||
});
|
Reference in New Issue
Block a user