Skip to content

Commit 6a0c398

Browse files
authored
Update docs structure (#10168)
* docs: update docs structure * Organize administration * Dashboards page * Updates users and permissions docs * Update GCP guide
1 parent a2e7aea commit 6a0c398

File tree

104 files changed

+695
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+695
-454
lines changed

docs/pages/product/_meta.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
module.exports = {
22
"introduction": "Introduction",
33
"getting-started": "Getting started",
4-
"configuration": "Configuration",
4+
"configuration": "Data Sources & Config",
55
"data-modeling": "Data modeling",
6+
"exploration": "Explore & Analyze",
7+
"presentation": "Present & Share",
68
"caching": "Caching",
79
"auth": "Access control",
810
"apis-integrations": "APIs & integrations",
9-
"workspace": "Workspace",
10-
"agentic-analytics": "Agentic analytics",
11-
"deployment": "Deployment",
12-
"distribution": "Distribution"
11+
"administration": "Administration"
1312
}
Lines changed: 20 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
"users-and-permissions": "Users & permissions",
3+
"ai": "AI",
4+
"workspace": "Workspace",
5+
"deployment": "Deployment",
6+
"distribution": "Distribution"
7+
}
8+
Lines changed: 22 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
"spaces-agents-models": "Spaces, agents, models",
3+
"agent-rules": "Agent rules",
4+
"memory-isolation": "Agent memories"
5+
}
6+

docs/pages/product/deployment/cloud/_meta.js renamed to docs/pages/product/administration/deployment/_meta.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ module.exports = {
1212
"scalability": "Scalability",
1313
"pricing": "Pricing",
1414
"support": "Support",
15-
"limits": "Limits"
15+
"limits": "Limits",
16+
"core": "Cube Core"
1617
}

0 commit comments

Comments
 (0)