Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
This commit is contained in:
committed by
k8s-ci-robot
parent
7745f0e0c5
commit
7f3b633aa0
@@ -0,0 +1,40 @@
|
||||
id: app-developer
|
||||
name: Application Developer
|
||||
glossary_id: application-developer
|
||||
index: 0
|
||||
foundational:
|
||||
- label: Get started with a cluster
|
||||
icon: fa-television
|
||||
url: /docs/user-journeys/users/application-developer/foundational
|
||||
- label: Deploy an application
|
||||
icon: fa-retweet
|
||||
url: /docs/user-journeys/users/application-developer/foundational#section-2
|
||||
- label: Understand basic Kubernetes architecture
|
||||
icon: fa-cog
|
||||
url: /docs/user-journeys/users/application-developer/foundational#section-3
|
||||
- label: Explore additional resources
|
||||
icon: fa-book
|
||||
url: /docs/user-journeys/users/application-developer/foundational#section-4
|
||||
intermediate:
|
||||
- label: Learn additional workload patterns
|
||||
icon: fa-cogs
|
||||
url: /docs/user-journeys/users/application-developer/intermediate
|
||||
- label: Deploy a production-ready workload
|
||||
icon: fa-retweet
|
||||
url: /docs/user-journeys/users/application-developer/intermediate#section-2
|
||||
- label: Improve your dev workflow with tooling
|
||||
icon: fa-scissors
|
||||
url: /docs/user-journeys/users/application-developer/intermediate#section-3
|
||||
- label: Explore additional resources
|
||||
icon: fa-book
|
||||
url: /docs/user-journeys/users/application-developer/intermediate#section-4
|
||||
advanced:
|
||||
- label: Deploy an application with advanced features
|
||||
icon: fa-sliders
|
||||
url: /docs/user-journeys/users/application-developer/advanced
|
||||
- label: Extend the Kubernetes API
|
||||
icon: fa-arrows
|
||||
url: /docs/user-journeys/users/application-developer/advanced#section-2
|
||||
- label: Explore additional resources
|
||||
icon: fa-book
|
||||
url: /docs/user-journeys/users/application-developer/advanced#section-3
|
||||
@@ -0,0 +1,43 @@
|
||||
id: cluster-operator
|
||||
name: Cluster Operator
|
||||
glossary_id: cluster-operator
|
||||
index: 1
|
||||
foundational:
|
||||
- label: Get an overview of Kubernetes
|
||||
icon: fa-globe
|
||||
url: /docs/user-journeys/users/cluster-operator/foundational
|
||||
- label: Learn about Kubernetes basics
|
||||
icon: fa-cog
|
||||
url: /docs/user-journeys/users/cluster-operator/foundational#section-2
|
||||
- label: Get information about my cluster
|
||||
icon: fa-info-circle
|
||||
url: /docs/user-journeys/users/cluster-operator/foundational#section-3
|
||||
- label: Explore additional resources
|
||||
icon: fa-compass
|
||||
url: /docs/user-journeys/users/cluster-operator/foundational#section-4
|
||||
intermediate:
|
||||
- label: "Work with Ingress, Networking, Storage, Workloads"
|
||||
icon: fa-sliders
|
||||
url: /docs/user-journeys/users/cluster-operator/intermediate
|
||||
- label: "Implement security best practices"
|
||||
icon: fa-shield
|
||||
url: /docs/user-journeys/users/cluster-operator/intermediate#section-2
|
||||
- label: "Implement custom logging and monitoring"
|
||||
icon: fa-heartbeat
|
||||
url: /docs/user-journeys/users/cluster-operator/intermediate#section-3
|
||||
- label: "Additional Resources"
|
||||
icon: fa-book
|
||||
url: /docs/user-journeys/users/cluster-operator/intermediate#section-4
|
||||
advanced:
|
||||
- label: "Connect to managed services using Service Catalog"
|
||||
icon: fa-puzzle-piece
|
||||
url: "/docs/concepts/service-catalog/"
|
||||
- label: "Extend a Kubernetes cluster"
|
||||
icon: fa-arrows
|
||||
url: "/docs/concepts/overview/extending/"
|
||||
- label: "Create a Pod Security Policy"
|
||||
icon: fa-lock
|
||||
url: "/docs/concepts/policy/pod-security-policy/"
|
||||
- label: "Define a Resource Quota"
|
||||
icon: fa-tachometer
|
||||
url: "/docs/concepts/policy/resource-quotas/"
|
||||
Reference in New Issue
Block a user