ada-lang-io / import-style-guide

Scripts to fetch Ada Quality and Style Guide wikibook
Apache License 2.0
2 stars 1 forks source link

Scripts to fetch Ada Quality and Style Guide wikibook

These scripts convert the WiKi book to ada-lang.io markdown.

Build and run

You need pandoc, curl, sed installed. Build a pandoc filter with Alire:

alr build

Then run:

./fetch.sh <OUTPUT_DIR>

Then run yarn format in ada-lang.io repository to reformat output according to Docusaurus style.

To be fixed