Skip to content

Commit

Permalink
build(project): fix links to the ontology documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Feb 8, 2024
1 parent bc7585c commit 2578086
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
14 changes: 7 additions & 7 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@ const sidebars = {
}
]
},
{
type: 'link',
label: 'Smart contracts',
href: '/contracts'
},
{
type: 'html',
value: '<hr/>'
},
{
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',
Expand Down

0 comments on commit 2578086

Please sign in to comment.