Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit d7cb556

Browse files
authored
fix versions (#1275)
* remove old version from the list * fix link - hardcoded versions
1 parent 3ef140a commit d7cb556

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/src/components/homepage/homeNavBoxes.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ const FeatureList = [
77
title: "Introduction",
88
icon: "img/icons/hypercerts_logo_green.png",
99
items: [
10-
{ url: "intro", text: "What are hypercerts?" },
11-
{ url: "about", text: "About the Hypercerts Foundation" },
12-
{ url: "faq", text: "Frequently Asked Questions" },
13-
{ url: "further-resources", text: "Further Resources" },
10+
{ url: "1.4.1/intro", text: "What are hypercerts?" },
11+
{ url: "1.4.1/about", text: "About the Hypercerts Foundation" },
12+
{ url: "1.4.1/faq", text: "Frequently Asked Questions" },
13+
{ url: "1.4.1/further-resources", text: "Further Resources" },
1414
],
1515
},
1616
{
1717
title: "Vision & Whitepaper",
1818
icon: "img/icons/hypercerts_logo_beige.png",
1919
items: [
20-
{ url: "whitepaper/whitepaper-intro", text: "Introduction" },
20+
{ url: "1.4.1/whitepaper/whitepaper-intro", text: "Introduction" },
2121
{ url: "whitepaper/ifs", text: "Impact Funding Systems (IFSs)" },
2222
{
23-
url: "whitepaper/hypercerts-intro",
23+
url: "1.4.1/whitepaper/hypercerts-intro",
2424
text: "Hypercerts: a New Primitive",
2525
},
26-
{ url: "whitepaper/impact-space", text: "A Consistent Impact Space" },
27-
{ url: "whitepaper/evaluations", text: "Open Impact Evaluations" },
26+
{ url: "1.4.1/whitepaper/impact-space", text: "A Consistent Impact Space" },
27+
{ url: "1.4.1/whitepaper/evaluations", text: "Open Impact Evaluations" },
2828
{
29-
url: "whitepaper/retrospective-funding",
29+
url: "1.4.1/whitepaper/retrospective-funding",
3030
text: "Retrospective Impact Funding",
3131
},
3232
],
@@ -35,10 +35,10 @@ const FeatureList = [
3535
title: "Minting Guide",
3636
icon: "img/icons/hypercerts_logo_red.png",
3737
items: [
38-
{ url: "minting-guide/minting-guide-start", text: "Getting Started" },
39-
{ url: "minting-guide/step-by-step", text: "Step-by-step Instructions" },
38+
{ url: "1.4.1/minting-guide/minting-guide-start", text: "Getting Started" },
39+
{ url: "1.4.1/minting-guide/step-by-step", text: "Step-by-step Instructions" },
4040
{
41-
url: "minting-guide/gitcoin-round",
41+
url: "1.4.1/minting-guide/gitcoin-round",
4242
text: "Gitcoin Alpha Round Instructions",
4343
},
4444
],
@@ -47,10 +47,10 @@ const FeatureList = [
4747
title: "Developers",
4848
icon: "img/icons/hypercerts_logo_yellow.png",
4949
items: [
50-
{ url: "developer", text: "Developer docs" },
51-
{ url: "implementation/token-standard", text: "Token Standard" },
52-
{ url: "implementation/metadata", text: "Metadata Standard" },
53-
{ url: "implementation/glossary", text: "Glossary" },
50+
{ url: "1.4.1/developer", text: "Developer docs" },
51+
{ url: "1.4.1/implementation/token-standard", text: "Token Standard" },
52+
{ url: "1.4.1/implementation/metadata", text: "Metadata Standard" },
53+
{ url: "1.4.1/implementation/glossary", text: "Glossary" },
5454
],
5555
},
5656
];

docs/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["1.4.1", "1.0.0"]
1+
["1.4.1"]

0 commit comments

Comments
 (0)