status-im / docs.status.network

Documentation site for Status Network

Home Page:https://docs.status.network

Repository from Github https://github.comstatus-im/docs.status.networkRepository from Github https://github.comstatus-im/docs.status.network

Status Network Documentation

Welcome to the official documentation for Status Network! This repository contains the source code for our documentation website, built using Docusaurus, a modern static website generator.

πŸš€ Getting Started

Prerequisites

If you are familiar with using Nix shell all of the dependencies will be installed by just running nix develop from within this repository which will spawn a new shell.

Installation

# Clone the repository
git clone https://github.com/status-im/docs.status.network
cd docs.status.network

# Install dependencies
yarn

Local Development

# Start the development server
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

# Build the static site
yarn build

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

CI/CD

The hosting is done using Caddy server with Git plugin for handling GitHub webhooks.

Information about deployed build can be also found in /build.json available on the website.

πŸ“ Contributing

We welcome contributions from the community! Here's how you can help improve our documentation:

Making Changes

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes
  4. Test locally using yarn start
  5. Commit your changes: git commit -am 'Add some feature'
  6. Push to the branch: git push origin feature/your-feature-name
  7. Submit a pull request

Documentation Structure

docs/
β”œβ”€β”€ introduction/       # Introduction and getting started
β”œβ”€β”€ tokenomics/         # Economic model and Karmic Tokenomics
β”œβ”€β”€ general-info/       # Network details and contracts
β”œβ”€β”€ tools/              # Development tools and resources
β”œβ”€β”€ tutorials/          # Step-by-step guides
└── other/              # Additional resources

Made with ❀️ by the Status Network team

About

Documentation site for Status Network

https://docs.status.network


Languages

Language:TypeScript 44.7%Language:CSS 43.4%Language:Shell 7.9%Language:Nix 3.6%Language:JavaScript 0.4%