Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loki-astari/andvari-theme-documentation
Put back documentation theme
https://github.com/loki-astari/andvari-theme-documentation
Last synced: about 1 month ago
JSON representation
Put back documentation theme
- Host: GitHub
- URL: https://github.com/loki-astari/andvari-theme-documentation
- Owner: Loki-Astari
- Created: 2023-04-24T04:24:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-24T04:30:00.000Z (over 1 year ago)
- Last Synced: 2024-10-02T18:21:09.248Z (about 2 months ago)
- Language: EJS
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# andvari-theme-doc
A very simple documentation theme
This is based on the [slate tool](https://github.com/tripit/slate).
I actually like the `slate` tool but I wanted all my documentation to be generated in the same way.## Configuration
In the config.json file you will find the following options.
{
toc: [ >Content Item< ]
}Where:
Content Item:
Name: >Name as it appears in menu<
Value: >A file to be displayed for that menu item< (Optional)
Sub: [ >Content Item< ] (Optional)