1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/website/sidebars.json
Juan Picado @jotadeveloper 652003feed
feat: update logos & add new page for logos on website (#941)
* chore: update svg logos

* chore: update logo assets (png)

thanks lisa for this upgrade

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>

* feat: add logo page

logo dimensions are missing here, we will figure out that later

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>

* chore: update link

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>

* chore: update link text

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>
2018-08-24 09:18:49 +02:00

47 lines
763 B
JSON

{
"docs": {
"Introduction": [
"what-is-verdaccio",
"installation",
"cli",
"logo"
],
"Configuration": [
"configuration",
"uplinks",
"packages",
"authentification",
"notifications",
"logger",
"webui"
],
"Server": [
"server-configuration",
"reverse-proxy",
"ssl",
"windows",
"iss-server"
],
"Plugins": [
"plugins",
"dev-plugins"
],
"DevOps": [
"docker",
"kubernetes",
"ansible",
"puppet",
"chef",
"ci"
],
"Development": [
"build",
"contributing",
"source-code",
"unit-testing",
"node-api"
],
"Guides": ["protect-your-dependencies"]
}
}