docs: put changelog in tljh's built documentation under a new reference section

This commit is contained in:
Erik Sundell
2023-07-06 09:54:03 +02:00
parent 51c501b9f1
commit 0ce328555c
4 changed files with 23 additions and 0 deletions

1
CHANGELOG.md Normal file
View File

@@ -0,0 +1 @@
The changelog now lives in [TLJH's documentation](https://tljh.jupyter.org/en/stable/reference/changelog.html).

View File

@@ -53,6 +53,18 @@ Topic guides provide in-depth explanations of specific topics.
topic/index
```
## Reference
The reference documentation is meant to provide narrowly scoped technical
descriptions that other documentation can link to for details.
```{toctree}
:maxdepth: 2
:titlesonly: true
reference/index
```
## Troubleshooting
In time, all systems have issues that need to be debugged. Troubleshooting

10
docs/reference/index.md Normal file
View File

@@ -0,0 +1,10 @@
# Reference
The reference documentation is meant to provide narrowly scoped technical
descriptions that other documentation can link to for details.
```{toctree}
:titlesonly: true
changelog
```