Configuration

Custom configuration that can you made.


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

Usage

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

Github

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

Redirects

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

Vercel OG Image Generation

To assist with generating dynamic Open Graph (OG) images, we use the Vercel @vercel/og library to compute and generate social card images using Vercel Edge Functions.

check the sample