Skip to content

Commit f8d3d27

Browse files
joaovianaclaude
andcommitted
docs(nav): nest table-calc pages under a Table calculations group
Removes the IA weirdness where "Table calculations" (overview) and "Formula table calculations" (Beta guide) were peer entries. Now they live inside a single "Table calculations" group, alongside the existing "Table calculation functions" and "SQL templates" sub-groups (latter renamed from "Table calc SQL templates" — cleaner given the parent group already names the topic). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c8a79dd commit f8d3d27

1 file changed

Lines changed: 24 additions & 19 deletions

File tree

docs.json

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -96,27 +96,32 @@
9696
"guides/how-to-promote-content",
9797
"guides/verified-content",
9898
"guides/keyboard-shortcuts",
99-
"guides/table-calculations",
100-
"guides/formula-table-calculations",
10199
{
102-
"group": "Table calculation functions",
100+
"group": "Table calculations",
103101
"pages": [
104-
"references/table-calculation-functions/row-functions",
105-
"references/table-calculation-functions/pivot-functions",
106-
"references/table-calculation-functions/aggregate-functions"
107-
]
108-
},
109-
{
110-
"group": "Table calc SQL templates",
111-
"pages": [
112-
"guides/table-calculations/sql-templates",
113-
"guides/table-calculations/table-calculation-sql-templates/percent-change-from-previous",
114-
"guides/table-calculations/table-calculation-sql-templates/percent-of-previous-value",
115-
"guides/table-calculations/table-calculation-sql-templates/percent-of-total-column",
116-
"guides/table-calculations/table-calculation-sql-templates/percent-of-group-pivot-total",
117-
"guides/table-calculations/table-calculation-sql-templates/rank-in-column",
118-
"guides/table-calculations/table-calculation-sql-templates/running-total",
119-
"guides/table-calculations/table-calculation-sql-templates/rolling-window"
102+
"guides/table-calculations",
103+
"guides/formula-table-calculations",
104+
{
105+
"group": "Table calculation functions",
106+
"pages": [
107+
"references/table-calculation-functions/row-functions",
108+
"references/table-calculation-functions/pivot-functions",
109+
"references/table-calculation-functions/aggregate-functions"
110+
]
111+
},
112+
{
113+
"group": "SQL templates",
114+
"pages": [
115+
"guides/table-calculations/sql-templates",
116+
"guides/table-calculations/table-calculation-sql-templates/percent-change-from-previous",
117+
"guides/table-calculations/table-calculation-sql-templates/percent-of-previous-value",
118+
"guides/table-calculations/table-calculation-sql-templates/percent-of-total-column",
119+
"guides/table-calculations/table-calculation-sql-templates/percent-of-group-pivot-total",
120+
"guides/table-calculations/table-calculation-sql-templates/rank-in-column",
121+
"guides/table-calculations/table-calculation-sql-templates/running-total",
122+
"guides/table-calculations/table-calculation-sql-templates/rolling-window"
123+
]
124+
}
120125
]
121126
}
122127
]

0 commit comments

Comments
 (0)