https://github.com/celestiaorg/docs
Celestia Documentation Site
https://github.com/celestiaorg/docs
Last synced: 15 days ago
JSON representation
Celestia Documentation Site
- Host: GitHub
- URL: https://github.com/celestiaorg/docs
- Owner: celestiaorg
- Created: 2022-03-16T19:38:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T10:31:34.000Z (24 days ago)
- Last Synced: 2025-04-07T02:12:02.054Z (22 days ago)
- Language: TypeScript
- Homepage: https://docs.celestia.org
- Size: 197 MB
- Stars: 179
- Watchers: 26
- Forks: 404
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - celestiaorg/docs - Celestia Documentation Site (TypeScript)
README
[](https://github.com/celestiaorg/docs/actions/workflows/github-code-scanning/codeql)
[](https://github.com/celestiaorg/docs/actions/workflows/deploy.yml)
[](https://x.com/celestia)
[](https://discord.com/invite/celestiacommunity)
[](https://www.apache.org/licenses/LICENSE-2.0)# Celestia Documentation Site
Welcome to the official documentation repository for [Celestia](https://celestia.org/).
Here you'll find comprehensive guides, tutorials, and reference materials
to help you make the most out of Celestia.## Building the site
To get started, clone the repository and run the following:
```bash
yarn && yarn dev
```This documentation site is built with [VitePress](https://vitepress.dev)
## Contribution Guidelines
We love contributions from the community! Whether you're fixing typos,
improving content clarity, or adding new topics, every contribution helps.- Fork & clone: Fork this repository and clone it to your local machine.
- Branch: Always create a new branch for your changes. Naming it relevantly.
- Commit Changes: Make your changes and commit them with a clear and concise
commit message.
- Push & Create PR: Push your changes to your fork and create a pull request
to the main branch of this repository.Please ensure to review the detailed Contribution Guidelines above before
making a pull request.### Link Format Guidelines
When adding internal links to documentation, please use the following format:
`[link text](/base-working-dir/subdir/page.md#section-id)`, i.e. `[link text](/how-to-guides/quick-start.md#get-your-auth-token)`This format ensures long-term compatibility and consistent behavior across different platforms and documentation builds.
## Directory Structure
- /learn: A category for learning about Celestia.
- /how-to guides: A category with guides for running a node, deploying
rollups, and building on Celestia.
- /tutorials: A category with tutorials on interacting with celestia-node.- /community: A category for the Celestia community.
- /public: Images, diagrams, and other media files used in the documentation.## Feedback & Suggestions
We value feedback from the community. If you have suggestions for improvements
or find any discrepancies in the documentation, please raise an issue in this
repository.