Skip to content

Commit

Permalink
fix: revert api reference change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjaMis committed Sep 3, 2024
1 parent 0ba39f0 commit 62e492c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 46 deletions.
4 changes: 0 additions & 4 deletions docs/api-reference/_category_.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/api-reference/overview.mdx

This file was deleted.

66 changes: 29 additions & 37 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,35 @@ const sidebars = {
dirName: 'technical-documentation/governance'
}
]
},
{
type: 'html',
value: '<hr/>'
},
{
type: 'link',
label: 'Smart contracts',
href: '/contracts/axone-cognitarium'
},
{
type: 'link',
label: 'Ontology',
href: '/ontology/schemas/credential-dataset-description'
},
{
type: 'link',
label: 'Governance Predicates',
href: '/predicates/bank_balances_2'
},
{
type: 'link',
label: 'Modules',
href: '/modules/logic'
},
{
type: 'link',
label: 'Commands line interface',
href: '/commands/axoned'
}
]
}
Expand Down Expand Up @@ -101,43 +130,6 @@ const sidebars = {
]
}
],
'api-reference': [
{
type: 'category',
label: 'API Reference',
items: [
{
type: 'html',
value: '<hr/>'
},
{
type: 'link',
label: 'Smart contracts',
href: '/contracts/axone-cognitarium'
},
{
type: 'link',
label: 'Ontology',
href: '/ontology/schemas/credential-dataset-description'
},
{
type: 'link',
label: 'Governance Predicates',
href: '/predicates/bank_balances_2'
},
{
type: 'link',
label: 'Modules',
href: '/modules/logic'
},
{
type: 'link',
label: 'Commands line interface',
href: '/commands/axoned'
}
]
}
],
faq: [
{
type: 'doc',
Expand Down

0 comments on commit 62e492c

Please sign in to comment.