mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
docs: put changelog in tljh's built documentation under a new reference section
This commit is contained in:
1
CHANGELOG.md
Normal file
1
CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
||||
The changelog now lives in [TLJH's documentation](https://tljh.jupyter.org/en/stable/reference/changelog.html).
|
||||
@@ -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
10
docs/reference/index.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user