Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 568 Bytes

DEPRECATED

NOTE: This repository is no longer the source for the Embassy Book. Have a look here for the new location of the book.

Building

To build the book, you need npm to install the Antora doc system.

Run npm install to install the dependencies needed to build the docs.

Running a build with local sources (useful during development)

make local

Running a build with default sources

make

The book is automatically published to https://embassy.dev by a CI job.