reactivefoundation / reactiveprinciples

Catalog of Reactive Principles and Patterns

Home Page:https://principles.reactive.foundation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

The source files for this guide use asciidoc syntax and the project is configured to build with Antora. To review and suggest changes, we recommend building the HTML files locally.

Building the guide locally

To build this guide locally, follow these steps:

  1. Follow the steps to install Antora that are described here: https://docs.antora.org/antora/2.0/install/install-antora/.

  2. Run npm install -g asciidoc-link-check

  3. Optional, to build with search enabled: Add the antora-lunr integration: https://github.com/Mogztter/antora-lunr by following the readme steps outlined in the Generate an index file section only. You do not need to enable search in the UI.

  4. Clone https://github.com/lightbend/lightbend-platform-docs locally

The command for building without search: ` antora playbook.yml `

The command for building with search enabled:

` DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr NODE_PATH="$(npm -g root)" antora --generator antora-site-generator-lunr playbook.yml `

For reference

Antora is built on top of Asciidoctor. One of the main differences between Asciidoctor and Antora is that Antora requires a specfic directory structure. If you are new to Antora and asciidoc, the following references might be helpful:

About

Catalog of Reactive Principles and Patterns

https://principles.reactive.foundation

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%