diff --git a/docs/src/components/homepage/homeNavBoxes.js b/docs/src/components/homepage/homeNavBoxes.js index dab34160..5f99df91 100644 --- a/docs/src/components/homepage/homeNavBoxes.js +++ b/docs/src/components/homepage/homeNavBoxes.js @@ -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", }, ], @@ -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", }, ], @@ -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" }, ], }, ]; diff --git a/docs/versions.json b/docs/versions.json index cdee859c..2342f886 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1 +1 @@ -["1.4.1", "1.0.0"] +["1.4.1"]