Skip to content

Commit

Permalink
Merge pull request #347 from twilson63/twilson63/chore-remove-akord
Browse files Browse the repository at this point in the history
chore: remove akord as an option for deploying apps
  • Loading branch information
twilson63 authored Oct 21, 2024
2 parents 85ef7ab + 02f3829 commit 051befb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 351 deletions.
8 changes: 2 additions & 6 deletions docs/src/.vuepress/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ const getI18NSidebar = (langCode) => [
text: "arseeding-js",
link: get_i18n_link(langCode, "/guides/deploying-manifests/arseeding-js.html"),
},
{
text: "Akord",
link: get_i18n_link(langCode, "/guides/deploying-manifests/akord"),
},
{
text: "Turbo",
link: get_i18n_link(langCode, "/guides/deploying-manifests/turbo"),
Expand Down Expand Up @@ -355,8 +351,8 @@ const getI18NSidebar = (langCode) => [
link: get_i18n_link(langCode, "/legacy/index.html"),
collapsible: true,
children: [
{
text: "Concepts",
{
text: "Concepts",
collapsible: true,
children: [
{
Expand Down
171 changes: 0 additions & 171 deletions docs/src/guides/deploying-manifests/akord.md

This file was deleted.

173 changes: 0 additions & 173 deletions docs/src/kits/react/akord.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/kits/react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ React Starter Kit Guides:

* [Vite](./turbo.md) - React + Vite, publish with permaweb-deploy
* [Create React App](./create-react-app.md) - utilize Create React App to build a React permaweb app
* [Akord](./akord.md) - React + Vite, deploy with Akord
<!-- * [Vite](./vite.md) - utilize Vite to build a React permaweb app -->


Expand Down

0 comments on commit 051befb

Please sign in to comment.