Skip to content

adevinta/vulcan-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd5edc5 · May 13, 2025

History

8 Commits
Jul 15, 2022
Jul 21, 2022
May 13, 2025
Jul 15, 2022
Jul 15, 2022
Jul 15, 2022
Jul 6, 2022
Jul 21, 2022
Jul 15, 2022
Jul 21, 2022
Jul 15, 2022

Repository files navigation

Vulcan Documentation

This repository contains Vulcan documentation in markdown format.

The documentation site is generated using MkDocs and diagrams.

Requirements

Generating Diagrams

pip3 install -r requirements.txt
python3 diagrams/simplified-architecture.py
# The image will be created in "docs/img/simplified-architecture.png".
python3 diagrams/detailed-architecture.py
# The image will be created in "docs/img/detailed-architecture.png".

Viewing Documentation

pip3 install -r requirements.txt
mkdocs serve
# The site will be served in "http://127.0.0.1:8000/".