Skip to content

Commit b4a4aa0

Browse files
author
Matthew Fisher
committed
feat(mkdocs): enable toc extension
This extension creates internal links for all headers. See https://pythonhosted.org/Markdown/extensions/toc.html
1 parent 9742b08 commit b4a4aa0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ markdown_extensions:
6969
- markdown_checklist.extension
7070
- admonition
7171
- codehilite
72+
- toc:
73+
permalink: True
7274
extra_javascript:
7375
- static/js/adjustments.js
7476
- static/js/bootstrap.min.js

src/understanding-workflow/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ majority of the platforms state. Backups and WAL files are pushed to object
2828
storage via [WAL-E][]. When the database is restarted, backups are fetched and
2929
replayed from object storage so no data is lost.
3030

31-
## <a name="builder"></a>Builder: builder, slugbuilder, and dockerbuilder
31+
## Builder: builder, slugbuilder, and dockerbuilder
3232

3333
**Project Location:** [deis/builder](https://github.com/deis/builder)
3434

@@ -111,7 +111,7 @@ The router component uses Kubernetes annotations for both Application discovery
111111
as well as router configuration. For more detailed documentation and possible
112112
configuration view the router [project documentation][router-documentation].
113113

114-
## <a name="logger"></a>Logger: fluentd, logger
114+
## Logger: fluentd, logger
115115

116116
The logging subystem consists of two compoents. Fluentd handles log shipping
117117
and logger maintains a ring-buffer of application logs.

0 commit comments

Comments
 (0)