Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 311 Bytes

File metadata and controls

18 lines (12 loc) · 311 Bytes

mini-a-docs

Documentation site for Mini-A.

Local development

  1. Install dependencies with Bundler.
  2. Run the site locally:
bundle exec jekyll serve

Structure

  • Markdown content lives in the repository root.
  • Site assets are under assets/.
  • Jekyll configuration is in _config.yml.