2024-10-12 21:18:36 +00:00
|
|
|
# This repo
|
|
|
|
This repository contains the documentation on the Central(Architecture).
|
|
|
|
|
|
|
|
# Building from sources
|
|
|
|
To build the documentation, `make` and `docker` should be installed in the build environment.
|
|
|
|
|
|
|
|
```bash
|
2024-10-12 23:27:08 +00:00
|
|
|
make create-docker-image && make
|
2024-10-12 21:18:36 +00:00
|
|
|
```
|