From 4ec43350bf2ed86a578e5c67b353a55cc5463671 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 11 Jun 2019 12:05:45 +0200 Subject: Make the architecture table displayed in a block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- doc/development/architecture.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/development/architecture.md') 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 -- cgit v1.2.1