This is the source of the official eunomia-bpf website.
For the tutorial, please edit https://github.com/eunomia-bpf/bpf-developer-tutorial
For the home page of each project, please edit the README of them.
- mkdocs
- mkdocs-i18n
- mkdocs-material
- Python 3.10+
Clone this repo and enter, then:
python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
mkdocs buildThis will build site directory. Or:
mkdocs serveThe website will now be accessible at http://localhost:8000 and reload on any changes.