Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.62 KB

README.md

File metadata and controls

63 lines (45 loc) · 2.62 KB

Kroxylicious documentation

Welcome to the Kroxylicious documentation!

This folder contains the source files for managing the Kroxylicious documentation. The documentation is written in AsciiDoc and provides content to help you understand and set up Kroxylicious. US (global) English is used throughout.

Table of Contents

Kroxylicious guide

The Kroxylicious documentation is organized into a single Kroxylicious guide. The content for the guide is encapsulated in a main index file:

Documentation folder structure

The index file is used to build the documentation. Documentation folders contain the content that's incorporated into the main source files. An assembly is like a sub-section or chapter in a book. A module contain a procedure (proc-), concepts (con-), or reference (ref-) content.

Documentation folders

Folder Description
assemblies/ Assemblies (chapters) group related content
modules/ Modules provide content for assemblies
_assets/ Content common to all doc files
shared/attributes.adoc Global book attributes

Generating the guide

To generate the guide in HTML, run the following Maven command:

mvn org.asciidoctor:asciidoctor-maven-plugin:process-asciidoc@convert-to-html

The HTML is output to target/html/index.html.

Contributing to the documentation

If there's something that you want to add or change in the documentation, do the following:

  1. Fork the repository
  2. Set up a local Git repository by cloning the forked repository
  3. Create a branch for your changes
  4. Add the changes through a pull request

The pull request will be reviewed and the changes merged when the review is complete. The guide is then rebuilt and the updated content is published on the Kroxylicious website. Published documentation for the current main branch as well as all releases can be found on our website.