Create about page and move Clear Linux specific content to guides/clear.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
@@ -1,19 +1,11 @@
|
||||
.. _tooling:
|
||||
.. _about:
|
||||
|
||||
How to Clear
|
||||
############
|
||||
About
|
||||
#####
|
||||
|
||||
Clear Linux is a little different from other distros. Here are some important
|
||||
tools and concepts for managing your install.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
*
|
||||
../guides/telemetrics/telem-guide
|
||||
|
||||
|
||||
Training
|
||||
********
|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
@@ -9,6 +9,16 @@ The following guides provide step-by-step instructions on using |CL|.
|
||||
|
||||
As of 22 May 2019 :file:`mixin` is no longer supported.
|
||||
|
||||
Clear Linux
|
||||
===========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
clear/*
|
||||
telemetrics/*
|
||||
|
||||
Maintenance
|
||||
===========
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ Then make changes to the kernel, build it, and install it.
|
||||
Install the |CL| development tooling framework
|
||||
==============================================
|
||||
|
||||
.. include:: /tooling/autospec.rst
|
||||
.. include:: /clear/autospec.rst
|
||||
:start-after: install-tooling-after-header:
|
||||
:end-before: install-tooling-end:
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ Our documentation is divided into the following sections:
|
||||
If you are new to |CL|, get started fast with tutorials for installing |CL|
|
||||
on bare metal, in a virtual environment, or as a live image on a USB stick.
|
||||
|
||||
:ref:`tooling`
|
||||
:ref:`about`
|
||||
Clear Linux is a little different from other distros. Here are some
|
||||
important tools and concepts for managing your install.
|
||||
|
||||
@@ -40,7 +40,7 @@ Our documentation is divided into the following sections:
|
||||
:hidden:
|
||||
|
||||
get-started/get-started
|
||||
tooling/tooling
|
||||
about
|
||||
guides/guides
|
||||
tutorials/tutorials
|
||||
reference/reference
|
||||
|
||||
@@ -27,5 +27,5 @@ Clear Linux concepts
|
||||
:glob:
|
||||
|
||||
../concepts/*
|
||||
../tooling/stateless
|
||||
../tooling/security
|
||||
../guides/clear/stateless
|
||||
../guides/clear/security
|
||||
@@ -7,7 +7,7 @@ Recommended minimum system requirements
|
||||
modest hardware resources. Out of the box, |CL| can run on a single CPU core, 1
|
||||
GB RAM, and 2 GB of disk space.
|
||||
|
||||
For use cases requiring minimal resources, |CL| :ref:`tooling <tooling>` can
|
||||
For use cases requiring minimal resources, |CL| :ref:`about <about>` can
|
||||
be used to create a highly customized installation that can even run on a
|
||||
system with a 128MB of memory and 600MB of disk space, for example.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Setting up proxy
|
||||
This tutorial shows you how to configure your system for use behind an
|
||||
outbound proxy to access the Internet.
|
||||
|
||||
|CL| :ref:`tooling` applications already benefit from the :ref:`autoproxy`
|
||||
|CL| applications already benefit from the :ref:`autoproxy`
|
||||
feature.
|
||||
|
||||
.. contents::
|
||||
|
||||