Skip to content

Commit

Permalink
Update a few heading levels
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lang committed Nov 2, 2018
1 parent b56ed2e commit cc29ef9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions content/en/docs/getting-started-guides/windows/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ toc_hide: true
- [Deploying a stateless web application](#deploying-a-stateless-web-application)
- [Manual scaling with replica sets](#manual-scaling-with-replica-sets)
- [Handling secrets](#handling-secrets)
- [Deploying a stateful application](#deploying-a-stateful-application)
- [Deploying a stateful application](#deploying-a-stateful-application)
- [Creating a volume claim](#creating-a-volume-claim)
- [Cluster Operators](#cluster-operators)
- [Building a cluster](#building-a-cluster)
- [Overview](#overview)
Expand Down Expand Up @@ -51,13 +52,13 @@ Sample: stop web service to trigger restart

Sample: database connection string

#### Deploying a stateful application
### Deploying a stateful application

##### Creating a volume claim
#### Creating a volume claim

###### Using Azure Files - store a sqllite database for the web app
##### Using Azure Files - store a sqllite database for the web app

###### (later - part of on premises doc set) Using SMB/CIFS
<!-- TODO: future PR - Using SMB/CIFS -->

## Cluster Operators

Expand Down

0 comments on commit cc29ef9

Please sign in to comment.