diff --git a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css index ddde5166..2c02512f 100644 --- a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css +++ b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css @@ -489,12 +489,23 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a margin: 10px; border: 10px; background: white; + position: relative; } .column.featurecard { background: #CCE9F5; } +.column.squarecard { + height: 320px; +} + +.endlink { + position: absolute; + bottom: 10px; + right: 10px; +} + .column.verticalcard { height: 615px; overflow: auto; diff --git a/source/guides/clear/index.rst b/source/guides/clear/index.rst new file mode 100644 index 00000000..f549ea72 --- /dev/null +++ b/source/guides/clear/index.rst @@ -0,0 +1,13 @@ +.. _cl-guides: + +|CL-ATTR| +######### + +.. note:: + + As of 22 May 2019 :file:`mixin` is no longer supported. + +.. toctree:: + :glob: + + * \ No newline at end of file diff --git a/source/guides/index.rst b/source/guides/index.rst index 829a974e..93b0a5b8 100644 --- a/source/guides/index.rst +++ b/source/guides/index.rst @@ -3,55 +3,109 @@ Guides ###### -The following guides provide step-by-step instructions on using |CL|. +.. rst-class:: colh2 -.. note:: +Featured Guides - As of 22 May 2019 :file:`mixin` is no longer supported. +.. container:: multicolumns -.. _cl-guides: + .. container:: column squarecard + + .. rst-class:: colh2 -Clear Linux -=========== + |CL-ATTR| + + :ref:`stateless` + |CL| is stateless is designed to need little to no user + configuration. + + :ref:`mixer` + Learn how the |CL| team generates official update content and + releases. + + .. container:: endlink + + :ref:`... more ` + + .. container:: column squarecard + + .. rst-class:: colh2 + + Stacks + + :ref:`dars` + Learn how to use the :abbr:`DARS (Data Analytics Reference Stack)`, + and build your own DARS container image. + + :ref:`dbrs` + Learn about the hardware and installation requirements of + :abbr:`DBRS (Database Reference Stack)`, and how to use |CL| + to host it. + + .. container:: endlink + + :ref:`... more ` + +.. container:: multicolumns + + .. container:: column squarecard + + .. rst-class:: colh2 + + Maintenance + + :ref:`cpu-performance` + Learn how to modify CPU power and performance settings for your + usecase. + + :ref:`developer-workstation` + Set up your workstation with the minimum set of bundles needed to + start your |CL| development project. + + .. container:: endlink + + :ref:`... more ` + + .. container:: column squarecard + + .. rst-class:: colh2 + + Network + + :ref:`vnc` + Learn how to use VNC to connect to a remote |CL| host. + + :ref:`openssh-server` + Learn how to set up the SSH service. + + .. container:: endlink + + :ref:`... more ` + +.. container:: multicolumns + + .. container:: column squarecard + + .. rst-class:: colh2 + + Kernel + + :ref:`kernel-modules` + Learn how to correctly and reliably add kernel modules manually. + + :ref:`kernel-development` + Learn how to compile a Linux\* kernel from source using |CL| + development tooling. + + .. container:: endlink + + :ref:`... more ` .. toctree:: - :maxdepth: 1 - :glob: + :hidden: - clear/* - -Maintenance -=========== - -.. toctree:: - :maxdepth: 1 - :glob: - - maintenance/* - -Network -======= - -.. toctree:: - :maxdepth: 1 - :glob: - - network/* - -Kernel -======= - -.. toctree:: - :maxdepth: 1 - :glob: - - kernel/* - -Stacks -======= - -.. toctree:: - :maxdepth: 1 - :glob: - - stacks/* + clear/index + maintenance/index + network/index + kernel/index + stacks/index diff --git a/source/guides/kernel/index.rst b/source/guides/kernel/index.rst new file mode 100644 index 00000000..d2ef3e9e --- /dev/null +++ b/source/guides/kernel/index.rst @@ -0,0 +1,9 @@ +.. _kernel-guides: + +Kernel +###### + +.. toctree:: + :glob: + + * \ No newline at end of file diff --git a/source/guides/maintenance/index.rst b/source/guides/maintenance/index.rst new file mode 100644 index 00000000..a8770180 --- /dev/null +++ b/source/guides/maintenance/index.rst @@ -0,0 +1,9 @@ +.. _maintain-guides: + +Maintenance +########### + +.. toctree:: + :glob: + + * \ No newline at end of file diff --git a/source/guides/network/index.rst b/source/guides/network/index.rst new file mode 100644 index 00000000..12264a2b --- /dev/null +++ b/source/guides/network/index.rst @@ -0,0 +1,9 @@ +.. _network-guides: + +Network +####### + +.. toctree:: + :glob: + + * \ No newline at end of file diff --git a/source/guides/stacks/index.rst b/source/guides/stacks/index.rst new file mode 100644 index 00000000..d60db977 --- /dev/null +++ b/source/guides/stacks/index.rst @@ -0,0 +1,9 @@ +.. _stacks-guides: + +Stacks +###### + +.. toctree:: + :glob: + + * \ No newline at end of file