| Commit message (Collapse) | Author | Files | Lines |
|
Doing so will allow us to build up releases of the docs as we create
and push to release branches.
In the future we'll have some UI on the website to switch between
versions, but for now you can simple just change 'latest' to
'v1.2.3' in the URL.
|
|
This just ends up looking much cleaner.
Also includes some updates to the description of what each custom
JS/CSS file does.
|
|
I also moved the information about how to get an admin access token to
the "Admin API" chapter of the docs (and lightly spruced it up + did
RST -> MD).
|
|
|
|
As they interfere with the table of contents, and aren't really needed
on desktop UI.
Buttons are still kept for mobile.
|
|
This allows for displaying a nifty auto-scrolling table of contents pane to the right of
the current page of documentation. This is especially useful when viewing long documents
such as the installation instructions.
|
|
These pages simply act as a container for other pages, but also serve to provide
an introduction and explanation for the pages to come. We can also use it to
describe what topics should be covered in the section, to help others organise
new documentation pages.
|