An open API service indexing awesome lists of open source software.

https://github.com/hyperledger-web3j/web3j-docs

Web3j documentation repository.
https://github.com/hyperledger-web3j/web3j-docs

Last synced: 11 months ago
JSON representation

Web3j documentation repository.

Awesome Lists containing this project

README

          

# web3j-docs
Web3j Documentation repository.

[docs.web3j.io](http://docs.web3j.io)

## Project setup

Make sure you have [Pipenv](https://docs.pipenv.org/en/latest/) installed.

Then run the following to get up and running:

```bash
git clone https://github.com/web3j/web3j-docs.git
cd web3j-docs
pipenv install
```

## Build instructions
Install mkdocs material theme:
```bash
pip install mkdocs-material
```
Install [mike](https://github.com/jimporter/mike)
```bash
pip install mike
```
Run locally using:

```bash
mike serve
```

To build and push to web3j-docs:

```bash
mike deploy VERSION ALIAS -p
```

Set default version to latest

```bash
mike set-default VERSION or ALIAS -p
```

To update the versions of the dependencies simply change them in the `mkdocs.yml` file under the extra tag