Files
archived-hipudding-teslamate/website/sidebars.js
JakobLichterfeld eaa518d8a5 doc: remove outdated, unsupported, unmaintained portainer doc (#3972)
* doc:remove outdated, unmaintained portainer doc

* doc: Remove unmaintained Portainer documentation

* doc: update changelog
2024-06-18 19:01:49 +02:00

63 lines
1.3 KiB
JavaScript

module.exports = {
docs: [
{
type: "category",
label: "Getting started",
items: [
{
type: "category",
label: "Installation",
items: [
"installation/docker",
"installation/debian",
"installation/freebsd",
],
},
"faq",
],
},
{
type: "category",
label: "Guides",
items: ["guides/traefik", "guides/apache", "guides/unix_domain_sockets"],
},
{
type: "category",
label: "Import",
items: ["import/teslafi", "import/tesla_apiscraper"],
},
{
type: "category",
label: "Integrations",
items: [
"integrations/home_assistant",
"integrations/mqtt",
"integrations/Node-RED",
],
},
{
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: "projects",
},
{
type: "doc",
id: "development",
},
],
};