Remove docs folder to simplify URLs (#44)

* Remove docs folder to simplify URLs

* Set template files to be ignored
This commit is contained in:
Sally
2024-08-09 15:04:42 +01:00
committed by GitHub
parent 3ba07b5bc5
commit ec11f5a863
269 changed files with 95 additions and 93 deletions

View File

@ -115,12 +115,12 @@ build it locally:
:hidden:
self
contributing/contrib-types.rst
contributing/gh-issues.rst
contributing/build-locally.rst
contributing/writing-guidance.rst
contributing/submit-contribution.rst
contributing/get-help.rst
contrib-types.rst
gh-issues.rst
build-locally.rst
writing-guidance.rst
submit-contribution.rst
get-help.rst
.. LINKS
.. _Code of Conduct: https://ubuntu.com/community/ethos/code-of-conduct

View File

@ -163,7 +163,7 @@ myst_heading_anchors = 3
# not need to be added here: myst_parser, sphinx_copybutton, sphinx_design,
# sphinx_reredirects, sphinxcontrib.jquery, sphinxext.opengraph
custom_extensions = [
'sphinx_tabs.tabs',
# 'sphinx_tabs.tabs',
'sphinxcontrib.mermaid',
'sphinxcontrib.jquery',
# 'canonical.youtube-links',
@ -188,7 +188,7 @@ custom_required_modules = [
# Add files or directories that should be excluded from processing.
custom_excludes = [
'cheatsheets/',
'docs/contributing/doc-templates/*',
'doc-templates/*',
'doc-cheat-sheet*',
'readme.rst',
'legacy/*.md',
@ -233,6 +233,8 @@ custom_tags = []
# :class: align-center
#'''
suppress_warnings = ['orphan']
############################################################
### PDF configuration
############################################################

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -11,91 +11,91 @@ to use.
Introduction to...
==================
.. include:: explanation/introduction-to.rst
.. include:: introduction-to.rst
:start-line: 4
:end-before: .. toctree::
Virtualisation and containers
=============================
.. include:: explanation/virtualisation.rst
.. include:: virtualisation.rst
:start-line: 4
:end-before: .. toctree::
Networking
==========
.. include:: explanation/networking.rst
.. include:: networking.rst
:start-line: 4
:end-before: .. toctree::
Active Directory integration
============================
.. include:: explanation/active-directory.rst
.. include:: active-directory.rst
:start-line: 4
:end-before: .. toctree::
Security
========
.. include:: explanation/security.rst
.. include:: security.rst
:start-line: 4
:end-before: .. toctree::
Cryptography
============
.. include:: explanation/cryptography.rst
.. include:: cryptography.rst
:start-line: 4
:end-before: .. toctree::
Server installation
===================
.. include:: explanation/installation.rst
.. include:: installation.rst
:start-line: 4
:end-before: .. toctree::
Storage
=======
.. include:: explanation/storage.rst
.. include:: storage.rst
:start-line: 4
:end-before: .. toctree::
Managing software
=================
.. include:: explanation/software.rst
.. include:: software.rst
:start-line: 4
:end-before: .. toctree::
Web services
============
.. include:: explanation/web-services.rst
.. include:: web-services.rst
:start-line: 4
:end-before: .. toctree::
System tuning
=============
.. include:: explanation/performance.rst
.. include:: performance.rst
:start-after: _end-system-tuning-intro:
:end-before: .. toctree::
High Availability
=================
.. include:: explanation/high-availability.rst
.. include:: high-availability.rst
:start-line: 4
:end-before: .. toctree::
Multipath
=========
.. include:: explanation/multipath.rst
.. include:: multipath.rst
:start-line: 4
:end-before: .. toctree::
@ -104,16 +104,16 @@ Multipath
:hidden:
:titlesonly:
explanation/introduction-to.rst
explanation/virtualisation.rst
explanation/networking.rst
explanation/active-directory.rst
explanation/security.rst
explanation/cryptography.rst
explanation/installation.rst
explanation/storage.rst
explanation/software.rst
explanation/web-services.rst
explanation/performance.rst
explanation/high-availability.rst
explanation/multipath.rst
introduction-to.rst
virtualisation.rst
networking.rst
active-directory.rst
security.rst
cryptography.rst
installation.rst
storage.rst
software.rst
web-services.rst
performance.rst
high-availability.rst
multipath.rst

Some files were not shown because too many files have changed in this diff Show More