cortezaproject / corteza-docs

Documentation, manual, instructions

Home Page:https://docs.cortezaproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corteza technical and user documentation

Sources (most of it) for docs.cortezaproject.org website.

Authoring

Documentation is written in AsciiDoc format and processed with AsciiDoctor

Before you start, be sure you are familiar with syntax and formatting rules of AsciiDoc format.

  • One sentence per line.

  • Atx-style section titles

and other recommended practices from the linked page

Structure

Documentation is divided into 6 major chapters:

  • overview

  • releases

  • user manual

  • extending

  • maintainer

  • core developer

  • system management

Building files directly

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

Building docker image

make image

Todo

  • Apply standard Corteza build pipeline

About

Documentation, manual, instructions

https://docs.cortezaproject.org

License:Apache License 2.0


Languages

Language:JavaScript 63.2%Language:CSS 19.3%Language:Handlebars 11.6%Language:Makefile 3.1%Language:Shell 1.5%Language:Dockerfile 1.2%