Files
archived-teslamate/website/sidebars.js
T
DrMichaelandAdrian Kumpf 4288e187c8 Add portainer to the documentation (#581)
* Create portainer

Created portainer installation description.

* Update portainer

* Update sidebars.js

Added portainer

* Rename portainer to portainer.md

* Update portainer.md

* Fix JSX syntax errors

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-04-14 11:51:47 +02:00

51 lines
1.1 KiB
JavaScript

module.exports = {
docs: [
{
type: "category",
label: "Getting started",
items: [
{
type: "category",
label: "Installation",
items: ["installation/docker", "installation/debian"],
},
"faq",
],
},
{
type: "category",
label: "Guides",
items: ["guides/traefik", "guides/apache", "guides/portainer"],
},
{
type: "category",
label: "Import",
items: ["import/teslafi", "import/tesla_apiscraper"],
},
{
type: "category",
label: "Integrations",
items: ["integrations/home_assistant", "integrations/mqtt"],
},
{
type: "category",
label: "Advanced Configuration",
items: ["configuration/environment_variables"],
},
{
type: "category",
label: "Maintenance",
items: [
"upgrading",
"maintenance/backup_restore",
"maintenance/manually_fixing_data",
"maintenance/upgrading_postgres",
],
},
{
type: "doc",
id: "development",
},
],
};