Skip to content

Commit

Permalink
Merge pull request #356 from nervosnetwork/add-org
Browse files Browse the repository at this point in the history
Add organizations & update discord links
  • Loading branch information
RetricSu authored Jun 6, 2024
2 parents ea8c74a + 1c3c463 commit dfcdef4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions website/docs/ecosystem/organizations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
id: organizations
title: Organizations
---

# Organizations

Explore all the organizations and their relevant GitHub repositories within the decentralized Nervos ecosystem.

| Org name | Github repo | Major contents |
| -------------- | -------------------------------- | ------------------------------------------------- |
| Nervos Network | https://github.com/nervosnetwork | CKB-VM, RFCs, Moleculec-es |
| Cell Studio | https://github.com/ckb-cell | RGB++ |
| Spore Protocol | https://github.com/sporeprotocol | Spore protocol |
| Cryptape | https://github.com/cryptape | CKB Node Probe, Omnilock, CoBuild, Anyone-can-pay |
| Magickbase | https://github.com/Magickbase | CKB Explorer, Neuron, CKB Testnet Faucet |
| Nervina-labs | https://github.com/nervina-labs | JoyID, CoTA |
| CKB-JS | https://github.com/ckb-js | Lumos, Kuai, CKB-SDK-JS |
| .bit | https://github.com/dotbitHQ | did-contracts , dotbit.js |
| ckb-ecofund | https://github.com/ckb-ecofund | ccc |
2 changes: 1 addition & 1 deletion website/docs/getting-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,4 @@ function readEnvNetwork(): "devnet" | "testnet" | "mainnet" {

`offckb.config.ts` is a straightforward TypeScript file that encapsulates basic info and configs for [Lumos](https://github.com/ckb-js/lumos). Everything is explicitly defined, making it easy to modify. This minimalistic approach ensures that `offckb` does not impose limitations on the tech selections and development processes of developers.

If you have any feedback you would like to share with us, feel free to contact us at [github](https://github.com/nervosnetwork/docs.nervos.org) or [discord](https://discord.gg/AqGTUE9).
If you have any feedback you would like to share with us, feel free to contact us at [github](https://github.com/nervosnetwork/docs.nervos.org) or [discord](https://discord.gg/4Jcw8MwEEv).
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const config = {
type: "html",
position: "right",
value:
'<a class="help-flex" href="https://discord.gg/nervosnetwork" target="__blank"><img alt="Discord for help" src="/svg/icon-discord.svg" width={24} height={24}><p class="help-text">Get Help</p></a>',
'<a class="help-flex" href="https://discord.gg/4Jcw8MwEEv" target="__blank"><img alt="Discord for help" src="/svg/icon-discord.svg" width={24} height={24}><p class="help-text">Get Help</p></a>',
className: "navbar-help",
},
],
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
label: "Ecosystem",
className: "category-ecosystem",
collapsible: false,
items: ["ecosystem/projects"],
items: ["ecosystem/projects", "ecosystem/organizations"],
},
{
type: "category",
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/homeContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const devToolSectionContents: DevToolProps[] = [

const contactUsContents: CardLinks[] = [
{ label: "github", link: "https://github.com/nervosnetwork" },
{ label: "discord", link: "https://discord.gg/nervosnetwork" },
{ label: "discord", link: "https://discord.gg/4Jcw8MwEEv" },
{ label: "reddit", link: "https://www.reddit.com/r/NervosNetwork/" },
{ label: "nervostalk", link: "https://talk.nervos.org/" },
{ label: "telegram", link: "https://t.me/nervosnetwork" },
Expand Down
2 changes: 1 addition & 1 deletion website/src/theme/NotFound/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ContentWrapper(props) {
</a>{" "}
</h2>
<div>
Or get help from <a href="https://discord.gg/nervosnetwork">discord</a>
Or get help from <a href="https://discord.gg/4Jcw8MwEEv">discord</a>
</div>
</div>
);
Expand Down

0 comments on commit dfcdef4

Please sign in to comment.