/bamoe-docs

Documentation for IBM's BAMOE (Business Automation Manager Open Edition) product

Apache License 2.0Apache-2.0

IBM Business Automation Manager Open Edition (BAMOE) Documentation

Documentation for the IBM Business Automation Manager Open Edition product lives here. It is a combination of Asciidoc files and possibly links to other repositories within the KIE Community.

Installing asciidoctor

Building

Using either the native asciidoctor, asciidoctor.js, or asciidoctor in Docker, execute the following command to build the documentation from the cloned repository:

asciidoctor -vw -R . -D output \**/*.adoc

This will build all the files as HTML, show you any warnings, and output into the output directory, which is ignored by git.

Authoring

We recommend using the VS Code extension for authoring and previewing.

Writing Conventions

  • One sentence per line.

  • Tables one column per line, rows seperated by an empty line.

  • TBD

Repository Layout

The root of the repository contains a nav.adoc file, which closely resembles an Antora navigation file. This is used in building the Table of Contents (TOC) for the documentation.

Each main section in the navigation file corresponds to a directory. Each secondary section of the navigation has its own file.

Images are kept at the root level.

All attributes are in the partials/attributes.adoc file and included at the top of every file.