jellyfin.org/sidebars.js

20 lines
547 B
JavaScript
Raw Normal View History

2021-05-06 09:16:19 +02:00
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
module.exports = {
// By default, Docusaurus generates a sidebar from the docs folder structure
2022-08-18 17:00:06 -04:00
docs: [
'index',
{ type: 'autogenerated', dirName: 'general' },
{ type: 'link', label: 'API Documentation', href: 'https://api.jellyfin.org' }
]
2021-05-06 09:16:19 +02:00
};