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

https://github.com/liskhq/lisk-docs

Documentation for Lisk network
https://github.com/liskhq/lisk-docs

blockchain documentation

Last synced: 12 months ago
JSON representation

Documentation for Lisk network

Awesome Lists containing this project

README

          

# Lisk Docs

This repository contains the Lisk documentation, accessible at .
It tracks and maintains all updates and new content related to the documentation.
The documentation for Lisk is generated using [Docusaurus](https://docusaurus.io/) as the site generator.

## Set up docs locally

1. Clone the `lisk-docs` repository to your computer.

2. Install all the dependencies by executing the following:

```
yarn install
```

3. To run a local instance of docs, execute:

```
yarn start
```

This command starts a local development server and opens a browser window at .
Most changes are reflected live without having to restart the server.

## Build & Serve

It is essential to test your `build` & `serve` it locally before submitting it for review.

### Build

To build the docs, execute the following:

```
yarn build
```

This command generates static content into the `build` directory and can be served using any static content hosting service.

### Serve

Docusaurus provides a [serve](https://docusaurus.io/docs/cli#docusaurus-serve-sitedir) command to deploy your built files locally:

```
yarn serve
```

By default, this will load your site at .
You'll have to build and serve again if any changes are made.

## Contributions

Would you like to contribute?
Please see which situation fits you best.

- [When should you create an issue?](https://opensource.guide/how-to-contribute/#opening-an-issue)
- [How do you create a pull request?](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
- Do you want to help us translate our docs? Check out our [Translation Tracker](#translation-tracker) to see which PRs were recently merged and need translation.

However you contribute, please update the [Translation Tracker](#translation-tracker) to ensure your changes can be translated for our native readers.

Check out [our contributors](https://github.com/LiskHQ/lisk-documentation/graphs/contributors).

### Translation Tracker

The following table lists all the recently created/updated pull requests for the English version.

If you attempt to translate any of the following documents, please note that each PR's corresponding locale files should be updated according to the language.
If a new file is created in the English version and does not exist in the translated docs folder, i.e., `i18n/`, then create a new file in the same directory inside the `i18n/` parent folder and name it exactly as it is in the English version.

Once translated, the PR entry in the following table should be removed, and the translation PR should be submitted for review.

| Pull Request | Indonesian |
| ------------- |:-------------:|
| [Update token page](https://github.com/LiskHQ/lisk-docs/pull/313) | ✖ |
| [Update RPC provider details](https://github.com/LiskHQ/lisk-docs/pull/310) | ✖ |
| [Update scalars](https://github.com/LiskHQ/lisk-docs/pull/311) | ✖ |
| [Add Remix test example](https://github.com/LiskHQ/lisk-docs/pull/302) | ✖ |
| [Add hardhat test example](https://github.com/LiskHQ/lisk-docs/pull/301) | ✖ |
| [Add Gelato and thirdweb to node providers page](https://github.com/LiskHQ/lisk-docs/pull/300) | ✖ |
| [Add tenderly details](https://github.com/LiskHQ/lisk-docs/pull/282) | ✖ |

## License

Copyright 2016-2025 Onchain Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.