Update site title and nav

This commit is contained in:
Ciprian Hacman 2020-10-29 06:49:00 +02:00
parent 567867ed69
commit 7b22128b37
1 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
site_name: Kubernetes Operations - kops site_name: kOps - Kubernetes Operations
# strict: true # strict: true
repo_name: 'kubernetes/kops' repo_name: 'kubernetes/kops'
repo_url: 'https://github.com/kubernetes/kops' repo_url: 'https://github.com/kubernetes/kops'
@ -19,7 +19,7 @@ theme:
features: features:
- tabs - tabs
icon: icon:
logo: 'material/earth' logo: 'material/cloud-outline'
favicon: 'img/logo-notext.svg' favicon: 'img/logo-notext.svg'
palette: palette:
primary: 'teal' primary: 'teal'
@ -43,8 +43,8 @@ nav:
- Deploying to OpenStack - Beta: "getting_started/openstack.md" - Deploying to OpenStack - Beta: "getting_started/openstack.md"
- Deploying to Digital Ocean - Alpha: "getting_started/digitalocean.md" - Deploying to Digital Ocean - Alpha: "getting_started/digitalocean.md"
- Deploying to Spot Ocean: "getting_started/spot-ocean.md" - Deploying to Spot Ocean: "getting_started/spot-ocean.md"
- kops Commands: "getting_started/commands.md" - kOps Commands: "getting_started/commands.md"
- kops Arguments: "getting_started/arguments.md" - kOps Arguments: "getting_started/arguments.md"
- kubectl usage: "getting_started/kubectl.md" - kubectl usage: "getting_started/kubectl.md"
- Production setup: "getting_started/production.md" - Production setup: "getting_started/production.md"
- CLI: - CLI:
@ -80,12 +80,12 @@ nav:
- Cluster Templating: "operations/cluster_template.md" - Cluster Templating: "operations/cluster_template.md"
- Cluster upgrades and migrations: "operations/cluster_upgrades_and_migrations.md" - Cluster upgrades and migrations: "operations/cluster_upgrades_and_migrations.md"
- GPU setup: "gpu.md" - GPU setup: "gpu.md"
- kube-up to kops upgrade: "upgrade_from_kubeup.md" - kube-up to kOps upgrade: "upgrade_from_kubeup.md"
- Label management: "labels.md" - Label management: "labels.md"
- Secret management: "secrets.md" - Secret management: "secrets.md"
- Service Account Token Volume: "operations/service_account_token_volumes.md" - Service Account Token Volume: "operations/service_account_token_volumes.md"
- Moving from a Single Master to Multiple HA Masters: "single-to-multi-master.md" - Moving from a Single Master to Multiple HA Masters: "single-to-multi-master.md"
- Running kops in a CI environment: "continuous_integration.md" - Running kOps in a CI environment: "continuous_integration.md"
- Gossip DNS: "gossip.md" - Gossip DNS: "gossip.md"
- etcd: - etcd:
- etcd administration: "operations/etcd_administration.md" - etcd administration: "operations/etcd_administration.md"
@ -105,7 +105,7 @@ nav:
- Lyft VPC: "networking/lyft-vpc.md" - Lyft VPC: "networking/lyft-vpc.md"
- Romana: "networking/romana.md" - Romana: "networking/romana.md"
- Weave: "networking/weave.md" - Weave: "networking/weave.md"
- Run kops in an existing VPC: "run_in_existing_vpc.md" - Run kOps in an existing VPC: "run_in_existing_vpc.md"
- Supported network topologies: "topology.md" - Supported network topologies: "topology.md"
- Subdomain setup: "creating_subdomain.md" - Subdomain setup: "creating_subdomain.md"
- Security: - Security:
@ -139,8 +139,8 @@ nav:
- Developing using Docker: "development/Docker.md" - Developing using Docker: "development/Docker.md"
- Documentation Guidelines: "development/documentation.md" - Documentation Guidelines: "development/documentation.md"
- Hack Directory: "development/hack.md" - Hack Directory: "development/hack.md"
- How to update `kops` API: "development/api_updates.md" - How to update kOps API: "development/api_updates.md"
- Low level description on how kops works: "development/how_it_works.md" - Low level description on how kOps works: "development/how_it_works.md"
- Notes on Gossip design: "development/gossip.md" - Notes on Gossip design: "development/gossip.md"
- Notes on master instance sizing: "development/instancesizes.md" - Notes on master instance sizing: "development/instancesizes.md"
- Our release process: "development/release.md" - Our release process: "development/release.md"