File tree Expand file tree Collapse file tree
src/understanding-workflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ markdown_extensions:
6969 - markdown_checklist.extension
7070 - admonition
7171 - codehilite
72+ - toc :
73+ permalink : True
7274extra_javascript :
7375 - static/js/adjustments.js
7476 - static/js/bootstrap.min.js
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ majority of the platforms state. Backups and WAL files are pushed to object
2828storage via [ WAL-E] [ ] . When the database is restarted, backups are fetched and
2929replayed 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
111111as well as router configuration. For more detailed documentation and possible
112112configuration view the router [ project documentation] [ router-documentation ] .
113113
114- ## < a name = " logger " ></ a > Logger: fluentd, logger
114+ ## Logger: fluentd, logger
115115
116116The logging subystem consists of two compoents. Fluentd handles log shipping
117117and logger maintains a ring-buffer of application logs.
You can’t perform that action at this time.
0 commit comments