From 2578086c1569054d6a335046dc02f74b91952986 Mon Sep 17 00:00:00 2001 From: ccamel Date: Thu, 8 Feb 2024 09:53:17 +0100 Subject: [PATCH] build(project): fix links to the ontology documentation --- docusaurus.config.js | 2 +- sidebars.js | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6802d044240..e7892aea299 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -180,7 +180,7 @@ const config = { { type: 'docsVersionDropdown', position: 'right', - dropdownItemsAfter: [{ to: '/ontology/schemas', label: 'Latest version' }], + dropdownItemsAfter: [{ to: '/ontology/schemas/credential-dataset-description', label: 'Latest version' }], docsPluginId: 'ontology', dropdownActiveClassDisabled: true }, diff --git a/sidebars.js b/sidebars.js index 131676e5e70..5aefa0e315c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -70,20 +70,20 @@ const sidebars = { } ] }, - { - type: 'link', - label: 'Smart contracts', - href: '/contracts' - }, { type: 'html', value: '
' }, { type: 'link', - label: 'Ontology', - href: '/ontology/schemas' + label: 'Smart contracts', + href: '/contracts' }, + { + type: 'link', + label: 'Ontology', + href: '/ontology/schemas/credential-dataset-description' + }, { type: 'link', label: 'Governance Predicates',