Skip to content

Commit

Permalink
Move docs advanced topics into new subsection
Browse files Browse the repository at this point in the history
Currently everything is in one level when you open the Anaconda
documentation. There is a lot of topics. Let's make the documentation
a bit more structured.

Adding developer directory but also a page with this content so it is
more hidden.
  • Loading branch information
jkonecny12 committed Dec 20, 2024
1 parent 7dcf035 commit 58715e2
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 11 deletions.
20 changes: 20 additions & 0 deletions docs/developer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Developer documentation
=======================

Here are topics which are covering mostly advanced topics to help users to modify Anaconda and understand the code.

Contents:

.. toctree::
:maxdepth: 1

developer/commit-log
developer/configuration-files
developer/driverdisc
developer/iscsi
developer/mount-points
developer/multipath
developer/sysconfig-file
developer/drop-in-scripts
Testing <developer/testing>

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/testing.rst → docs/developer/testing.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.. include:: ../tests/README.rst
.. include:: ../../tests/README.rst

What to do if there are broken Rawhide dependencies
===================================================
Expand Down Expand Up @@ -38,7 +38,7 @@ Cleanup old repository.
$ ssh <fedora_username>:fedorapeople.org
$ cd /project/anaconda/repos/anaconda_fixup_repo/
$ rm -rv * # to remove the old directory structure


Create your repository locally and upload that.
::
Expand Down
10 changes: 1 addition & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@ Contents:
release-notes
boot-options
kickstart
configuration-files
How to report a bug <reporting>
common-bugs
How to contribute <contributing>
commit-log
release
driverdisc
iscsi
multipath
list-harddrives
drop-in-scripts
sysconfig-file
mount-points
Testing <testing>
developer
ci-status

0 comments on commit 58715e2

Please sign in to comment.