Skip to content

bitsmuggler/docs-as-code-a-first-conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Documentation as Code - A first conversion

This is a simple example of how to use documentation as code.

Technologies involved:

  • AsciiDoc as format to write the software architecture documentation
  • Asciidoctor to generate the representations of the software architecture documentation written in asciidoc

Prerequisites

Install Asciidoctor and the Asciidoctor-PDF extension:

Generate the software architecture documentation representations

Generate the documentation as HTML representation

asciidoctor -b html5 my-example-document.adoc

Generate the documentation as PDF representation

asciidoctor -b pdf -r asciidoctor-pdf my-example-document.adoc

About

Documentation-as-Code - A first conversion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published