Docs: flatten directory structure

This drops the admins/ and users/ directories, so we are only left
with one level of organization (tutorials/howto/reference/discussion).
This way as we move things around, we may have slightly fewer redirects
to deal with.

This does not change the navigation structure or indexes.

Note, an alternative would be to drop tutorials/howto/etc and keep
admins/users, which was the original orginization, thus requiring even
fewer redirects.

Change-Id: I580088f5556330b76bc978be79baa0e9a2c552da
This commit is contained in:
James E. Blair 2020-01-17 09:36:14 -08:00
parent ed60bc7593
commit e922f02ed5
45 changed files with 6 additions and 6 deletions

View File

@ -22,9 +22,9 @@ Zuul Users
.. toctree::
:maxdepth: 2
tutorials/users/index
howtos/users/index
reference/users/index
tutorials/user
howtos/user
reference/user
Zuul Admins
***********
@ -32,9 +32,9 @@ Zuul Admins
.. toctree::
:maxdepth: 2
tutorials/admins/index
howtos/admins/index
reference/admins/index
tutorials/admin
howtos/admin
reference/admin
Digging Deeper
**************