Skip to content

Commit d8e6f9f

Browse files
doc: restructure sidebar by user journey
- dissolve "Post Installation": Import, Integrations and Configuration become their own goal-based categories again - Docker becomes a linked category holding its reverse proxy guides andimage verification - tokens page moves into Installation (required before first sign-in), labeled "Generating Tokens" - FAQ and screenshots move back up behind Installation - upgrading_postgres before manually_fixing_data (frequency order) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent cfb6ab3 commit d8e6f9f

3 files changed

Lines changed: 30 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
- doc: improve token and upgrade documentation, restructure sidebar (#5628 - @brianmay)
3131
- doc: promote token security note to warning admonition in docker/nixos install (#5628 - @JakobLichterfeld)
32+
- doc: restructure sidebar by user journey (#5642 - @JakobLichterfeld)
3233

3334
## [4.1.1] - 2026-08-14
3435

website/docs/installation/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Generating Tokens
3-
sidebar_label: Tokens
3+
sidebar_label: Generating Tokens
44
---
55

66
## Types of tokens

website/sidebars.js

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@ module.exports = {
44
type: "category",
55
label: "Installation",
66
items: [
7-
"installation/docker",
8-
"installation/nixos",
9-
"advanced_guides/verifying_images",
107
{
118
type: "category",
12-
label: "Reverse Proxy",
9+
label: "Docker",
10+
link: { type: "doc", id: "installation/docker" },
1311
items: [
14-
"advanced_guides/traefik",
15-
"advanced_guides/apache",
16-
"advanced_guides/unix_domain_sockets",
12+
{
13+
type: "category",
14+
label: "Reverse Proxy",
15+
items: [
16+
"advanced_guides/traefik",
17+
"advanced_guides/apache",
18+
"advanced_guides/unix_domain_sockets",
19+
],
20+
},
21+
"advanced_guides/verifying_images",
1722
],
1823
},
24+
"installation/nixos",
25+
"installation/tokens",
1926
{
2027
type: "category",
2128
label: "Unsupported methods",
@@ -27,33 +34,38 @@ module.exports = {
2734
},
2835
],
2936
},
37+
"faq",
38+
"screenshots",
39+
{
40+
type: "category",
41+
label: "Configuration",
42+
items: ["configuration/environment_variables", "configuration/api"],
43+
},
3044
{
3145
type: "category",
32-
label: "Post Installation",
46+
label: "Import",
47+
items: ["import/teslafi", "import/tesla_apiscraper"],
48+
},
49+
{
50+
type: "category",
51+
label: "Integrations",
3352
items: [
34-
"installation/tokens",
35-
"import/teslafi",
36-
"import/tesla_apiscraper",
3753
"integrations/home_assistant",
3854
"integrations/mqtt",
3955
"integrations/Node-RED",
4056
],
4157
},
42-
"configuration/environment_variables",
43-
"configuration/api",
4458
{
4559
type: "category",
4660
label: "Maintenance",
4761
items: [
4862
"upgrading",
4963
"maintenance/backup",
5064
"maintenance/restore",
51-
"maintenance/manually_fixing_data",
5265
"maintenance/upgrading_postgres",
66+
"maintenance/manually_fixing_data",
5367
],
5468
},
55-
"faq",
56-
"screenshots",
5769
{
5870
type: "doc",
5971
id: "projects",

0 commit comments

Comments
 (0)