Commit 9c747a22 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'eread/remove-table-block-frontmatter' into 'master'

Remove frontmatter that is no longer required

See merge request gitlab-org/gitlab!17474
parents ac20a501 a21cea28
---
table_display_block: true
---
# Application settings API
These API calls allow you to read and modify GitLab instance
......
---
table_display_block: true
type: reference
---
......
---
table_display_block: true
---
# GitLab Architecture Overview
## Software delivery
......
......@@ -239,20 +239,6 @@ Do not include the same information in multiple places. [Link to a SSOT instead.
- List item 2
```
### Tables overlapping the TOC
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, add an entry to the document's frontmatter to
render them displaying block. This will make sure the table
is displayed behind the ToC, scrolling horizontally:
```md
---
table_display_block: true
---
```
### Emphasis
- Use double asterisks (`**`) to mark a word or text in bold (`**bold**`).
......
---
table_display_block: true
---
# SAST Analyzers **(ULTIMATE)**
SAST relies on underlying third party tools that are wrapped into what we call
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment