Files
archived-hipudding-teslamate/website/sidebars.js
Peter Boothby 1f8bbef39a Integration Guide for Node-RED, with examples (#2098)
* Create Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Create Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

improved the directions for adding node-red modules

* Add sidebar link

* Format markdown file

* Fix file link

* Move assets into separate directory

* Optimize images

* fix spelling error

"hamburber" sounds like something Donald Trump would write. I fixed the spelling error. :)

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-11-08 17:05:36 +01: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/portainer"],
},
{
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",
},
],
};