mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
* Update docs * Update for streaming * Update guides and add a reference in the project page * Update for readability * readability * format * update fleet api price * Update direct Tesla API part --------- Co-authored-by: Julien <julien@citio.digital>
63 lines
1.3 KiB
JavaScript
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", "guides/api"],
|
|
},
|
|
{
|
|
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",
|
|
},
|
|
],
|
|
};
|