Skip to content

Commit

Permalink
broken URL fixes Nov 2024 (#1353)
Browse files Browse the repository at this point in the history
* clean up offline URLs

* more URL fixes

obsolete external domains
fix the raw .jsonld file link in the governance action example

Bonus: added the announcementBar switch like just implemented on cardano.org

---------

Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
gufmar and rphair authored Nov 16, 2024
1 parent 7a4ceed commit 1882fd0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 136 deletions.
4 changes: 2 additions & 2 deletions blog/2021-01-07-january.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Welcome to the January Developer Spotlight 2021. This month, we will focus on po

In the spotlight this month is [ADATools.io](http://adatools.io), and specifically its Cardano Network Hologram feature. ADATools.io is a website and pool explorer dedicated to tracking and aggregating staking and delegation data, blocks and transactions, and providing staking calculators for Cardano users.

ADATools.io has a very interesting feature that we think really helps visualize where Cardano stake pools are located across the globe. Called the ‘[Network Hologram](https://adatools.io/hologram)’, ADATool’s interactive 3D holo-globe lets users explore pool locations and sizes, as well as showing the number of active pools and relays worldwide.
ADATools.io had a very interesting feature that we think really helped visualize where Cardano stake pools are located across the globe. Called the ‘Network Hologram’, ADATool’s interactive 3D holo-globe let users explore pool locations and sizes, as well as showing the number of active pools and relays worldwide.

If you are looking for an easy way to explore and visualize data on the Cardano blockchain, then ADATools.io is a good place to start. Thank you, ADATools.io for your efforts, keep building!
Thank you, ADATools.io for your efforts, keep building!

## 2. [Pool.pm](https://pool.pm/)

Expand Down
105 changes: 0 additions & 105 deletions blog/2021-10-28-october.md

This file was deleted.

2 changes: 1 addition & 1 deletion blog/2022-09-23-september.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ I go by [Allusian](https://twitter.com/allusian1), and I have served as a Core C

<br />

**_Hey guys, happy to connect today and learn more about [ADAO](https://www.theadao.io/). Can you tell us more about the mission of ADAO and how you are trying to achieve it?_**
**_Hey guys, happy to connect today and learn more about ADAO. Can you tell us more about the mission of ADAO and how you are trying to achieve it?_**

ADAO’s mission is to build open-source tools, educational and supportive resources to empower robust, decentralized systems of collaboration and governance, starting with Cardano. We are achieving this by attracting talent from various disciplines and walks of life who share our passion for building systems that enable, empower and facilitate new ways of organizing. Some of ADAO’s major contributions to the ecosystem include the RoundTable multi-signature Wallet DApp, the ADAO Staking Portal, and the Agora Protocol, which we have partnered with Liqwid Labs to develop.

Expand Down
16 changes: 8 additions & 8 deletions docs/get-started/cardano-cli/governance/governance-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ actions against this single stored value.
When proposing a governance action, the proposer must employ an *anchor*, which comprises a *URL* hosting a document that outlines additional context
for the proposed changes, along with the document's *hash*.

The document at the URL can be of a free form. It's important that it should communicate to ada holders the *why* and the *how* of the proposal. This tutorial mostly uses 'https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld' as an example, see [here](https://github.com/cardano-foundation/CIPs/blob/4640b74025c4d7f233c47ebc8319e634d2de39de/CIP-0108/test-vector.md) for more details.
The document at the URL can be of a free form. It's important that it should communicate to ada holders the *why* and the *how* of the proposal. This tutorial mostly uses 'https://github.com/cardano-foundation/CIPs/blob/master/CIP-0108/examples/treasury-withdrawal.jsonld' as an example, see [here](https://github.com/cardano-foundation/CIPs/blob/4640b74025c4d7f233c47ebc8319e634d2de39de/CIP-0108/test-vector.md) for more details.

See [CIP-100 | Governance Metadata](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0100) and [CIP-0108 | Governance Metadata - Governance Actions](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0108) for standard.

Expand Down Expand Up @@ -92,7 +92,7 @@ cardano-cli conway governance action update-committee \
--testnet \
--governance-action-deposit $(cardano-cli query protocol-parameters | jq -r '.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--add-cc-cold-verification-key-hash 89181f26b47c3d3b6b127df163b15b74b45bba7c3b7a1d185c05c2de \
--epoch 100 \
Expand All @@ -115,7 +115,7 @@ cardano-cli conway governance action update-committee \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--remove-cc-cold-verification-key-hash 89181f26b47c3d3b6b127df163b15b74b45bba7c3b7a1d185c05c2de \
--threshold 1/2 \
Expand All @@ -131,7 +131,7 @@ cardano-cli conway governance action update-committee \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--threshold 60/100 \
--prev-governance-action-tx-id fe2c99fe6bc75a9666427163d51ae7dbf5a60df40135361b7bfd53ac6c7912ec \
Expand Down Expand Up @@ -240,7 +240,7 @@ cardano-cli conway governance action create-constitution \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--constitution-url https://ipfs.io/ipfs/bafkreifnwj6zpu3ixa4siz2lndqybyc5wnnt3jkwyutci4e2tmbnj3xrdm \
--constitution-hash "a77245f63bc7504c6ce34383633729692388dc1823723b0ee9825743a87a6a6d" \
Expand Down Expand Up @@ -272,7 +272,7 @@ cardano-cli conway governance action create-no-confidence \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--prev-governance-action-tx-id fe2c99fe6bc75a9666427163d51ae7dbf5a60df40135361b7bfd53ac6c7912ec \
--prev-governance-action-index 0 \
Expand All @@ -293,7 +293,7 @@ cardano-cli conway governance action create-treasury-withdrawal \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--funds-receiving-stake-verification-key-file stake.vkey \
--constitution-script-hash "fa24fb305126805cf2164c161d852a0e7330cf988f1fe558cf7d4a64" \
Expand Down Expand Up @@ -330,7 +330,7 @@ cardano-cli conway governance action create-protocol-parameters-update \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--constitution-script-hash "fa24fb305126805cf2164c161d852a0e7330cf988f1fe558cf7d4a64" \
--key-reg-deposit-amt 1000000 \
Expand Down
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// GitHub Settings
const vars = require('./variables')

// enable or disable the announcement header bar (see 'announcementBar' section below)
const isAnnouncementActive = false;


// Docusaurus Config
module.exports = {
title: "Cardano Developer Portal",
Expand Down Expand Up @@ -32,14 +36,14 @@ module.exports = {
// Announcement Bar
// id: always change it when changing the announcement
// backgroundColor: use #FD7575 for warnings and #2AA18A for announcements
announcementBar: {
announcementBar: isAnnouncementActive ?{
id: "announcement_index5", // Any value that will identify this message + increment the number every time to be unique
content:
`<strong>Calling all Cardano developers! Your experience matters, take the annual <a target="_blank" rel="noopener noreferrer" href="https://cardanofoundation.outgrow.us/cardano-developer-ecosystem-survey-2024">Developer Ecosystem Survey</a> ⭐️</strong>`,
backgroundColor: "#2AA18A",
textColor: "#FFFFFF", // Use #FFFFFF
isCloseable: true, // Use true
},
}: undefined,

// Meta Image that will be used for your meta tag, in particular og:image and twitter:image
// Relative to your site's "static" directory, cannot be SVGs.
Expand Down
Binary file removed src/data/showcase/tokhun.png
Binary file not shown.
18 changes: 0 additions & 18 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,15 +519,6 @@ export const Showcases = [
source: null,
tags: ["minting", "token", "nftsupport"],
},
{
title: "Tokhun.io",
description:
"Powerful yet easy to use NFT & FT Minting and Marketplace on Cardano.",
preview: require("./showcase/tokhun.png"),
website: "https://tokhun.io",
source: null,
tags: ["favorite", "minting", "marketplace", "nftsupport"],
},
{
title: "cardano-tools.io",
description:
Expand Down Expand Up @@ -600,15 +591,6 @@ export const Showcases = [
source: null,
tags: ["favorite", "dex", "token"],
},
{
title: "Flint Wallet",
description:
"Flint is a friendly go-to wallet for DeFi and NFTs. As a light wallet, Flint allows you to easily manage multiple assets from different chains in your browser.",
preview: require("./showcase/flintwallet.png"),
website: "https://chrome.google.com/webstore/detail/flint/hnhobjmcibchnmglfbldbfabcgaknlkj",
source: null,
tags: ["favorite", "wallet", "nftsupport", "metadata"],
},
{
title: "DripDropz",
description:
Expand Down

0 comments on commit 1882fd0

Please sign in to comment.