1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Integrating .. only logic into .. cond (#528)

This commit is contained in:
Ravind Kumar
2022-08-19 16:49:39 -04:00
committed by GitHub
parent 23ecfebf6c
commit 029bdeb97c
3 changed files with 127 additions and 5 deletions

View File

@ -198,6 +198,10 @@ Grids
Header 1
--------
.. cond:: linux
.. include:: /includes/common/common-design.rst
This is content under a level 1 header. The header includes an
anchor tag for linking. The table of contents for this page is
configured to display up to 2 header levels. The header title should

View File

@ -0,0 +1,18 @@
Included Header
---------------
This is content inside of the above header.
The header decoration *must* match that of the "parent" document
Another Header
--------------
This is content inside the above header.
This should be the same level as the previous header.
SubHeader
~~~~~~~~~
This is content subsectioned to the previous header.
It should be one level down from the previous header.