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:
@@ -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
|
||||
|
||||
475
docs/reference/changelog.md
Normal file
475
docs/reference/changelog.md
Normal file
File diff suppressed because one or more lines are too long
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