diff options
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/index.rst | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/user_guide_src/source/index.rst b/user_guide_src/source/index.rst index fdb2c8c21..d8f60e360 100644 --- a/user_guide_src/source/index.rst +++ b/user_guide_src/source/index.rst @@ -59,7 +59,7 @@ General Topics .. toctree:: :glob: :titlesonly: - + general/index ***************** @@ -69,7 +69,7 @@ Library Reference .. toctree:: :glob: :titlesonly: - + libraries/index ****************** @@ -79,7 +79,7 @@ Database Reference .. toctree:: :glob: :titlesonly: - + database/index **************** @@ -89,7 +89,7 @@ Helper Reference .. toctree:: :glob: :titlesonly: - + helpers/index *************************** @@ -99,8 +99,24 @@ Contributing to CodeIgniter .. toctree:: :glob: :titlesonly: - + contributing/index documentation/index DCO +.. toctree:: + :glob: + :titlesonly: + :hidden: + + * + overview/index + general/requirements + general/welcome + installation/index + general/index + libraries/index + helpers/index + database/index + tutorial/index + general/credits |