Configuration file: links.ts
Here are the options available in the links.ts file:
BASE_URL
Type: string
Base URL of this app, after deployment. This is used to correctly show internal links.
NAVBAR_PAGES
Type: Array<{ name: string; url: string; }>
A list of links to show in the Navbar (top).
LIST_ROOT_PAGE_IN_SIDEBAR
Type: boolean
Default: true
Whether to list the root page [the first page.(mdx|tsx|md) file in (docs)/] in the page tree.