Get Started
Github
1. Customize web
Change web signature first to be your.
- Web Logo
public/web-logo.ong
2. Customize Main page
Main page is single TSX file contain full-page include top layout and Navbar customize this file will not effect to layout in document page. for file/image can be reference to public directory by start with path / see example on Image in this file.
3. Custom your content
document page is route to /docs to customize layout see this picture
- A can custom in file
components/layout - B can custom in file
components/doc-layout
for C that is content can custom by creating new tsx file into pages/docs directory by copy the template file [using-mdx.mdx for MDX or using-tsx.tsx for TSX]
the file will note reveal in the menu automatically need to customize in components/meta.ts to make path reveal in doc menus.