diff --git a/src/views/Docs/DocsDetail/MD/contact.md b/src/views/Docs/DocsDetail/MD/contact.md new file mode 100644 index 0000000..182484d --- /dev/null +++ b/src/views/Docs/DocsDetail/MD/contact.md @@ -0,0 +1,10 @@ +## Contact + +If you have questions, feature requests, or need technical support, please contact the team in the Bazar micro-community within the [Weavers Discord](https://discord.gg/weavers) server. + +###### Accessing the Bazar Discord micro-community + +1. Join the [Weavers Discord](https://discord.gg/weavers). +2. Navigate to the **#opt-in** channel and select **Bazar**. +3. You will now be able to chat in **#bazar-chat**, see updates in **#bazar-updates**, and access resource tips in **#resources**. +4. For support, open a ticket in **#eco-ticket**. diff --git a/src/views/Docs/DocsDetail/MD/core-concepts.md b/src/views/Docs/DocsDetail/MD/core-concepts.md index 3cfdb80..3e51b27 100644 --- a/src/views/Docs/DocsDetail/MD/core-concepts.md +++ b/src/views/Docs/DocsDetail/MD/core-concepts.md @@ -38,4 +38,4 @@ The Universal Content Marketplace (UCM) is a revolutionary protocol built on the You can learn more about UCM's latest migration onto AO here. [here](https://bazar.arweave.net/#/learn/key-concepts/bazar-on-ao). -Explore [Bazar](https://bazar.arweave.net/#/), a digital content marketplace built on the UCM protocol. \ No newline at end of file +Explore [Bazar](https://bazar.arweave.net/#/), a digital content marketplace built on the UCM protocol. diff --git a/src/views/Docs/DocsDetail/MD/how-to-use-helix.md b/src/views/Docs/DocsDetail/MD/how-to-use-helix.md index fd153c6..bf97bf6 100644 --- a/src/views/Docs/DocsDetail/MD/how-to-use-helix.md +++ b/src/views/Docs/DocsDetail/MD/how-to-use-helix.md @@ -1,6 +1,6 @@ ## How to use Helix -Helix is an easy to use tool that allows creators to upload atomic assets and create tradeable collections for your existing atomic assets. Here are the steps for how to get started uploading to the permaweb with Helix. +Helix is an easy to use tool that allows creators to upload atomic assets and create tradeable collections for your existing atomic assets. Here are the steps for how to get started uploading to the permaweb with Helix. **See the full Helix video tutorial [here](https://www.youtube.com/watch?v=bhLlFepA7LU&t=1s).** #### Connect your permaweb profile diff --git a/src/views/Docs/DocsDetail/MD/introduction.md b/src/views/Docs/DocsDetail/MD/introduction.md index c6d8547..5333a49 100644 --- a/src/views/Docs/DocsDetail/MD/introduction.md +++ b/src/views/Docs/DocsDetail/MD/introduction.md @@ -1,6 +1,6 @@ ## Welcome to Helix -Helix is your introduction to uploading atomic assets to Arweave’s permaweb. Learn how to upload digital content to the permaweb and attach license rights with the Universal Data License (UDL). +Helix is your introduction to uploading atomic assets to Arweave’s permaweb. Learn how to upload digital content to the permaweb and attach license rights with the Universal Data License (UDL). **See the latest Helix video tutorial [here](https://www.youtube.com/watch?v=bhLlFepA7LU&t=1s).** #### In this documentation you will find: diff --git a/src/views/Docs/DocsDetail/MD/upload-assets.md b/src/views/Docs/DocsDetail/MD/upload-assets.md index ca3f1ce..b50d81a 100644 --- a/src/views/Docs/DocsDetail/MD/upload-assets.md +++ b/src/views/Docs/DocsDetail/MD/upload-assets.md @@ -1,5 +1,6 @@ ## Upload single atomic assets +- Select the "**Atomic Assets**" tab on the top right of the upload page. - Click **Select files to upload** and select the assets that you would like to upload. - Under **Actions** you can select **Edit title** and **Edit description** for each asset to be uploaded. Under the list of assets, the upload cost in Turbo Credits will be displayed. diff --git a/src/views/Docs/DocsDetail/order-docs.ts b/src/views/Docs/DocsDetail/order-docs.ts index 815ca1e..67276bb 100644 --- a/src/views/Docs/DocsDetail/order-docs.ts +++ b/src/views/Docs/DocsDetail/order-docs.ts @@ -35,4 +35,8 @@ export const docsOrder = [ name: 'Why create atomic assets', path: 'why-create-atomic-assets', }, + { + name: 'Contact', + path: 'contact', + }, ];