cortezaproject / corteza-docs

Documentation, manual, instructions
https://docs.cortezaproject.org
Apache License 2.0
124 stars 68 forks source link

Corteza technical and user documentation

Sources (most of it) for http://docs.cortezaproject.org[docs.cortezaproject.org] website.

== Authoring

Documentation is written in https://asciidoctor.org/docs/what-is-asciidoc/[AsciiDoc] format and processed with https://asciidoctor.org/[AsciiDoctor]

Before you start, be sure you are familiar with https://asciidoctor.org/docs/asciidoc-writers-guide/[syntax and formatting] rules of AsciiDoc format.

.https://asciidoctor.org/docs/asciidoc-recommended-practices/[Rules to follow]:

and other recommended practices from the linked page

=== Structure

Documentation is divided into 6 major chapters:

=== Building files directly

[source,shell]

docker run -u $(id -u) -v $PWD:/antora:Z --rm -t antora/antora --cache-dir=./.cache/antora --stacktrace antora-playbook.yml

=== Building docker image

[source,shell]

make image

=== Todo