Documentation of AsTeRICS.
Install needed dependencies with
yarn installTODO: Write instructions
Setup asterics-docs using the provided docs tools (cf. DOCS Reference)
# Initialize asterics-docs
$ yarn docs init
# Deinitialize asterics-docs
$ yarn docs deinit
# Setup docs folder
$ yarn docs setupChange and edit files
# Show status
$ yarn docs statusUpdate changes
# Add files for commit
$ yarn docs add <file|folder> [<file|folder> ...]
# Commit files
$ yarn docs commit
# Push changes to origin
$ yarn docs pushNOTE:
You can inspect and add files without the docs tool using git in folder setup by the tool.
Use variables in file .env to configure the builds
# Deployment
## Host IP address
HOST="127.0.0.1"
## Host port number
PORT=8000
## Path to documentation on server
ENDPOINT="docs"
# docs tool
AUTHOR="Max Mustermann <m.mustermann@github.com>"
COMMITTER="Madeleine Musterfrau <m.musterfrau@github.com>"Start docs tool using yarn:
yarn docs <command>For detailed instructions use:
yarn docs <command> --help# Main
yarn docs init
yarn docs setup
yarn docs add
yarn docs commit
yarn docs push
# Supplementary
yarn docs status
yarn docs index
yarn docs convertyarn docs index: user selected entriesyarn docs pull: basic functionalityyarn docs push: credential handlingyarn docs build/devel: required?config.js: VERSION mappings
