* added <hr>'s below tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* update Tabs topic on test.md to show use of <hr>'s
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more information about toc_max/min
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* re-organized Compose install docs into tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* combined d4win and windows server on one tab
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed tabs alignment
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed heading levels to show properly in TOC
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixing tabs and content
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* removed cruft test content from tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* final version of tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Set toc_max to get headings within tabs out of on-page toc
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added a subtle <hr> under tab topics per review request
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* put back missing Compose Wordpress example
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* addressed review comments, postponing one comment re: yaml code fencing
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
The examples were missing the `type` option; given
that `type=volume` is the default, this was resulting in
the examples producing an error.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
CI was failing because this page was missing a title:
11:35:10 === RUN TestFrontMatterTitle
11:35:10 --- FAIL: TestFrontMatterTitle (0.12s)
11:35:10 frontmatter_test.go:27: can't find title in frontmatter - /docs/enterprise/telemetry.md
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>