Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-11-22 21:52:01 +0100
committerGitHub <noreply@github.com>2023-11-22 21:52:01 +0100
commit2b3142527a504cbfacca40cdb7c398ad9c7e111a (patch)
treecdd8dbffd588949955fabab24f45c84cb78c1b53 /docs
parent922f6082b5cc18c08b3bcdef7e658dcdce7a95a4 (diff)
Adding permanent redirect for readthedocs (#2242)
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst46
1 files changed, 4 insertions, 42 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6a81bbb0..b22e7c17 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,43 +1,5 @@
-archinstall Documentation
-=========================
+.. raw:: html
-| **archinstall** is library which can be used to install Arch Linux.
-| The library comes packaged with different pre-configured installers, such as the default :ref:`guided` installer.
-|
-| A demo of the :ref:`guided` installer can be seen here: `https://www.youtube.com/watch?v=9Xt7X_Iqg6E <https://www.youtube.com/watch?v=9Xt7X_Iqg6E>`_.
-
-Some of the features of Archinstall are:
-
-* **Context friendly.** The library always executes calls in sequential order to ensure installation-steps don't overlap or execute in the wrong order. It also supports *(and uses)* context wrappers to ensure cleanup and final tasks such as ``mkinitcpio`` are called when needed.
-
-* **Full transparency** Logs and insights can be found at ``/var/log/archinstall`` both in the live ISO and partially on the installed system.
-
-* **Accessibility friendly** Archinstall works with ``espeakup`` and other accessibility tools thanks to the use of a TUI.
-
-.. toctree::
- :maxdepth: 1
- :caption: Running Archinstall
-
- installing/guided
-
-.. toctree::
- :maxdepth: 3
- :caption: Getting help
-
- help/known_issues
- help/report_bug
- help/discord
-
-.. toctree::
- :maxdepth: 3
- :caption: Archinstall as a library
-
- installing/python
- examples/python
- archinstall/plugins
-
-.. toctree::
- :maxdepth: 3
- :caption: API Reference
-
- archinstall/Installer
+ <script type="text/javascript">
+ window.location.replace('https://archinstall.archlinux.page/');
+ </script> \ No newline at end of file