Skip to content

AGILAB-NTNU/AGILAB_Software_Lab_Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGILAB Software Lab Guide (Internal)

This repository contains the source code for the AGILAB Software Lab Guide.

Maintenance

The documentation content is located in the docs/ directory.

Local Development

To preview the documentation locally, ensure you have Python installed and then:

  1. Install dependencies:

    pip install mkdocs-material
  2. Start the development server:

    mkdocs serve
  3. Open http://127.0.0.1:8000 in your browser.

Deployment

Changes pushed to the main branch are automatically deployed to GitHub Pages via GitHub Actions.

📁 Structure

  • 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.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors