diff --git a/docs/community/sidebars.ts b/docs/community/sidebars.ts index bf69a83ebdf..1b99414384e 100644 --- a/docs/community/sidebars.ts +++ b/docs/community/sidebars.ts @@ -1,17 +1,5 @@ module.exports = { learn: [ - { - type: 'category', - label: 'The Community', - collapsed: true, - items: [ - 'the-community/how-to-support', - 'the-community/discord', - 'the-community/x-teams', - 'the-community/git-hub', - 'the-community/social-media', - ], - }, { type: 'category', label: 'Contribute To Wiki', diff --git a/docs/community/the-community/git-hub.md b/docs/community/the-community/git-hub.md deleted file mode 100644 index 2780badb2e1..00000000000 --- a/docs/community/the-community/git-hub.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: GitHub -description: IOTA is open-source software, and the IOTA GitHub is where all this software is developed. Totaly transparent and open. Meet the IOTA developers and see what amazing solutions are evolving here. ---- - -# IOTA Community GitHub - -The IOTA community developers are invited to host their projects under the [**IOTA Community GitHub Organization**](https://github.com/iota-community). - -This aims to give community developers more visibility and makes it easier to find community projects developing on IOTA. -If you want to list your community project as an open-source-code Repository here, get in touch with [Antonio Nardella](https://github.com/antonionardella), our community manager to request a listing. diff --git a/docs/get-started/sidebars.ts b/docs/get-started/sidebars.ts index ff44148f49b..edbdbb1b2be 100644 --- a/docs/get-started/sidebars.ts +++ b/docs/get-started/sidebars.ts @@ -35,9 +35,19 @@ module.exports = { ], }, { - type: 'doc', - label: 'Community Links', - id: 'community-links', + type: 'category', + label: 'The Community', + link: { + type: 'doc', + id: 'the-community/community-links', + }, + collapsed: true, + items: [ + 'the-community/how-to-support', + 'the-community/discord', + 'the-community/x-teams', + 'the-community/social-media', + ], }, { type: 'category', diff --git a/docs/get-started/community-links.md b/docs/get-started/the-community/community-links.md similarity index 65% rename from docs/get-started/community-links.md rename to docs/get-started/the-community/community-links.md index 6dfa1dfc22d..01f326f36f1 100644 --- a/docs/get-started/community-links.md +++ b/docs/get-started/the-community/community-links.md @@ -26,36 +26,14 @@ scammers. - **Twitter**: Sign up for Twitter, follow the [IOTA Foundation](https://twitter.com/iota/) and [Shimmer](https://twitter.com/shimmernet). Engage with these accounts and other interesting IOTA-related projects by liking and retweeting their posts. - **LinkedIn**: Create a LinkedIn account, follow the [IOTA Foundation](https://www.linkedin.com/company/iotafoundation/). Like and share articles from the IOTA Foundation and other ecosystem members to raise awareness within your professional network. - **YouTube**: Sign up for a YouTube account, subscribe to the [IOTA Foundation channel](https://www.youtube.com/c/iotafoundation). Watch, learn, and share videos about solutions built with IOTA. +Find more platforms [here](./social-media.md) and learn how you can support the vision [here](./how-to-support.md). ## Join the IOTA X-Teams The IOTA X-Teams aim to bridge the gap between the IOTA Foundation's development teams and the community. By participating in the IOTA X-Teams, you can actively contribute to the software development process and help shape the future of IOTA. - -The IOTA Experience Team offers the opportunity for community members to become involved in preparing software for its -transition from Alpha to a Full Release. This community-driven approach allows members to organize teams and work -together on various tasks to strengthen the IOTA ecosystem. - -For more information, visit -the [#experience Channel](https://discord.com/channels/397872799483428865/701857063923351582) in the IOTA Discord and -the [IOTA Experience Teams Github Repository](https://github.com/iota-community/IOTA-eXperience-Team). To contribute, -complete -the [X-Team application form](https://docs.google.com/forms/d/e/1FAIpQLScBFw-xPHy1s8W3RnA3MFAni590p4VlGBXi75obGWUzUoB59A/viewform). - -## Crypto Platforms - -### Coinmarketcap - -- Register an account or use your existing Binance.com account. -- Add [IOTA](https://coinmarketcap.com/currencies/iota/) and [Shimmer](https://coinmarketcap.com/currencies/shimmer/) to - your watchlist. -- Follow and engage with the IOTA community on the Coinmarketcap community page. - -### Coingecko - -- Register an account. -- Like [IOTA](https://www.coingecko.com/en/coins/iota) to add it to your watchlist. +Read more about it [here](./x-teams.md). ## GitHub @@ -64,16 +42,19 @@ repositories related to IOTA: - [Firefly](https://github.com/iotaledger/firefly) - [Hornet](https://github.com/iotaledger/hornet) +- [IOTA Core](https://github.com/iotaledger/iota-core) - [Identity](https://github.com/iotaledger/identity.rs) -- [iota.rs](https://github.com/iotaledger/iota.rs) -- [iota.c](https://github.com/iotaledger/iota.c) +- [IOTA SDK](https://github.com/iotaledger/iota-sdk) - [iota.go](https://github.com/iotaledger/iota.go) -- [iota.js](https://github.com/iotaledger/iota.js) -- [IOTA 2.0 Research Specifications](https://github.com/iotaledger/IOTA-2.0-Research-Specifications) - [IOTA Wiki](https://github.com/iota-wiki/iota-wiki) -- [Streams](https://github.com/iotaledger/streams) -- [Stronghold](https://github.com/iotaledger/stronghold.rs) - [Wasp](https://github.com/iotaledger/wasp) By engaging with the IOTA ecosystem on social media, participating in the IOTA X-Teams, and supporting projects on crypto platforms and GitHub, you can contribute to the growth and development of the IOTA Project. + +### IOTA Community GitHub + +The IOTA community developers are invited to host their projects under the [**IOTA Community GitHub Organization**](https://github.com/iota-community). + +This aims to give community developers more visibility and makes it easier to find community projects developing on IOTA. +If you want to list your community project as an open-source-code Repository here, get in touch with [Antonio Nardella](https://github.com/antonionardella), our community manager to request a listing. diff --git a/docs/community/the-community/discord.md b/docs/get-started/the-community/discord.md similarity index 82% rename from docs/community/the-community/discord.md rename to docs/get-started/the-community/discord.md index 7090e1a4fbf..8324a9ef450 100644 --- a/docs/community/the-community/discord.md +++ b/docs/get-started/the-community/discord.md @@ -5,9 +5,11 @@ description: IOTA Discord verification and onboarding process explained **If you are new to [Discord](https://discord.iota.org/) as a platform, have a look at their [Beginner's Guide to Discord](https://support.discord.com/hc/en-us/articles/360045138571-Beginner-s-Guide-to-Discord) which is translated in different languages.** +This is without doubt the most active community and with nearly 50,000 members a great place for everyone that wants to learn more about IOTA and get to know the people involved. A lot of IOTA Foundation Team members and also the Founders and members of the Board are active on Discord and take part in the community discussions and projects there. Every aspect of the project is covered here in separate channels and you can find the whole range of this amazing community from serious mathematics and cryptographic topic up to memes and Fun channels. + ## Join the IOTA Discord -Go to [discord.iota.org](https://discord.iota.org) to join the IOTA Discord. +Go to [discord.iota.org](https://discord.iota.org) to join the IOTA Discord with its amazing community. ### Requirements diff --git a/docs/community/the-community/how-to-support.md b/docs/get-started/the-community/how-to-support.md similarity index 92% rename from docs/community/the-community/how-to-support.md rename to docs/get-started/the-community/how-to-support.md index 838e46076ed..9a0065d6b97 100644 --- a/docs/community/the-community/how-to-support.md +++ b/docs/get-started/the-community/how-to-support.md @@ -96,13 +96,9 @@ After you have fulfilled the requirements, open the following repositories and _ - [Firefly](https://github.com/iotaledger/firefly) - [Hornet](https://github.com/iotaledger/hornet) +- [IOTA Core](https://github.com/iotaledger/iota-core) - [Identity](https://github.com/iotaledger/identity.rs) -- [iota.rs](https://github.com/iotaledger/iota.rs) -- [iota.c](https://github.com/iotaledger/iota.c) +- [IOTA SDK](https://github.com/iotaledger/iota-sdk) - [iota.go](https://github.com/iotaledger/iota.go) -- [iota.js](https://github.com/iotaledger/iota.js) -- [IOTA 2.0 Research Specifications](https://github.com/iotaledger/IOTA-2.0-Research-Specifications) - [IOTA Wiki](https://github.com/iota-wiki/iota-wiki) -- [Streams](https://github.com/iotaledger/streams) -- [Stronghold](https://github.com/iotaledger/stronghold.rs) - [Wasp](https://github.com/iotaledger/wasp) diff --git a/docs/community/the-community/social-media.md b/docs/get-started/the-community/social-media.md similarity index 79% rename from docs/community/the-community/social-media.md rename to docs/get-started/the-community/social-media.md index 64a0486d428..a990824efa6 100644 --- a/docs/community/the-community/social-media.md +++ b/docs/get-started/the-community/social-media.md @@ -7,12 +7,6 @@ description: IOTA has a thriving and active community on all popular social medi The IOTA project has established a social media presence on all popular social media channels. These are the presences handled by the IOTA Foundation: -## Discord - -This is without doubt the most active community and with nearly 50,000 members a great place for everyone that wants to learn more about IOTA and get to know the people involved. A lot of IOTA Foundation Team members and also the Founders and members of the Board are active on Discord and take part in the community discussions and projects there. Every aspect of the project is covered here in separate channels and you can find the whole range of this amazing community from serious mathematics and cryptographic topic up to memes and Fun channels. -Please join us there and get to know the amazing community behind the project by following this invite Link: -[IOTA Discord](https://discord.iota.org) - ## Twitter The official IOTA Foundation Twitter Account is this one here, which will provide the newest developments, announcements, and information regarding the IOTA Project: diff --git a/docs/community/the-community/x-teams.md b/docs/get-started/the-community/x-teams.md similarity index 89% rename from docs/community/the-community/x-teams.md rename to docs/get-started/the-community/x-teams.md index abc299a6aac..5b6f7e4a67f 100644 --- a/docs/community/the-community/x-teams.md +++ b/docs/get-started/the-community/x-teams.md @@ -17,7 +17,8 @@ At the IOTA Foundation, we want to open up a feedback loop between our internal As a member of the IOTA Experience Team, you won’t be met with demands or endless formalities. By participating in the IOTA X-Teams, you will be empowered to speak as a voice for the community and guide development processes. And at the end of the day, you will have helped yourself, the IOTA Foundation, and the whole community to more solid, intuitive, and useful technologies. -The IOTA X-Teams offer the possibility for engaged community members to take a more active part in the IOTA Project. The 100 % community-driven approach gives members the chance to organize Teams and work together on all kinds of tasks to strengthen the IOTA Ecosystem. +The IOTA X-Teams offer the possibility for engaged community members to take a more active part in the IOTA Project(for example in preparing software for its +transition from Alpha to a Full Release). The 100 % community-driven approach gives members the chance to organize Teams and work together on all kinds of tasks to strengthen the IOTA Ecosystem. The IOTA Foundation engages here with the members and a lot of successful projects and developments have emerged out of this space already.