Added redirect and modified api reference section

This commit is contained in:
alwasega
2023-02-28 16:34:52 +03:00
parent fd598a0b97
commit e4dece9f24
10 changed files with 2 additions and 10 deletions

View File

@@ -19,3 +19,4 @@
"admin/upgrading.md" "howto/upgrading.md" "admin/upgrading.md" "howto/upgrading.md"
"installation-basics.md" "tutorial/installation-basics.md" "installation-basics.md" "tutorial/installation-basics.md"
"quickstart.md" "tutorial/quickstart.md" "quickstart.md" "tutorial/quickstart.md"
"events/index.md" "reference/event-logging.md"

View File

@@ -10,8 +10,6 @@ This section is divided into two broad subsections:
--- ---
## Technical reference
```{toctree} ```{toctree}
:maxdepth: 1 :maxdepth: 1
@@ -25,14 +23,7 @@ event-logging
monitoring monitoring
gallery-jhub-deployments gallery-jhub-deployments
changelog changelog
api/index.md
``` ```
---
## API reference
```{toctree}
:maxdepth: 1
reference-api/index.md
```