- Use this template → Create a new repository
- Configure your docs list (optional)
- Run workflow manually from Actions tab
- Download generated documentation from Releases
By default, this workflow downloads:
- html
- css
- javascript
- http
- Go to Repository Settings → Secrets and variables → Actions → Variables
- Add a new variable named
DOCS_USER - Set value (comma-separated):
bash,git,python@3.12
When running the workflow manually, you can specify a custom list in the "custom_docs_list" field.
Modify the default value in .github/workflows/releases.yml:
Each run creates a GitHub Release with:
devdocs-docs-all.txt- All available documents listdevdocs-docs-user-html.zip- HTML formatdevdocs-docs-user-md.zip- Markdown format (if converted)