Skip to content

Commit

Permalink
docs: add Akord to sidebar & README
Browse files Browse the repository at this point in the history
  • Loading branch information
wkolod committed May 7, 2024
1 parent f87303b commit a00a245
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/src/.vuepress/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ const getI18NSidebar = (langCode) => [
text: "Turbo-SDK",
link: get_i18n_link(langCode, "/guides/posting-transactions/turbo")
},
{
text: "Akord",
link: get_i18n_link(langCode, "/guides/posting-transactions/akord")
},
],
},
{
Expand Down Expand Up @@ -231,6 +235,10 @@ const getI18NSidebar = (langCode) => [
text: "arseeding-js",
link: get_i18n_link(langCode, "/guides/deploying-manifests/arseeding-js"),
},
{
text: "Akord",
link: get_i18n_link(langCode, "/guides/deploying-manifests/akord"),
},
],
},
{
Expand Down Expand Up @@ -305,6 +313,17 @@ const getI18NSidebar = (langCode) => [
{
text: get_i18n_str(langCode, "guides-atomic-asset"),
link: get_i18n_link(langCode, "/guides/smartweave/atomic-assets/index"),
collapsible: false,
children: [
{
text: "using Akord",
link: get_i18n_link(langCode, "/guides/smartweave/atomic-assets/akord.md"),
},
{
text: "using ArDrive CLI",
link: get_i18n_link(langCode, "/guides/smartweave/atomic-assets/ardrive-cli.md"),
}
],
},
{
text: get_i18n_str(langCode, "guides-atomic-token"),
Expand Down
2 changes: 2 additions & 0 deletions docs/src/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Snack-sized guides for the building blocks of the Permaweb
- [arweave.app](deploying-manifests/arweave-app.md)
- [ardrive](deploying-manifests/ardrive.md)
- [irys.xyz](deploying-manifests/irys.md)
- [Akord](deploying-manifests/akord.md)
- [Deploying PSTs](deploying-psts.md)
- [GraphQL](querying-arweave/queryingArweave.md)
- [ArDB](querying-arweave/ardb.md)
Expand All @@ -26,6 +27,7 @@ Snack-sized guides for the building blocks of the Permaweb
- [Irys Query Package](irysQueryPackage.md)
- SmartWeave
- [Atomic Assets](smartweave/atomic-assets/index.md)
- [using Akord](smartweave/atomic-assets/akord.md)
- [using ArDrive CLI](smartweave/atomic-assets/ardrive-cli.md)
- [Atomic Tokens](atomic-tokens/intro.md)
- [Vouch](vouch.md)
Expand Down

0 comments on commit a00a245

Please sign in to comment.