Skip to Content

Configuration

This section cover some configurations that you need do after clone the template.


The sidebar is directly linked with pagination, so be careful when modifying this file.

/*
* Example
*/
export const SIDEBAR = [
{
title: 'Getting Started',
children: [
{
title: 'Overview',
slug: '/docs',
},
],
},
];

Edit page

Every page has a button Edit this page on GitHub, so don't forget to set the repository url

Redirects

On nextconfig has a redirect to /docs, if need a index remove them.

Edit this page on GitHub