Skip to content

Commit

Permalink
Merge branch 'celestiaorg:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrokinro authored Oct 12, 2024
2 parents 804a79e + ae06877 commit fdad795
Show file tree
Hide file tree
Showing 59 changed files with 735 additions and 2,358 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build VitePress Site

on:
push:
branches: [main]
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build with VitePress
run: yarn build
159 changes: 94 additions & 65 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default {
{ icon: "github", link: "https://github.com/celestiaorg/docs" },
{ icon: "twitter", link: "https://twitter.com/CelestiaOrg" },
{ icon: "youtube", link: "https://www.youtube.com/@CelestiaNetwork" },
{ icon: "discord", link: "https://discord.com/invite/YsnTPcSfWQ" },
{ icon: "discord", link: "https://discord.gg/celestiacommunity" },
{ icon: { svg: telegramSVG }, link: "https://t.me/CelestiaCommunity" },
],

Expand Down Expand Up @@ -258,7 +258,7 @@ function nav() {
{ text: "Networks", link: "/nodes/participate" },
{ text: "Nodes", link: "/nodes/overview" },
{ text: "Developers", link: "/developers/build-whatever" },
{ text: "Community", link: "/community/overview" },
{ text: "Discord", link: "https://discord.gg/celestiacommunity" },
{
text: "Quick start",
items: [
Expand Down Expand Up @@ -338,6 +338,10 @@ function sidebarHome() {
text: "Celestia glossary",
link: "https://celestia.org/glossary/",
},
{
text: "Awesome Celestia resources",
link: "https://github.com/celestiaorg/awesome-celestia/",
},
],
},
],
Expand Down Expand Up @@ -471,7 +475,7 @@ function sidebarHome() {
link: "/nodes/celestia-app-metrics",
},
{
text: "Jailing and Slashing mechanics",
text: "Jailing and slashing mechanics",
link: "/nodes/celestia-app-slashing",
},
{
Expand Down Expand Up @@ -501,7 +505,7 @@ function sidebarHome() {
],
},
{ text: "SystemD", link: "/nodes/systemd" },
{ text: "Hardfork process", link: "/nodes/hardfork-process" },
{ text: "Network upgrade process", link: "/nodes/network-upgrade-process" },
],
},
],
Expand Down Expand Up @@ -543,14 +547,6 @@ function sidebarHome() {
text: "How to customize your Orbit chain's deployment configuration",
link: "https://docs.arbitrum.io/launch-orbit-chain/how-tos/customize-deployment-configuration",
},
{
text: "Deploy a smart contract on Arbitrum rollup",
link: "/developers/arbitrum-smart-contract",
},
{
text: "Deploy a dapp on your Arbitrum rollup devnet",
link: "/developers/arbitrum-dapp-deploy",
},
{
text: "Audit",
link: "https://github.com/celestiaorg/nitro/blob/celestia-v2.3.3/audits/celestia/arbitrum_nitro_celestia_audit_report.pdf",
Expand All @@ -563,8 +559,8 @@ function sidebarHome() {
items: [
{ text: "Documentation", link: "https://docs.astria.org" },
{
text: "Deploy to Dusknet",
link: "https://docs.astria.org/docs/local-rollup/introduction/",
text: "Just deploy",
link: "https://docs.astria.org/developer/tutorials/install-the-cli",
},
],
},
Expand All @@ -576,33 +572,27 @@ function sidebarHome() {
text: "Intro to OP Stack integration",
link: "/developers/intro-to-op-stack",
},
{
text: "Bubs testnet",
link: "/developers/bubs-testnet",
},
{
text: "Raspberry testnet",
link: "https://raas.gelato.network/rollups/details/public/opcelestia-raspberry",
},
{
text: "Deploy a smart contract on Bubs testnet",
link: "/developers/deploy-on-bubs",
},
{
text: "Deploy a dapp on Bubs testnet",
link: "/developers/gm-portal-bubs",
},
{
text: "Run an OP Stack devnet posting Celestia",
link: "/developers/optimism",
},
{
text: "Audit",
link: "https://docs.celestia.org/audits/Celestia_OP_Stack_Audit.pdf",
text: "OP Stack testnets",
collapsed: true,
items: [
{
text: "Bubs testnet",
link: "/developers/bubs-testnet",
},
{
text: "Raspberry testnet",
link: "https://raas.gelato.network/rollups/details/public/opcelestia-raspberry",
},
]
},
{
text: "Deploy a dapp with thirdweb",
link: "https://thirdweb.com/bubs-testnet",
text: "Audit",
link: "https://docs.celestia.org/audits/Celestia_OP_Stack_Audit.pdf",
},
{
text: "Rollups as a Service",
Expand Down Expand Up @@ -648,7 +638,7 @@ function sidebarHome() {
items: [
{
text: "Dymension",
link: "https://docs.dymension.xyz/build/overview/",
link: "https://docs.dymension.xyz/",
},
]
}
Expand All @@ -666,6 +656,10 @@ function sidebarHome() {
text: "FeeGrant module for blobs submission",
link: "/developers/feegrant-for-blobs",
},
{
text: "MultiAccounts feature for blobs submission",
link: "/developers/multiaccounts",
},
{
text: "Transaction resubmission guidelines",
link: "/developers/transaction-resubmission",
Expand Down Expand Up @@ -717,45 +711,85 @@ function sidebarHome() {
link: "/developers/blobstream-proof-queries",
},
{
text: "Example implementation of Blobstream proofs by CryptoKass",
link: "https://github.com/CryptoKass/blobstreamx-example",
},
{
text: "Local Blobstream X operators",
text: "SP1 Blobstream",
collapsed: true,
items: [
{
text: "Requesting data commitment ranges",
link: "/developers/blobstream-x-requesting-data-commitment-ranges",
text: "Local SP1 Blobstream operators",
collapsed: true,
items: [
{
text: "New SP1 Blobstream deployments",
link: "/developers/sp1-blobstream-deploy",
},
],
},
{
text: "New Blobstream X deployments",
link: "/developers/blobstream-x-deploy",
text: "SP1 Blobstream audits",
collapsed: true,
items: [
{
text: "Ottersec",
link: "https://docs.celestia.org/audits/SP1_Blobstream_Ottersec_Audit.pdf",
},
{
text: "SP1 Audits",
link: "https://github.com/succinctlabs/sp1/tree/dev/audits"
}
]
},
],
]
},
{
text: "Blobstream X audits",
text: "Blobstream X",
collapsed: true,
items: [
{
text: "Informal Systems",
link: "https://docs.celestia.org/audits/Blobstream_X-Informal_Systems_Audit.pdf",
text: "Overview of BlobstreamX",
link: "/developers/blobstreamx",
},
{
text: "OtterSec",
link: "https://docs.celestia.org/audits/Blobstream_X-OtterSec_Audit.pdf",
text: "Example implementation of Blobstream proofs by CryptoKass",
link: "https://github.com/CryptoKass/blobstreamx-example",
},
{
text: "Veridise",
link: "https://docs.celestia.org/audits/Blobstream_X-Veridise_Audit.pdf",
text: "Local Blobstream X operators",
collapsed: true,
items: [
{
text: "Requesting data commitment ranges",
link: "/developers/blobstream-x-requesting-data-commitment-ranges",
},
{
text: "New Blobstream X deployments",
link: "/developers/blobstream-x-deploy",
}
]
},
{
text: "Zellic",
link: "https://docs.celestia.org/audits/Blobstream_X-Zellic_Audit.pdf",
text: "Blobstream X audits",
collapsed: true,
items: [
{
text: "Informal Systems",
link: "https://docs.celestia.org/audits/Blobstream_X-Informal_Systems_Audit.pdf",
},
{
text: "OtterSec",
link: "https://docs.celestia.org/audits/Blobstream_X-OtterSec_Audit.pdf",
},
{
text: "Veridise",
link: "https://docs.celestia.org/audits/Blobstream_X-Veridise_Audit.pdf",
},
{
text: "Zellic",
link: "https://docs.celestia.org/audits/Blobstream_X-Zellic_Audit.pdf",
}
],
}
],
}
]
},
],
},
{
Expand All @@ -779,12 +813,11 @@ function sidebarHome() {
text: "Community",
collapsed: true,
items: [
{ text: "Overview", link: "/community/overview" },
{ text: "Discord", link: "https://discord.gg/celestiacommunity"},
{ text: "Code of Conduct", link: "/community/coc" },
{ text: "Community calendar", link: "/community/calendar" },
{ text: "Celestia Foundation Delegation Program",
link: "/community/foundation-delegation-program"
},
{ text: "Celestia Foundation Delegation Program",
link: "/community/foundation-delegation-program"
},
{
text: "Modular Meetups",
collapsed: true,
Expand All @@ -795,10 +828,6 @@ function sidebarHome() {
{ text: "Speaker list", link: "/community/speaker-list" },
],
},
{
text: "Incentivized testnet supplemental terms",
link: "/community/itn-tos",
},
],
},
];
Expand Down
8 changes: 4 additions & 4 deletions .vitepress/constants/arabica_versions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const arabicaVersions = Object.freeze({
"app-latest-tag": "v2.1.2",
"app-latest-sha": "48173df3dc78f9348eedb3796f29ef9e9e5dc584",
"app-latest-tag": "v2.2.0-arabica",
"app-latest-sha": "d3f8b2997fcbc8e7f43785a9513b2d0c91675087",
"core-latest-tag": "v1.40.1-tm-v0.34.29-rc0",
"core-latest-sha": "0d2b63836d0f4587e162bfded58f53fba238e69c",
"node-latest-tag": "v0.16.0-rc0",
"node-latest-sha": "603288597fbd82c44aaa0a0ac8d187cac1860431",
"node-latest-tag": "v0.18.1-arabica",
"node-latest-sha": "ac0515f82c2ae3783cfc62670dab3ad93cada8a6",
});
export default arabicaVersions;
10 changes: 5 additions & 5 deletions .vitepress/constants/constants.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const constants = Object.freeze({
golangNodeMainnet: "1.22.0",
golangNodeMocha: "1.22.0",
golangNodeArabica: "1.22.0",
golangApp: "1.22.0",
golangCore: "1.22.0",
golangNodeMainnet: "1.23.0",
golangNodeMocha: "1.23.0",
golangNodeArabica: "1.23.0",
golangApp: "1.22.6",
golangCore: "1.22.6",
golang: "1.22.0",
arabicaChainId: "arabica-11",
mainnetChainId: "celestia",
Expand Down
12 changes: 6 additions & 6 deletions .vitepress/constants/mainnet_versions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const mainnetVersions = Object.freeze({
"app-latest-tag": "v1.13.0",
"app-latest-sha": "d40b04b5d38399daf1c7108c1ecc0de4603d4852",
"core-latest-tag": "v1.40.1-tm-v0.34.29-rc0",
"core-latest-sha": "0d2b63836d0f4587e162bfded58f53fba238e69c",
"node-latest-tag": "v0.15.0",
"node-latest-sha": "b745c60deff7d339c773d77e6b350a4a338ac682",
"app-latest-tag": "v2.1.2",
"app-latest-sha": "48173df3dc78f9348eedb3796f29ef9e9e5dc584",
"core-latest-tag": "v1.41.0-tm-v0.34.29",
"core-latest-sha": "aef322775c75783488b439cdf7ca33f38da08426",
"node-latest-tag": "v0.16.0",
"node-latest-sha": "6744f648649ebb5fee1b27faf7aca96ecf4519b2",
});
export default mainnetVersions;
8 changes: 4 additions & 4 deletions .vitepress/constants/mocha_versions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const mochaVersions = Object.freeze({
"app-latest-tag": "v2.1.2",
"app-latest-sha": "48173df3dc78f9348eedb3796f29ef9e9e5dc584",
"app-latest-tag": "v2.2.0-mocha",
"app-latest-sha": "d3f8b2997fcbc8e7f43785a9513b2d0c91675087",
"core-latest-tag": "v1.40.1-tm-v0.34.29-rc0",
"core-latest-sha": "0d2b63836d0f4587e162bfded58f53fba238e69c",
"node-latest-tag": "v0.16.0-rc0",
"node-latest-sha": "603288597fbd82c44aaa0a0ac8d187cac1860431",
"node-latest-tag": "v0.18.2-mocha",
"node-latest-sha": "4309c8349857638b033a2a278da0f8ab182fdb26",
});
export default mochaVersions;
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Deploy](https://github.com/celestiaorg/docs/actions/workflows/deploy.yml/badge.svg)](https://github.com/celestiaorg/docs/actions/workflows/deploy.yml)

# Celestia Documentation Site

Welcome to the official documentation repository for Celestia.
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.
Expand All @@ -20,7 +22,7 @@ This documentation site is built with [VitePress](https://vitepress.dev)
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.
- 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.
Expand Down
14 changes: 0 additions & 14 deletions community/calendar.md

This file was deleted.

Loading

0 comments on commit fdad795

Please sign in to comment.