diff --git a/source/images/clear-technologies.svg b/source/_images/clear-technologies.svg similarity index 100% rename from source/images/clear-technologies.svg rename to source/_images/clear-technologies.svg diff --git a/source/images/clearlinux.png b/source/_images/clearlinux.png similarity index 100% rename from source/images/clearlinux.png rename to source/_images/clearlinux.png diff --git a/source/scripts/_python/Makefile b/source/_scripts/_python/Makefile similarity index 100% rename from source/scripts/_python/Makefile rename to source/_scripts/_python/Makefile diff --git a/source/scripts/_python/README.md b/source/_scripts/_python/README.md similarity index 100% rename from source/scripts/_python/README.md rename to source/_scripts/_python/README.md diff --git a/source/scripts/_python/bundle_lister.py b/source/_scripts/_python/bundle_lister.py similarity index 100% rename from source/scripts/_python/bundle_lister.py rename to source/_scripts/_python/bundle_lister.py diff --git a/source/scripts/_python/cloned_repo/.gitkeep b/source/_scripts/_python/cloned_repo/.gitkeep similarity index 100% rename from source/scripts/_python/cloned_repo/.gitkeep rename to source/_scripts/_python/cloned_repo/.gitkeep diff --git a/source/scripts/_python/linkcheck/link-whitelist.txt b/source/_scripts/_python/linkcheck/link-whitelist.txt similarity index 100% rename from source/scripts/_python/linkcheck/link-whitelist.txt rename to source/_scripts/_python/linkcheck/link-whitelist.txt diff --git a/source/scripts/_python/linkcheck/parse-link-check.py b/source/_scripts/_python/linkcheck/parse-link-check.py similarity index 100% rename from source/scripts/_python/linkcheck/parse-link-check.py rename to source/_scripts/_python/linkcheck/parse-link-check.py diff --git a/source/scripts/_python/requirements.txt b/source/_scripts/_python/requirements.txt similarity index 100% rename from source/scripts/_python/requirements.txt rename to source/_scripts/_python/requirements.txt diff --git a/source/scripts/_python/styles.css b/source/_scripts/_python/styles.css similarity index 100% rename from source/scripts/_python/styles.css rename to source/_scripts/_python/styles.css diff --git a/source/scripts/_python/template.html b/source/_scripts/_python/template.html similarity index 100% rename from source/scripts/_python/template.html rename to source/_scripts/_python/template.html diff --git a/source/scripts/_python/utilities/code-blocks.py b/source/_scripts/_python/utilities/code-blocks.py similarity index 100% rename from source/scripts/_python/utilities/code-blocks.py rename to source/_scripts/_python/utilities/code-blocks.py diff --git a/source/conf.py b/source/conf.py index 71dcd5be..7c651f8a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -165,7 +165,7 @@ html_title = "Documentation for Clear Linux* project" # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = 'images/clearlinux.png' +#html_logo = '_images/clearlinux.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/source/includes/get-started.txt b/source/includes/get-started.txt deleted file mode 100644 index d9c0fb92..00000000 --- a/source/includes/get-started.txt +++ /dev/null @@ -1,2 +0,0 @@ -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. \ No newline at end of file diff --git a/source/index.rst b/source/index.rst index bbb22b64..6ecacb1a 100644 --- a/source/index.rst +++ b/source/index.rst @@ -12,7 +12,8 @@ Welcome to the |CL-ATTR| documentation pages, the source for |CL| documentation. Our documentation is divided into the following sections: :ref:`get-started` - .. include:: /includes/get-started.txt + 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` Clear Linux is a little different from other distros. Here are some diff --git a/source/main-site-content/get-started.yml b/source/main-site-content/get-started.yml deleted file mode 100644 index cf0a59df..00000000 --- a/source/main-site-content/get-started.yml +++ /dev/null @@ -1,4 +0,0 @@ -title: 'Getting Started' -type: 'documentation card' -content: /includes/get-started.txt -github_url: 'https://clearlinux.org/documentation/clear-linux/get-started' \ No newline at end of file