Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • privatestorage/PrivateStorageio
  • tomprince/PrivateStorageio
2 results
Show changes
Commits on Source (5)
default:
# Guide the choice of an appropriate runner for all these jobs.
# https://docs.gitlab.com/ee/ci/runners/#runner-runs-only-tagged-jobs
tags:
- "nixos"
- "shell"
docs:
stage: "build"
script:
......
......@@ -13,7 +13,6 @@ Documentation
There is documentation for:
* Users: ``docs/user/README.rst``
* Operators/Admins: ``docs/ops/README.rst``
* Developers: ``docs/dev/README.rst``
......
......@@ -11,7 +11,6 @@ Howdy! We separated the documentation into parts addressing different audiences
.. toctree::
:maxdepth: 2
Users <user/README>
Administrators <ops/README>
Developers <dev/README>
......
User documentation
==================
This will contain the user documentation for this project.