Files
docs/doc/source
Ron Stone ce3ba6d4d8 Add tabbed output support (r8)
Enable HTML tabs in output pages. This is initially for use differentiating virtual
from bare-metal instructions in a consolidated Install doc. Since virtual content is
currently StarlingX-only, content must be conditionalized as in:

.. present tabbed content choice to StarlingX builds

.. only:: virtual

   .. tabs::

      .. tab:: Virtual

         Apples are green, or sometimes red.

      .. tab:: Bare Metal

         .. bare-metal-pear-begin

         Pears are green.

         .. bare-metal-pear-end

.. Present bare-metal only to non-StarlingX builds as non-tabbed content

.. only:: partner

   .. include:: this-file.rst
      :start-after: bare-metal-pear-begin
      :end-before: bare-metal-pear-end

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Ib65cf59f510e685a82c3d1ab046cb656d0f2fba1
2023-09-13 15:03:32 +00:00
..
2022-09-08 11:37:47 -03:00
2023-04-12 11:29:39 +00:00
2023-03-01 11:19:04 +00:00
2022-12-14 10:57:10 -05:00
2023-03-01 11:19:04 +00:00
2023-04-14 11:57:12 +00:00
2023-01-04 07:30:40 -05:00
2023-03-02 18:59:14 +00:00
2023-09-13 15:03:32 +00:00