This is the official Reference Architecture documentation for the Mojaloop project.
Our updated docs currently live in the ./docs directory
# install npm dependencies
yarn
# run the local server
yarn run devRun yarn run build to build the project to render the static vuepress site for a deployment.
To version the current next document version found in the ./docs folder, run the following command
npx vuepress version docs ${VERSION}Example: npx vuepress version docs 1.0.1.
This will preserve the documents found in ./docs to ./website/versioned_docs/1.0.1.
This is managed by a vuepress versioning plugin.
The latest version will automatically be loaded when access the website, with a version drop-down list appearing on the top left (next to the Mojaloop logo). Here you can select the different versions that have been archived in the ./vuepress/website/versioned_docs/ folder, with next representing the working folder ./docs.
We deploy these docs automatically with CircleCI upon merges to the main branch.
Follow this link to see the live site: https://docs.mojaloop.io/reference-architecture-doc
The live site is hosted using git-pages, and is served from the vue-pages branch of this repository.
You can also deploy them manually, by running:
sh ./scripts/.publish-gh-pages.shNote that you will need write access to this Github repository.
Apache License. Version 2.0
See ./license for more information.