We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d515136 commit 0a519a4Copy full SHA for 0a519a4
docs/apidocs-client.md
@@ -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
@@ -7,15 +7,15 @@ module.exports = {
7
'hyperstack',
8
'kappa',
9
'tantivy',
10
- 'architecture-sonar',
+ 'architecture-sonar'
11
],
12
- Generated: [
+ 'API docs': [
13
'apidocs-client'
14
15
API: [
16
'api-client',
17
'api-schema',
18
'api-glossary'
19
]
20
- },
21
-};
+ }
+}
0 commit comments