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:
@ -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
|
||||
|
18
source/includes/common/common-design.rst
Normal file
18
source/includes/common/common-design.rst
Normal 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.
|
Reference in New Issue
Block a user