starter-slim
- Generate with the same files and folders from this repository
- Set up your GitHub Pages to source(
/) - Now you can view your documentation in your site
site.pages
| source | link |
|---|---|
| assets/404.liquid | /404.html |
| assets/css/theme.scss | /assets/css/theme.css |
| assets/data.liquid | /data.json |
| assets/images/favicon.liquid | /assets/images/favicon.svg |
| assets/robots.liquid | /robots.txt |
| assets/search.liquid | /search.html |
| assets/sitemap.liquid | /sitemap.xml |
| assets/sw.caches.liquid | /sw.caches.js |
| features/appinstall.md | /features/appinstall.html |
| features/applist.md | /features/applist.html |
| features/clipboard.md | /features/clipboard.html |
| features/control.md | /features/control.html |
| features/fileexplorer.md | /features/fileexplorer.html |
| features/location.md | /features/location.html |
| features/openurl.md | /features/openurl.html |
| features/record.md | /features/record.html |
| features/remoteview.md | /features/remoteview.html |
| features/screenmirror.md | /features/screenmirror.html |
| features/screenshot.md | /features/screenshot.html |
| features/terminal.md | /features/terminal.html |
| integration/iframe.md | /integration/iframe.html |
| integration/intent.md | /integration/intent.html |
| integration/restapi.md | /integration/restapi.html |
| README.md | / |
| faq/README.md | /faq/ |
| features/README.md | /features/ |
| integration/README.md | /integration/ |
Documents
https://jekyll-rtd-theme.rundocs.io
Local debug
gem install jekyll bundler
bundle install
JEKYLL_GITHUB_TOKEN=blank PAGES_API_URL=http://0.0.0.0 bundle exec jekyll server --livereload
The license
The theme is available as open source under the terms of the MIT License