Manual Setup
The quickest way to get started is using the Getting started guide.
1. Get the package
Section titled “1. Get the package”Download the package
Section titled “Download the package”Get the package from the site.
Extract the package
Section titled “Extract the package”The steps to extract the package:
- First, extract the package.
- Then, navigate to the extracted folder.
- Finally, open the terminal in the extracted folder.
2. Modify the configuration
Section titled “2. Modify the configuration”Here’s what you should modify in the configuration.
export const chapters = [ { label: 'Start Here', autogenerate: { directory: '/docs/intro' }, }, { label: 'Project Guide', autogenerate: { directory: '/docs/guide' }, },];You can style code snippets using this guide: https://expressive-code.com/key-features/frames/
3. Start the server
Section titled “3. Start the server”Here’s how to start the server.