This repository contains the source code for the AGILAB Software Lab Guide.
The documentation content is located in the docs/ directory.
To preview the documentation locally, ensure you have Python installed and then:
-
Install dependencies:
pip install mkdocs-material
-
Start the development server:
mkdocs serve
-
Open
http://127.0.0.1:8000in your browser.
Changes pushed to the main branch are automatically deployed to GitHub Pages via GitHub Actions.
docs/: Documentation source files (Markdown).en/: English version.zh/: Traditional Chinese version.
mkdocs.yml: MkDocs configuration file..github/workflows/deploy.yml: CI/CD deployment script.