Skip to content

Commit dc28fef

Browse files
author
Daniel Holbach
committed
update doc titles on index docs
1 parent f1669d5 commit dc28fef

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/guides/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Guides
22

3-
- [Provide own SSH key](provide-own-ssh-key.md)
4-
- [Use Git HTTPS](use-git-https.md)
5-
- [Use Private Git Host](use-private-git-host.md)
6-
- [Upgrading to 1.0](upgrading-to-1.0.md)
3+
- [Providing your own SSH key](provide-own-ssh-key.md)
4+
- [Using Git over HTTPS](use-git-https.md)
5+
- [Using a private Git host](use-private-git-host.md)
6+
- [Upgrading to Flux v1](upgrading-to-1.0.md)

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
## Flux
66

7-
- [Introduction](introduction.md)
8-
- [Requirements](requirements.md)
7+
- [Introducing Flux](introduction.md)
8+
- [Requirements and limitations](requirements.md)
99
- [Get Started](get-started/index.md)
1010
- [References](references/index.md)
1111
- [Guides](guides/index.md)
1212
- [Tutorials](tutorials/index.md)
13-
- [FAQ](faq.md)
13+
- [Frequently asked questions](faq.md)
1414
- [Troubleshooting](troubleshooting.md)
1515

1616
## Helm Operator

docs/references/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# References
22

33
- [Blueprint](blueprint.md)
4-
- [Daemon](daemon.md)
4+
- [Daemon (fluxd) ](daemon.md)
55
- [fluxctl](fluxctl.md)
6-
- [fluxyaml config files](fluxyaml-config-files.md)
6+
- [Manifest generation through .flux.yaml configuration files](fluxyaml-config-files.md)
77
- [Garbage collection](garbagecollection.md)
8-
- [git gpg](git-gpg.md)
9-
- [Automated image update](automated-image-update.md)
10-
- [Helm operator integration](helm-operator-integration.md)
11-
- [Monitoring](monitoring.md)
8+
- [Git commit signing and verification](git-gpg.md)
9+
- [Automated deployment of new container images](automated-image-update.md)
10+
- [Integration with the Helm operator](helm-operator-integration.md)
11+
- [Monitoring Flux](monitoring.md)

docs/tutorials/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
- [Get started](get-started.md)
44
- [Get started using Helm](get-started-helm.md)
5-
- [Get started using kustomize](get-started-kustomize.md)
6-
- [Driving Flux](driving-flux.md)
5+
- [How to bootstrap Flux using Kustomize](get-started-kustomize.md)
6+
- [Automations, locks and annotations](driving-flux.md)

0 commit comments

Comments
 (0)