Skip to content

Commit

Permalink
IA Edits (#17558)
Browse files Browse the repository at this point in the history
* IA Edits

- Move Statements, Sessions, Transactions pages under SQL Activity Page.
Closes DOC-8417
- Remove dupe Network Auth
- Move Deployment Options to Get Started

* Move Benchmarking to Troubleshooting
Closes DOC-8414
  • Loading branch information
Lauren Hirata Singh authored Jul 26, 2023
1 parent f7e1bc5 commit f4290ca
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 53 deletions.
45 changes: 22 additions & 23 deletions src/current/_includes/v23.1/sidebar-data/cloud-deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,6 @@
"/cockroachcloud/authorization.html"
]
},
{
"title": "Network Authorization",
"urls": [
"/cockroachcloud/network-authorization.html"
]
},
{
"title": "Manage Console Access",
"urls": [
Expand All @@ -244,7 +238,7 @@
"title": "Network Authorization",
"items": [
{
"title": "Network Authorization Overview",
"title": "Overview",
"urls": [
"/cockroachcloud/network-authorization.html"
]
Expand Down Expand Up @@ -339,22 +333,27 @@
]
},
{
"title": "Statements Page",
"urls": [
"/cockroachcloud/statements-page.html"
]
},
{
"title": "Sessions Page",
"urls": [
"/cockroachcloud/sessions-page.html"
]
},
{
"title": "Transactions Page",
"urls": [
"/cockroachcloud/transactions-page.html"
]
"title": "SQL Activity Page",
"items": [
{
"title": "Statements Page",
"urls": [
"/cockroachcloud/statements-page.html"
]
},
{
"title": "Sessions Page",
"urls": [
"/cockroachcloud/sessions-page.html"
]
},
{
"title": "Transactions Page",
"urls": [
"/cockroachcloud/transactions-page.html"
]
}
]
},
{
"title": "Insights Page",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"title": "Feature Overview",
"is_top_level": true,
"items": [{
"title": "Deployment Options",
"urls": [
"/${VERSION}/choose-a-deployment-option.html"
]
},
"items": [
{
"title": "CockroachDB Basics",
"items": [
Expand Down
12 changes: 9 additions & 3 deletions src/current/_includes/v23.1/sidebar-data/get-started.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
]
},
{
"title": "Learn CockroachDB SQL",
"title": "Deployment Options",
"urls": [
"/cockroachcloud/learn-cockroachdb-sql.html",
"/${VERSION}/learn-cockroachdb-sql.html"
"/${VERSION}/choose-a-deployment-option.html"
]
},
{
Expand All @@ -24,6 +23,13 @@
"/${VERSION}/install-cockroachdb-windows.html"
]
},
{
"title": "Learn CockroachDB SQL",
"urls": [
"/cockroachcloud/learn-cockroachdb-sql.html",
"/${VERSION}/learn-cockroachdb-sql.html"
]
},
{
"title": "Develop with CockroachDB",
"items": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,27 +669,6 @@
}
]
},
{
"title": "Benchmarking",
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/performance.html"
]
},
{
"title": "Benchmarking Instructions",
"urls": [
"/${VERSION}/performance-benchmarking-with-tpcc-local.html",
"/${VERSION}/performance-benchmarking-with-tpcc-local-multiregion.html",
"/${VERSION}/performance-benchmarking-with-tpcc-small.html",
"/${VERSION}/performance-benchmarking-with-tpcc-medium.html",
"/${VERSION}/performance-benchmarking-with-tpcc-large.html"
]
}
]
},
{
"title": "Cluster API",
"urls": [
Expand Down
21 changes: 21 additions & 0 deletions src/current/_includes/v23.1/sidebar-data/troubleshooting.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,27 @@
"/${VERSION}/query-replication-reports.html"
]
},
{
"title": "Benchmarking",
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/performance.html"
]
},
{
"title": "Benchmarking Instructions",
"urls": [
"/${VERSION}/performance-benchmarking-with-tpcc-local.html",
"/${VERSION}/performance-benchmarking-with-tpcc-local-multiregion.html",
"/${VERSION}/performance-benchmarking-with-tpcc-small.html",
"/${VERSION}/performance-benchmarking-with-tpcc-medium.html",
"/${VERSION}/performance-benchmarking-with-tpcc-large.html"
]
}
]
},
{
"title": "Support Resources",
"urls": [
Expand Down

0 comments on commit f4290ca

Please sign in to comment.