diff --git a/ucloud/docs/source/index.rst b/ucloud/docs/source/index.rst index 6443af1..1f0530d 100644 --- a/ucloud/docs/source/index.rst +++ b/ucloud/docs/source/index.rst @@ -10,14 +10,14 @@ Welcome to ucloud's documentation! :maxdepth: 2 :caption: Contents: - introduction/introduction - introduction/installation + introduction/whatis + introduction/howitworks + installation/alpine + installation/archlinux usage/usage-for-admins usage/usage-for-users usage/how-to-create-an-os-image-for-ucloud - theory/summary - misc/todo - troubleshooting/installation-troubleshooting + Indices and tables ================== diff --git a/ucloud/docs/source/introduction/installation.rst b/ucloud/docs/source/installation/alpine.rst similarity index 100% rename from ucloud/docs/source/introduction/installation.rst rename to ucloud/docs/source/installation/alpine.rst diff --git a/ucloud/docs/source/installation/archlinux.rst b/ucloud/docs/source/installation/archlinux.rst new file mode 100644 index 0000000..b2a7f86 --- /dev/null +++ b/ucloud/docs/source/installation/archlinux.rst @@ -0,0 +1,25 @@ +Arch Linux +---------- + +Requirements from Arch Linux +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: sh + :linenos: + + pacman -Syu qemu + + +Requirements from AUR +~~~~~~~~~~~~~~~~~~~~~ + +Use your favorite AUR manager to install the following packages: + +* etcd + + +Other +~~~~~ +Continue like Alpine for + +* uotp diff --git a/ucloud/docs/source/introduction/howitworks.rst b/ucloud/docs/source/introduction/howitworks.rst new file mode 100644 index 0000000..9b66e94 --- /dev/null +++ b/ucloud/docs/source/introduction/howitworks.rst @@ -0,0 +1,20 @@ +How does ucloud work? +===================== + +ucloud is separeted into 3 systems: + +1. The client side for using ucloud +2. The server side +3. The supporting infrastructure (databases, virtualisation, etc.) + + +Depending on your use case, select one of the following guides to +continue: + +* I want to use +* I want to operate/run ucloud as a service + + +Architecture +------------ +Description of the ucloud architecture diff --git a/ucloud/docs/source/introduction/introduction.rst b/ucloud/docs/source/introduction/whatis.rst similarity index 100% rename from ucloud/docs/source/introduction/introduction.rst rename to ucloud/docs/source/introduction/whatis.rst