From 0e067f7fca341ab3c45851ec3e35912bfd8067a0 Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:40:46 -0700 Subject: [PATCH 1/2] developer landing page shuffle --- .../docs/developers/introduction/overview.mdx | 38 +++++++++++++------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/docs/docs/developers/introduction/overview.mdx b/docs/docs/developers/introduction/overview.mdx index 93c37b1c8cb..662685d6b32 100644 --- a/docs/docs/developers/introduction/overview.mdx +++ b/docs/docs/developers/introduction/overview.mdx @@ -8,7 +8,7 @@ description: Audius Protocol Documentation -## Use the Javascript SDK +## 🧰 Use the Javascript SDK > Interact with music and accounts using the JavascriptSDK. @@ -20,25 +20,39 @@ description: Audius Protocol Documentation --- -## Log in With Audius +## 📤 Use the REST API -- [Quickstart](/developers/guides/log-in-with-audius) - Log In with Audius to retrieve a user's - Audius profile information and optionally get permission to perform actions on their behalf. -- [Demo Apps](/developers/guides/log-in-with-audius#examples) - Log In examples using React or - vanilla JS, and a convenient button generator to get started. +> Get read-only access using the RESTful API. + +- [Full API Reference](/api) - Query, stream, and search for tracks, users & playlists across the + network. +- [Explore the API with Postman](https://www.postman.com/samgutentag/workspace/audius-devs/collection/17755266-71da9172-77a7-427f-8ab5-1ce58f929ff5?action=share&creator=17755266) - + Explore the Audius API with Postman. --- -## Use the REST API +## 🧑‍💻 Getting Help & Reporting Bugs -> Get read-only access using the RESTful API. +> Join the developer community, get direct support, and file issues. -- [Full API Reference](/api) - Query, stream, and search for tracks, users & playlists across the - network. +- [Join the Discord](https://discord.com/invite/audius) and head to the **Developers** section +- [Book a meeting with Developer Relations](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1IRk54J0XtTCavF8PbFSIxbaHX5tnybxKFLqEPvAXWYMgqNN9D9a6iFa_p6zCfTXsPbK8zIkKU) + to get one on one support. +- [Report a bug or make a feature request](https://github.com/AudiusProject/audius-protocol/issues/new/choose) + in the code repository. + +--- + +## 🔐 Log in With Audius + +- [Quickstart](/developers/guides/log-in-with-audius) - Log In with Audius to retrieve a user's + Audius profile information and optionally get permission to perform actions on their behalf. +- [Demo Apps](/developers/guides/log-in-with-audius#examples) - Log In examples using React or + vanilla JS, and a convenient button generator to get started. --- -## Hedgehog +## 🦔 Hedgehog > Hedgehog is an open-source, client-side Ethereum wallet that aims to lower the barrier of entry to > crypto projects by using a username and password. @@ -51,7 +65,7 @@ description: Audius Protocol Documentation --- -## Audius on The Graph +## ፨ Audius on The Graph > Explore on-chain governance using > [The Graph](https://thegraph.com/docs/about/introduction#what-the-graph-is). From 50654659e1e4c922719553aabadb8e5b27b33a9e Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:35:42 -0700 Subject: [PATCH 2/2] formatting --- docs/docs/developers/introduction/overview.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/docs/developers/introduction/overview.mdx b/docs/docs/developers/introduction/overview.mdx index 662685d6b32..6331137c85e 100644 --- a/docs/docs/developers/introduction/overview.mdx +++ b/docs/docs/developers/introduction/overview.mdx @@ -35,11 +35,12 @@ description: Audius Protocol Documentation > Join the developer community, get direct support, and file issues. -- [Join the Discord](https://discord.com/invite/audius) and head to the **Developers** section -- [Book a meeting with Developer Relations](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1IRk54J0XtTCavF8PbFSIxbaHX5tnybxKFLqEPvAXWYMgqNN9D9a6iFa_p6zCfTXsPbK8zIkKU) - to get one on one support. -- [Report a bug or make a feature request](https://github.com/AudiusProject/audius-protocol/issues/new/choose) - in the code repository. +- [Developer Discord](https://discord.com/invite/audius) - Join the community and head to the + **Developers** section +- [Get one on one support](https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1IRk54J0XtTCavF8PbFSIxbaHX5tnybxKFLqEPvAXWYMgqNN9D9a6iFa_p6zCfTXsPbK8zIkKU) - + Book a meeting with Developer Relations. +- [Report a bug or make a feature request](https://github.com/AudiusProject/audius-protocol/issues/new/choose) - + Better yet, see a bug you have a fix for? Open a PR! ---