Skip to content

Commit d166aaf

Browse files
committed
ref(quickstart): surface quickstart at top level
1 parent 471fcce commit d166aaf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
site_name: Deis Documentation
66
pages:
77
- Welcome: index.md
8+
- Quick Start: installing-deis/quickstart.md
89
- Understanding Deis:
910
- Concepts: understanding-deis/concepts.md
1011
- Architecture: understanding-deis/architecture.md

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage applications on your own servers. It includes capabilities for building and deploying from source via git push, configuring your applications, managing and rolling back releases, managing application domain names and SSL certificates, edge routing, application log aggregation, and managing access to application resources. All of this is exposed through a simple REST API and command line interface.
44

5-
To get started with Workflow, follow our [Quick Start][quickstart] guide.
6-
75
For more detailed information about Workflow view the [Concepts][concepts] and [Architecture][arch] sections.
86

7+
To get started with Workflow, follow our [Quick Start][quickstart] guide.
8+
99
[arch]: understanding-deis/architecture.md
1010
[concepts]: understanding-deis/concepts.md
1111
[quickstart]: installing-deis/quickstart.md

0 commit comments

Comments
 (0)