Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 928 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 928 Bytes

Bisq Network Documentation

AsciiDoc sources for the docs hosted at https://docs.bisq.network.

Build

To build locally, run ./gradlew build (gradlew.bat build --project-cache-dir=../cache on Windows) and then open build/asciidoc/html5/index.html in your browser.

Deploy

Commits pushed to the master branch of this repository are automatically built and deployed via Netlify at https://app.netlify.com/sites/bisq-network-docs (permission required).

Writing Tips

  • Keep the Asciidoctor user manual handy as a reference when editing.
  • Install the Asciidoctor.js Live Preview Chrome extension for instant in-browser rendering of .adoc files. This avoids the need to run gradle build and then refresh your browser to see the results of your changes.