0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/website/versioned_sidebars/version-5.x-sidebars.json
Juan Picado 15f3fba094
chore(website): talks section (#3443)
* chore(website): talks section

* chore: remove dep

* chore: iframe react

* Update deep-dive-into-verdaccio.md

* chore: refactor talks

* Update deep-dive-into-verdaccio.md

* chore: remove code

* Update website.yml

* chore: remove old talks ref
2022-10-16 14:06:07 +02:00

115 lines
2.1 KiB
JSON

{
"docs": [
{
"type": "category",
"label": "Introduction",
"items": [
"what-is-verdaccio",
"installation",
"cli",
{
"type": "category",
"label": "Setting up Verdaccio",
"items": [
"cli-registry",
"setup-npm",
"setup-yarn",
"setup-pnpm"
]
},
"who-is-using",
"best",
"docker",
"protect-your-dependencies",
"e2e",
"verdaccio-programmatically",
"security-policy",
"logo",
{
"type": "category",
"label": "Uses Cases",
"items": [
"caching",
"github-actions",
"linking-remote-registry"
]
},
"articles"
]
},
{
"type": "category",
"label": "Features",
"items": [
"configuration",
"uplinks",
"packages",
"authentication",
"notifications",
"logger",
"webui"
]
},
{
"type": "category",
"label": "Server",
"items": [
"server-configuration",
"reverse-proxy",
"ssl",
"windows",
"iss-server"
]
},
{
"type": "category",
"label": "Development",
"items": [
"plugins",
"dev-plugins",
{
"type": "category",
"label": "Dev Guides",
"items": [
"plugin-generator",
"plugin-auth",
"plugin-middleware",
"plugin-storage"
]
},
"node-api"
]
},
{
"type": "category",
"label": "DevOps",
"items": [
"kubernetes",
"ci",
{
"type": "category",
"label": "Cloud",
"items": [
"amazon"
]
},
{
"type": "category",
"label": "Tools",
"items": [
"ansible",
"puppet",
"chef"
]
}
]
},
{
"type": "category",
"label": "Guides",
"items": [
"aws"
]
}
]
}