Live Site: https://the-ak-foundation.github.io/akos-docs
This repository contains the source for the AKOS documentation site. The docs are written in Markdown, rendered with Doxygen, and published automatically to GitHub Pages via GitHub Actions.
.
├── resources/ # Documentation pages, images, and site styling
├── akos/ # The AKOS source tree referenced by the documentation
├── scripts/ # Helper scripts used by the docs generation pipeline
└── Doxyfile # The main Doxygen configuration for the siteThe documentation covers:
- architecture and system overview
- kernel internals
- porting notes
- examples
- guides and reference material
The akos/ directory contains the AKOS source tree that this documentation is built from and refers to.
If you want to preview documentation changes locally before contributing:
./build_docs.shThis generates the HTML site under out/html/. If you also want the PDF
output, run:
./build_docs.sh --pdfDocumentation in this repository is licensed under the Apache License 2.0. See
LICENSE for the full text.