{"id":28547748,"url":"https://github.com/liskhq/lisk-docs","last_synced_at":"2025-07-08T04:30:29.581Z","repository":{"id":263846364,"uuid":"734256832","full_name":"LiskHQ/lisk-docs","owner":"LiskHQ","description":"Documentation for Lisk network","archived":false,"fork":false,"pushed_at":"2025-06-17T15:58:45.000Z","size":26078,"stargazers_count":6,"open_issues_count":2,"forks_count":9,"subscribers_count":5,"default_branch":"development","last_synced_at":"2025-06-17T16:49:32.680Z","etag":null,"topics":["blockchain","documentation"],"latest_commit_sha":null,"homepage":"https://docs.lisk.com/","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiskHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-21T08:39:57.000Z","updated_at":"2025-06-12T08:04:12.000Z","dependencies_parsed_at":"2025-01-10T09:50:20.479Z","dependency_job_id":"ff5a3ed6-19f9-4529-a39f-54d050bb2096","html_url":"https://github.com/LiskHQ/lisk-docs","commit_stats":null,"previous_names":["liskhq/lisk-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiskHQ/lisk-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiskHQ%2Flisk-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiskHQ%2Flisk-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiskHQ%2Flisk-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiskHQ%2Flisk-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiskHQ","download_url":"https://codeload.github.com/LiskHQ/lisk-docs/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiskHQ%2Flisk-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264194193,"owners_count":23571118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","documentation"],"created_at":"2025-06-10T01:07:31.222Z","updated_at":"2025-07-08T04:30:29.576Z","avatar_url":"https://github.com/LiskHQ.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lisk Docs\n\nThis repository contains the Lisk documentation, accessible at \u003chttps://docs.lisk.com\u003e.\nIt tracks and maintains all updates and new content related to the documentation.\nThe documentation for Lisk is generated using [Docusaurus](https://docusaurus.io/) as the site generator.\n\n## Set up docs locally\n\n1. Clone the `lisk-docs` repository to your computer.\n\n2. Install all the dependencies by executing the following:\n\n    ```\n    yarn install\n    ```\n\n3. To run a local instance of docs, execute:\n\n    ```\n    yarn start\n    ```\n\n    This command starts a local development server and opens a browser window at \u003chttp://localhost:3000/\u003e.\n    Most changes are reflected live without having to restart the server.\n\n## Build \u0026 Serve\n\nIt is essential to test your `build` \u0026 `serve` it locally before submitting it for review.\n\n### Build\n\nTo build the docs, execute the following:\n\n```\nyarn build\n```\n\nThis command generates static content into the `build` directory and can be served using any static content hosting service.\n\n### Serve\n\nDocusaurus provides a [serve](https://docusaurus.io/docs/cli#docusaurus-serve-sitedir) command to deploy your built files locally:\n\n```\nyarn serve\n```\n\nBy default, this will load your site at \u003chttp://localhost:3000/\u003e.\nYou'll have to build and serve again if any changes are made.\n\n## Contributions\n\nWould you like to contribute?\nPlease see which situation fits you best.\n\n- [When should you create an issue?](https://opensource.guide/how-to-contribute/#opening-an-issue)\n- [How do you create a pull request?](https://opensource.guide/how-to-contribute/#opening-a-pull-request)\n- 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.\n\nHowever you contribute, please update the [Translation Tracker](#translation-tracker) to ensure your changes can be translated for our native readers.\n\nCheck out [our contributors](https://github.com/LiskHQ/lisk-documentation/graphs/contributors).\n\n### Translation Tracker\n\nThe following table lists all the recently created/updated pull requests for the English version.\n\nIf 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.\nIf 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.\n\nOnce translated, the PR entry in the following table should be removed, and the translation PR should be submitted for review.\n\n| Pull Request  | Indonesian    |\n| ------------- |:-------------:|\n| [Update token page](https://github.com/LiskHQ/lisk-docs/pull/313) | ✖ |\n| [Update RPC provider details](https://github.com/LiskHQ/lisk-docs/pull/310) | ✖ |\n| [Update scalars](https://github.com/LiskHQ/lisk-docs/pull/311) | ✖ |\n| [Add Remix test example](https://github.com/LiskHQ/lisk-docs/pull/302) | ✖ |\n| [Add hardhat test example](https://github.com/LiskHQ/lisk-docs/pull/301) | ✖ |\n| [Add Gelato and thirdweb to node providers page](https://github.com/LiskHQ/lisk-docs/pull/300) | ✖ |\n| [Add tenderly details](https://github.com/LiskHQ/lisk-docs/pull/282) | ✖ |\n\n## License\n\nCopyright 2016-2025 Onchain Foundation\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless 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.\nSee the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliskhq%2Flisk-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliskhq%2Flisk-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliskhq%2Flisk-docs/lists"}