klaytn / klaytn-docs

Klaytn Docs
https://docs.klaytn.foundation/
MIT License
19 stars 60 forks source link
documentation

Klaytn Docs

NO LONGER MAINTAINED

[!IMPORTANT] Since the launch of Kaia Blockchain, this repository has been parked in favour of the new open-source projects in Kaia's Github. Contributors have now moved there continuing with massive open-source contributions to our blockchain ecosystem. A big thank you to everyone who has contributed to this repository.

For future development and contributions, please refer to the new kaia docs repository which is expected to open to public during June 2024 (exact date to be confirmed).

More information about Klaytn's chain merge with Finschia blockchain, please refer to the launching of Kaia blockchain kaia.io.

Welcome to the Klaytn documentation repository! This repo contains the source files for the official Klaytn documentation available at https://docs.klaytn.foundation.

Contributing

We welcome contributions to help us improve and expand the Klaytn documentation. There are a few ways you can contribute:

Contributing to Documentation

If you find issues in the docs or have suggestions for improvements, please open an issue or submit a pull request. See our Contributing Guide for more details on the contribution workflow.

Before submitting PRs, make sure to:

Contributing Translations

Klaytn docs is available in the following languages:

If you are fluent in a language other than English and want to contribute translations or improve the localized documentation, see the Internationalization page for details on how to contribute translations via Crowdin.

Some key points:

Translation suggestions will be reviewed by the maintainers and made available on the localized doc sites when approved and merged.

Developing Klaytn Docs

This website is built using Docusaurus v3.

Installation

$ yarn

Local Development

$ yarn start

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

Build

$ yarn build

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

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.