Skip to content

Commit 0a519a4

Browse files
committed
add api docs link page
1 parent d515136 commit 0a519a4

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/apidocs-client.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
id: apidocs-client
3+
title: Client API docs
4+
---
5+
6+
The API docs for the JavaScript clients are [here](https://sonar-apidocs.dev.arso.xyz).

sidebars.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ module.exports = {
77
'hyperstack',
88
'kappa',
99
'tantivy',
10-
'architecture-sonar',
10+
'architecture-sonar'
1111
],
12-
Generated: [
12+
'API docs': [
1313
'apidocs-client'
1414
],
1515
API: [
1616
'api-client',
1717
'api-schema',
1818
'api-glossary'
1919
]
20-
},
21-
};
20+
}
21+
}

0 commit comments

Comments
 (0)