Skip to content

Commit

Permalink
fix versions (#1275)
Browse files Browse the repository at this point in the history
* remove old version from the list

* fix link - hardcoded versions
  • Loading branch information
holkexyz authored Jan 31, 2024
1 parent 3ef140a commit d7cb556
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions docs/src/components/homepage/homeNavBoxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ const FeatureList = [
title: "Introduction",
icon: "img/icons/hypercerts_logo_green.png",
items: [
{ url: "intro", text: "What are hypercerts?" },
{ url: "about", text: "About the Hypercerts Foundation" },
{ url: "faq", text: "Frequently Asked Questions" },
{ url: "further-resources", text: "Further Resources" },
{ url: "1.4.1/intro", text: "What are hypercerts?" },
{ url: "1.4.1/about", text: "About the Hypercerts Foundation" },
{ url: "1.4.1/faq", text: "Frequently Asked Questions" },
{ url: "1.4.1/further-resources", text: "Further Resources" },
],
},
{
title: "Vision & Whitepaper",
icon: "img/icons/hypercerts_logo_beige.png",
items: [
{ url: "whitepaper/whitepaper-intro", text: "Introduction" },
{ url: "1.4.1/whitepaper/whitepaper-intro", text: "Introduction" },
{ url: "whitepaper/ifs", text: "Impact Funding Systems (IFSs)" },
{
url: "whitepaper/hypercerts-intro",
url: "1.4.1/whitepaper/hypercerts-intro",
text: "Hypercerts: a New Primitive",
},
{ url: "whitepaper/impact-space", text: "A Consistent Impact Space" },
{ url: "whitepaper/evaluations", text: "Open Impact Evaluations" },
{ url: "1.4.1/whitepaper/impact-space", text: "A Consistent Impact Space" },
{ url: "1.4.1/whitepaper/evaluations", text: "Open Impact Evaluations" },
{
url: "whitepaper/retrospective-funding",
url: "1.4.1/whitepaper/retrospective-funding",
text: "Retrospective Impact Funding",
},
],
Expand All @@ -35,10 +35,10 @@ const FeatureList = [
title: "Minting Guide",
icon: "img/icons/hypercerts_logo_red.png",
items: [
{ url: "minting-guide/minting-guide-start", text: "Getting Started" },
{ url: "minting-guide/step-by-step", text: "Step-by-step Instructions" },
{ url: "1.4.1/minting-guide/minting-guide-start", text: "Getting Started" },
{ url: "1.4.1/minting-guide/step-by-step", text: "Step-by-step Instructions" },
{
url: "minting-guide/gitcoin-round",
url: "1.4.1/minting-guide/gitcoin-round",
text: "Gitcoin Alpha Round Instructions",
},
],
Expand All @@ -47,10 +47,10 @@ const FeatureList = [
title: "Developers",
icon: "img/icons/hypercerts_logo_yellow.png",
items: [
{ url: "developer", text: "Developer docs" },
{ url: "implementation/token-standard", text: "Token Standard" },
{ url: "implementation/metadata", text: "Metadata Standard" },
{ url: "implementation/glossary", text: "Glossary" },
{ url: "1.4.1/developer", text: "Developer docs" },
{ url: "1.4.1/implementation/token-standard", text: "Token Standard" },
{ url: "1.4.1/implementation/metadata", text: "Metadata Standard" },
{ url: "1.4.1/implementation/glossary", text: "Glossary" },
],
},
];
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["1.4.1", "1.0.0"]
["1.4.1"]

0 comments on commit d7cb556

Please sign in to comment.