DocOps / liquidoc-gem

The canonical gem source for LiquiDoc, a ruby-based documentation parsing and rendering utility enabling advanced builds with Asciidoctor, Jekyll, Liquid, and semi-structured data files.
https://docs.docops.org/liquidoc-user-manual.html
MIT License
12 stars 5 forks source link

Make new end-user docs accessible #73

Closed briandominick closed 5 years ago

briandominick commented 5 years ago

Soon the official LiquiDoc end-user documentation will go up at the AJYL site, but users should have a way to get them. Right now, these instructions will work for end users:

git clone git@github.com:DocOps/liquidoc-gem.git
cd liquidoc-gem
asciidoctor docs/index.adoc -o liquidoc-manual.html

Ideally, build something into the tool itself that allows a simple command like bundle exec liquidoc makedocs to generate (serve?) the end-user docs.