Web3j Documentation repository.
Make sure you have Pipenv installed.
Then run the following to get up and running:
git clone https://github.com/web3j/web3j-docs.git
cd web3j-docs
pipenv installInstall mkdocs material theme:
pip install mkdocs-materialInstall mike
pip install mikeRun locally using:
mike serveTo build and push to web3j-docs:
mike deploy VERSION ALIAS -pSet default version to latest
mike set-default VERSION or ALIAS -pTo update the versions of the dependencies simply change them in the mkdocs.yml file under the extra tag