2021-07-27 21:52:49 +02:00
|
|
|
// @ts-check
|
|
|
|
module.exports = {
|
|
|
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
|
|
|
docs: [
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Introduction',
|
2021-07-27 21:52:49 +02:00
|
|
|
items: [
|
2022-12-25 18:48:18 +01:00
|
|
|
'installation',
|
|
|
|
'what-is-verdaccio',
|
|
|
|
'cli',
|
2022-06-24 17:10:06 +02:00
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Setting up Verdaccio',
|
|
|
|
items: ['cli-registry', 'setup-npm', 'setup-yarn', 'setup-pnpm'],
|
2022-06-24 17:10:06 +02:00
|
|
|
},
|
2022-12-25 18:48:18 +01:00
|
|
|
'who-is-using',
|
|
|
|
'best',
|
|
|
|
'docker',
|
|
|
|
'protect-your-dependencies',
|
|
|
|
'e2e',
|
|
|
|
'verdaccio-programmatically',
|
|
|
|
'security-policy',
|
|
|
|
'logo',
|
|
|
|
'third-party',
|
2021-07-27 21:52:49 +02:00
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Uses Cases',
|
|
|
|
items: ['caching', 'linking-remote-registry'],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
2022-12-25 18:48:18 +01:00
|
|
|
'articles',
|
|
|
|
],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Features',
|
2021-07-27 21:52:49 +02:00
|
|
|
items: [
|
2022-12-25 18:48:18 +01:00
|
|
|
'configuration',
|
|
|
|
'uplinks',
|
|
|
|
'packages',
|
|
|
|
'authentication',
|
|
|
|
'notifications',
|
|
|
|
'logger',
|
2023-01-03 10:50:34 +01:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'User Interface',
|
|
|
|
items: ['webui', 'ui-components'],
|
|
|
|
},
|
2022-12-25 18:48:18 +01:00
|
|
|
],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Server',
|
|
|
|
items: ['server-configuration', 'reverse-proxy', 'ssl', 'windows', 'iss-server'],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Development',
|
2021-07-27 21:52:49 +02:00
|
|
|
items: [
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
2023-02-18 15:42:19 +01:00
|
|
|
label: 'Plugins',
|
|
|
|
items: [
|
|
|
|
'plugins',
|
|
|
|
'plugin-generator',
|
|
|
|
'plugin-auth',
|
|
|
|
'plugin-middleware',
|
|
|
|
'plugin-storage',
|
|
|
|
'plugin-theme',
|
|
|
|
'plugin-filter',
|
|
|
|
{
|
|
|
|
type: 'link',
|
2023-12-20 21:32:58 +01:00
|
|
|
label: 'Search for Plugins & Tools',
|
2023-02-18 15:42:19 +01:00
|
|
|
href: '/dev/plugins-search',
|
|
|
|
},
|
|
|
|
],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
2022-12-25 18:48:18 +01:00
|
|
|
'node-api',
|
|
|
|
],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'DevOps',
|
|
|
|
items: [
|
|
|
|
'kubernetes',
|
|
|
|
'ci',
|
2021-07-27 21:52:49 +02:00
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Cloud',
|
|
|
|
items: ['amazon'],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Tools',
|
|
|
|
items: ['ansible', 'puppet', 'chef'],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
2022-12-25 18:48:18 +01:00
|
|
|
],
|
2021-07-27 21:52:49 +02:00
|
|
|
},
|
|
|
|
{
|
2022-12-25 18:48:18 +01:00
|
|
|
type: 'category',
|
|
|
|
label: 'Guides',
|
|
|
|
items: ['aws'],
|
|
|
|
},
|
2022-10-10 08:00:09 +02:00
|
|
|
],
|
|
|
|
api: [
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'API Reference',
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: 'autogenerated',
|
2022-12-25 18:48:18 +01:00
|
|
|
dirName: 'api',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2021-07-27 21:52:49 +02:00
|
|
|
};
|