summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-11 12:05:45 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-11 16:11:15 +0200
commit4ec43350bf2ed86a578e5c67b353a55cc5463671 (patch)
treefd7a95bc57cc7b798909e4a32d5cac263f322f9a
parent9749a25f02f2c0a1d33460bff4c5205328577caa (diff)
downloadgitlab-ce-docs/architecture-table-hack.tar.gz
Make the architecture table displayed in a blockdocs/architecture-table-hack
By default, all tables have a width of 100% on docs.gitlab.com. In a few cases, the table will overlap the table of contents (ToC). For these cases, we need to add an entry to the document’s frontmatter to render them as a display block.
-rw-r--r--doc/development/architecture.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 650325121b2..dceee4f4670 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -1,3 +1,7 @@
+---
+table_display_block: true
+---
+
# GitLab Architecture Overview
## Software delivery