Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maris205/testdoc
https://github.com/maris205/testdoc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maris205/testdoc
- Owner: maris205
- Created: 2021-08-02T14:36:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T14:36:44.000Z (over 3 years ago)
- Last Synced: 2023-07-31T17:38:06.558Z (over 1 year ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starter
1. [Generate with the same files and folders](https://github.com/rundocs/starter/generate) from this repository
2. Set up your GitHub Pages to source(`/`)
3. Now you can view your documentation in your site## site.pages
| source | link |
| --------------- | -------------------------------------------------------------- |
{% for page in site.pages -%}
| {{ page.path }} | [{{ page.url | relative_url }}]({{ page.url | relative_url }}) |
{% endfor %}## Documents
https://jekyll-rtd-theme.rundocs.io
## Local debug
```sh
make
make server
```## The license
The theme is available as open source under the terms of the MIT License