This repository is a documentation template for ESIIL working groups. It uses MkDocs + Material to publish a clean guide from the request for proposals through final reporting.
It includes:
- a public documentation website built from
docs/ - guide pages for the RFP, FAQ, applicants, new groups, active groups, final reporting, and reusable templates
- ESIIL-styled visual defaults for MkDocs Material
- automatic deployment to GitHub Pages using GitHub Actions
- an
AGENTS.mdfile with repository guidance for AI coding agents
The website is built from the docs/ folder and automatically deployed when changes are pushed.
After creating a repository from this template you must enable GitHub Pages once.
- Go to Settings → Pages
- Under Build and deployment, choose Source: GitHub Actions
The site will then deploy automatically on push.
Your site will appear at:
https://<your-username>.github.io/<repository-name>/
pip install mkdocs mkdocs-material
mkdocs serve
Then open:
http://127.0.0.1:8000
Use this template as the documentation layer for an ESIIL working group, then add only the pages and examples the group needs.