Skip to content

Commit

Permalink
Merge pull request #45 from adastackio/tt_dev
Browse files Browse the repository at this point in the history
improve index of all pages and link to it on home page
  • Loading branch information
adastackio authored Sep 13, 2024
2 parents bfb016c + 574eb88 commit cf18494
Show file tree
Hide file tree
Showing 17 changed files with 166 additions and 159 deletions.
34 changes: 14 additions & 20 deletions components/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,23 @@ function Hero() {
ecosystem explorer.
</li>
<li>The website is still in development.</li>
<li>
<a href="https://adastack.io/live_pages">
All of these pages are currently live
</a>
.
</li>
<li>Please vote for us in Catalyst Fund 13! 🙏</li>
</ul>
<div className="animation-button-container">
<button
className="animation-button mx-1 px-5 mt-4 text-white transition-colors duration-150 border border-white rounded-lg focus:shadow-outline"
title="Explore All"
onClick={() => handleHeroButtonClick(event)}
>
Explore All
</button>
<button
className="animation-button-mobile mx-1 px-5 mt-4 text-white transition-colors duration-150 border border-white rounded-lg focus:shadow-outline"
title="Explore All"
onClick={() => handleHeroButtonClickMobile(event)}
>
Explore All
</button>
<a href="/all_pages">
<button
className="animation-button mx-1 px-5 mt-4 text-white transition-colors duration-150 border border-white rounded-lg focus:shadow-outline"
title="Explore All"
>
Explore Live Pages
</button>
<button
className="animation-button-mobile mx-1 px-5 mt-4 text-white transition-colors duration-150 border border-white rounded-lg focus:shadow-outline"
title="Explore All"
>
Explore All
</button>
</a>
</div>
</div>
</div>
Expand Down
10 changes: 10 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ const withNextra = require("nextra")({
});

module.exports = withNextra({
async redirects() {
return [
{
source: "/live_pages", // old URL
destination: "/all_pages", // new URL
permanent: true, // permanent 308
},
];
},

webpack(config) {
const allowedSvgRegex = /components\/icons\/.+\.svg$/;

Expand Down
22 changes: 11 additions & 11 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"typesetting": "default"
}
},
"all_pages": {
"title": "All Pages",
"display": "hidden",
"theme": {
"breadcrumb": false,
"sidebar": true,
"toc": true,
"footer": true,
"pagination": false
}
},
"intro_to_cardano": {
"title": "Intro to Cardano",
"theme": {
Expand Down Expand Up @@ -161,16 +172,5 @@
"footer": true,
"pagination": false
}
},
"live_pages": {
"title": "Live Pages",
"display": "hidden",
"theme": {
"breadcrumb": false,
"sidebar": true,
"toc": true,
"footer": true,
"pagination": false
}
}
}
40 changes: 21 additions & 19 deletions pages/live_pages.mdx → pages/all_pages.mdx
Original file line number Diff line number Diff line change
@@ -1,80 +1,82 @@
---
seo_title: Live Pages
seo_description: Adastack is an explorer for everything on Cardano. See all pages currently live on adastack.io. The site is open-source and new content is added daily!
seo_title: All Pages
seo_description: Adastack is an explorer for everything on Cardano. See every page of tools and Dapps here. The site is open-source and new content is added daily!
---

# Live Pages
# Explore Cardano

Here are all the pages currently live on Adastack. We are adding more content every day. If you'd like to support the site, please vote for us in Catalyst Fund 13 🙏.
This is the library of pages live on the site. Explore the diverse projects and tools within the Cardano ecosystem.

#### INTRO TO CARDANO
Adastack is still in development and we are adding more resources every day. If you'd like to support the site, please vote for us in Catalyst Fund 13 🙏.

#### Intro to Cardano

- [What is Blockchain?](https://www.adastack.io/intro_to_cardano/what_is_blockchain)
- [Why Cardano?](https://www.adastack.io/intro_to_cardano/why_cardano)
- [Learn More](https://www.adastack.io/intro_to_cardano/learn_more)
- [Start Using Cardano](https://www.adastack.io/intro_to_cardano/start_using_cardano)
- [Cardano Vocab](https://www.adastack.io/intro_to_cardano/cardano_vocab)

#### STAKING
#### Staking

- [What is Staking?](https://www.adastack.io/staking/what_is_staking)
- [Start Staking](https://www.adastack.io/staking/start_staking)

#### COMMUNITY
#### Community

- [Newsletters](https://www.adastack.io/community/newsletters)
- [News and Blogs](https://www.adastack.io/community/news_and_blogs)
- [YouTube](https://www.adastack.io/community/youtube)

#### ECOSYSTEM
#### Ecosystem

- [Ecosystem Maps](https://www.adastack.io/ecosystem/ecosystem_maps)
- [Blockchain Explorers](https://www.adastack.io/ecosystem/blockchain_explorers)
- [Dev Shops](https://www.adastack.io/ecosystem/dev_shops)

#### DAPPS
#### Dapps

- [What is a Dapp?](https://www.adastack.io/dapps/what_is_a_dapp)

#### NFTS
#### NFTs

- [What are NFTs?](https://www.adastack.io/nfts/what_are_nfts)

#### GAMING
#### Gaming

- [What is Web3 Gaming?](https://www.adastack.io/gaming/what_is_web3_gaming)

#### DAOS
#### DAOs

- [What is a DAO?](https://www.adastack.io/daos/what_is_a_dao)

#### CATALYST
#### Catalyst

- [What is Project Catalyst?](https://www.adastack.io/catalyst/what_is_project_catalyst)

#### GOVERNANCE
#### Governance

- [What is Governance?](https://www.adastack.io/governance/what_is_governance)

#### DEVELOPMENT
#### Development

- [Intro to Cardano Development](https://www.adastack.io/development/intro_to_cardano_development)

#### ON-CHAIN METRICS
#### On-Chain Metrics

- [On-Chain Dashboards](https://www.adastack.io/on_chain_metrics/on_chain_dashboards)
- [Network Activity](https://www.adastack.io/on_chain_metrics/network_activity)
- [Decentralization Metrics](https://www.adastack.io/on_chain_metrics/decentralization_metrics)

#### SIDECHAINS
#### Sidechains

- [What are Sidechains?](https://www.adastack.io/sidechains/what_are_sidechains)

#### LAYER 2s
#### Layer 2s

- [What are Layer 2s?](https://www.adastack.io/layer_2s/what_are_layer_2s)

#### OTHER PAGES
#### Other Pages

- [Home](https://www.adastack.io/)
- [About](https://www.adastack.io/about)
10 changes: 5 additions & 5 deletions pages/catalyst/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"vote_in_catalyst": {
"title": "Vote in Catalyst",
"title": "Vote in Catalyst 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -20,7 +20,7 @@
}
},
"apply_for_funding": {
"title": "Apply for Funding",
"title": "Apply for Funding 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -30,7 +30,7 @@
}
},
"funded_proposals": {
"title": "Funded Proposals",
"title": "Funded Proposals 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -40,7 +40,7 @@
}
},
"catalyst_metrics": {
"title": "Catalyst Metrics",
"title": "Catalyst Metrics 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -50,7 +50,7 @@
}
},
"other_catalyst_resources": {
"title": "Other Catalyst Resources",
"title": "Other Catalyst Resources 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand Down
14 changes: 7 additions & 7 deletions pages/community/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"reddit_and_forums": {
"title": "Reddit and Forums",
"title": "Reddit and Forums 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -40,7 +40,7 @@
}
},
"x": {
"title": "X",
"title": "X 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -50,7 +50,7 @@
}
},
"discord": {
"title": "Discord",
"title": "Discord 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -60,7 +60,7 @@
}
},
"telegram": {
"title": "Telegram",
"title": "Telegram 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -70,7 +70,7 @@
}
},
"podcasts": {
"title": "Podcasts",
"title": "Podcasts 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -80,7 +80,7 @@
}
},
"events": {
"title": "Events",
"title": "Events 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -90,7 +90,7 @@
}
},
"social_bots": {
"title": "Social Bots",
"title": "Social Bots 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand Down
6 changes: 3 additions & 3 deletions pages/daos/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"dao_explorers": {
"title": "DAO Explorers",
"title": "DAO Explorers 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -20,7 +20,7 @@
}
},
"dao_management_software": {
"title": "DAO Management Software",
"title": "DAO Management Software 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand All @@ -30,7 +30,7 @@
}
},
"multisig": {
"title": "Multisig",
"title": "Multisig 🚧",
"theme": {
"breadcrumb": true,
"sidebar": true,
Expand Down
Loading

1 comment on commit cf18494

@vercel
Copy link

@vercel vercel bot commented on cf18494 Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.