From ee10ecdf7eb20033b8b46e56ae257a0344712b8a Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 16 May 2022 23:01:54 +0200 Subject: [PATCH] Reorder the reference guides in the docs This changes the order to: - API Reference - Fixtures reference - Configuration - Exit codes - Plugin List which is approximately sorted from general to specific and often used to less used. Plugin List ist at the end because it points to further external resources. --- doc/en/reference/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/reference/index.rst b/doc/en/reference/index.rst index d96484003..ee1b2e621 100644 --- a/doc/en/reference/index.rst +++ b/doc/en/reference/index.rst @@ -8,8 +8,8 @@ Reference guides .. toctree:: :maxdepth: 1 - fixtures - plugin_list - customize reference + fixtures + customize exit-codes + plugin_list