Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

bacalhau-project/docs.bacalhau.org

Repository files navigation

Bacalhau Docs

This repository manages the documentation for the Bacalhau Project. This repo also contains the build scripts and tools to create and contribute to the Bacalhau docs website. Explore the docs →

Table of contents

Develop docs locally

Follow these simple example steps to get a local version of the site up and running.

Prerequisites

Installation

git clone https://github.com/bacalhau-project/docs.bacalhau.org.git
cd docs.bacalhau.org/
npm install

Render website

npm run start

The rendered site will be accessible at http://localhost:3000/

Documentatation structure

docs/ : This is where all the .md files live that control the content of this site. Most contributions happen in this directory.

Note: All code examples live in a dedicated repository https://github.com/bacalhau-project/examples and they are automagically rendered into the ./docs/examples/ folder by github actions.

Contributing

We would love ❤️ your help to improve existing items or make new ones even better!

Issues and Pull requests

If you find any inconsistencies in the docs, please raise an issue here →. Feel free to also submit a pull request with any changes you'd like to see to this repo. Every contribution is more than welcome! 🎈

Be Part of the community

If you have any questions you can join our Slack Community go to #bacalhau channel - its open to anyone!

Resources