Skip to content

Commit 6d1004d

Browse files
committed
adjust navbar collapse and links
1 parent bc5b341 commit 6d1004d

File tree

7 files changed

+27
-18
lines changed

7 files changed

+27
-18
lines changed

pages/authzed/links/_meta.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"schedule": {
33
"title": "Schedule a Call",
4-
"href": "https://authzed.com/call?utm_source=docs"
4+
"href": "https://authzed.com/call?utm_source=docs",
5+
"newWindow": true
6+
},
7+
"changelog": {
8+
"title": "Changelog",
9+
"href": "https://changelog.authzed.cloud?utm_source=docs",
10+
"newWindow": true
511
},
612
"security-policies": {
713
"title": "Security Policies",
8-
"href": "https://security.authzed.com",
14+
"href": "https://security.authzed.com?utm_source=docs",
915
"newWindow": true
1016
},
1117
"status": {
1218
"title": "Serverless Status Page",
13-
"href": "https://status.authzed.com",
19+
"href": "https://status.authzed.com?utm_source=docs",
1420
"newWindow": true
1521
}
1622
}

pages/spicedb/getting-started/_meta.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"discovering-spicedb": "Discovering SpiceDB",
33
"install": "Installing SpiceDB",
44
"installing-spicedb": { "display": "hidden" },
5+
"client-libraries": "Client Libraries",
56
"installing-zed": "Installing Zed",
67
"coming-from": "Coming From",
78
"protecting-a-blog": "Protecting a Blog Application",
8-
"client-libraries": "Client Libraries",
9+
"awesome-list": {
10+
"title": "SpiceDB Awesome List",
11+
"href": "https://github.com/authzed/awesome-spicedb#user-content-awesome-spicedb",
12+
"newWindow": true
13+
},
14+
"examples": {
15+
"title": "Community Examples",
16+
"href": "https://github.com/authzed/examples",
17+
"newWindow": true
18+
},
919
"faq": "FAQ"
1020
}

pages/spicedb/getting-started/install/_meta.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"macos": "macOS",
33
"docker": "Docker",
44
"kubernetes": "Kubernetes",
5+
"eks": "AWS EKS",
56
"debian": "Ubuntu/Debian",
67
"rhel": "RHEL/CentOS",
78
"windows": "Windows"

pages/spicedb/ops/deploying-spicedb-on-eks.mdx pages/spicedb/getting-started/install/eks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Callout, Steps } from 'nextra/components'
22

3-
# Deploying SpiceDB on AWS EKS
3+
# Installing SpiceDB on AWS EKS
44

55
[AWS EKS] is the managed Kubernetes service provided by Amazon and is the best way to run SpiceDB on AWS.
66

pages/spicedb/getting-started/install/kubernetes.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { Callout } from 'nextra/components'
44

55
This document outlines how to install SpiceDB for systems running Kubernetes.
66

7-
SpiceDB is designed to run on Kubernetes and is our recommendation for production deployments.
7+
SpiceDB runs great in many environments, but our recommendation is to use Kubernetes in production deployments.
8+
The SpiceDB developers have deep experience with Kubernetes and can offer the best support in this environment.
9+
Additionally, SpiceDB has some additional logic for things such as peer discovery that make the experience a bit more seamless when using Kubernetes.
810

911
<Callout type="info">
1012
**Did You Know?**

pages/spicedb/links/_meta.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,8 @@
99
"href": "https://github.com/orgs/authzed/discussions/new?category=q-a",
1010
"newWindow": true
1111
},
12-
"awesome-list": {
13-
"title": "SpiceDB Awesome List",
14-
"href": "https://github.com/authzed/awesome-spicedb#user-content-awesome-spicedb",
15-
"newWindow": true
16-
},
17-
"examples": {
18-
"title": "Community Examples",
19-
"href": "https://github.com/authzed/examples",
20-
"newWindow": true
21-
},
2212
"zanzibar-paper": {
23-
"title": "Zanzibar Paper",
13+
"title": "Annotated Zanzibar Paper",
2414
"href": "https://authzed.com/zanzibar",
2515
"newWindow": true
2616
}

theme.config.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const config: DocsThemeConfig = {
6262
},
6363
sidebar: {
6464
toggleButton: true,
65-
defaultMenuCollapseLevel: 2,
65+
defaultMenuCollapseLevel: 1,
6666
},
6767
feedback: {
6868
content: (

0 commit comments

Comments
 (0)