Skip to content

Commit

Permalink
Changed titles of some pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yanaga committed Jun 1, 2020
1 parent a8f53e7 commit 886982b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -17,8 +17,6 @@ node_modules
.DS_Store
.vscode
firebase*
yarn*
package*
node_modules
.firebaserc
.firebase
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/nav.adoc
Expand Up @@ -16,7 +16,7 @@
* 3. Elementary
** xref:building-images.adoc[Building Images]
** xref:resources.adoc[Resources/Limits]
** xref:resources.adoc[Resources and Limits]
** xref:rolling-updates.adoc[Rolling updates]
** xref:live-ready.adoc[Liveness & Readiness]
** xref:configmap.adoc[ConfigMap]
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/blue-green.adoc
@@ -1,4 +1,4 @@
== Blue/Green
= Blue/Green

https://martinfowler.com/bliki/BlueGreenDeployment.html[Description of Blue/Green Deployment]

Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/logs.adoc
@@ -1,4 +1,4 @@
= Kubectl logs
= Logs

There are various "production-ready" ways to do log gathering and viewing across a Kubernetes/OpenShift cluster. Many folks like some flavor of ELK (ElasticSearch, Logstash, Kibana) or EFK (ElasticSearch, FluentD, Kibana).

Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/resources.adoc
@@ -1,4 +1,4 @@
= Resources
= Resources and Limits

Make sure you are in the correct namespace:

Expand Down

0 comments on commit 886982b

Please sign in to comment.