diff --git a/docs/content/operator/managed-kubernetes/overview.md b/docs/content/operator/managed-kubernetes/overview.md index 0f68550f..175e6b2a 100644 --- a/docs/content/operator/managed-kubernetes/overview.md +++ b/docs/content/operator/managed-kubernetes/overview.md @@ -9,7 +9,7 @@ Capsule Operator can be easily installed on a Managed Kubernetes Service. Since - MutatingAdmissionWebhook - ValidatingAdmissionWebhook -* [AWS EKS](/docs/managed-kubernetes/aws-eks) +* [AWS EKS](/docs/operator/managed-kubernetes/aws-eks) * CoAKS - Capsule over Azure Kubernetes Service * Google Cloud GKE * IBM Cloud diff --git a/docs/content/operator/references.md b/docs/content/operator/references.md index 5d004bf6..0aba9eff 100644 --- a/docs/content/operator/references.md +++ b/docs/content/operator/references.md @@ -13,7 +13,7 @@ Capsule operator uses a Custom Resources Definition (CRD) for _Tenants_. In Caps You can learn about tenant CRD by the `kubectl explain` command: -```command +``` kubectl explain tenant KIND: Tenant @@ -44,7 +44,7 @@ FIELDS: For Tenant spec: -```command +``` kubectl explain tenant.spec KIND: Tenant @@ -124,7 +124,7 @@ FIELDS: and Tenant status: -```command +``` kubectl explain tenant.status KIND: Tenant VERSION: capsule.clastix.io/v1beta1 diff --git a/docs/content/operator/use-cases/overview.md b/docs/content/operator/use-cases/overview.md index 4f9b88af..6d6941c8 100644 --- a/docs/content/operator/use-cases/overview.md +++ b/docs/content/operator/use-cases/overview.md @@ -43,7 +43,7 @@ Use Capsule to address any of the following scenarios: * [Allow adding labels and annotations on namespaces](/docs/operator/use-cases/namespace-labels-and-annotations) * [Velero Backup Restoration](/docs/operator/use-cases/velero-backup-restoration) * [Deny Wildcard Hostnames](/docs/operator/use-cases/deny-wildcard-hostnames) -* [Denying specific user-defined labels or annotations on Nodes](/docs/operator/use-cases/deny-specific-user-defined-labels-or-annotations-on-nodes) +* [Denying specific user-defined labels or annotations on Nodes](/docs/operator/use-cases/node-labels-and-annotations) > NB: as we improve Capsule, more use cases about multi-tenancy and cluster governance will be covered. diff --git a/docs/gridsome.server.js b/docs/gridsome.server.js index c05f2ec0..e785954f 100644 --- a/docs/gridsome.server.js +++ b/docs/gridsome.server.js @@ -23,11 +23,7 @@ module.exports = function (api) { { label: 'Dev guide', path: '/docs/dev-guide' - }, - { - label: 'Contributing', - path: '/docs/contributing' - }, + } ] }, { diff --git a/docs/src/components/AppFooter.vue b/docs/src/components/AppFooter.vue index 702f65cb..3dc4a726 100644 --- a/docs/src/components/AppFooter.vue +++ b/docs/src/components/AppFooter.vue @@ -9,7 +9,7 @@ " >
- Leverage Kubernetes Admission Controllers to enforce the industry - security best practices and meet legal requirements. -
-+ Capsule is completely declarative and GitOps ready. +
+