We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043e8be commit fbe3decCopy full SHA for fbe3dec
3 files changed
docs/.gitignore
@@ -0,0 +1,2 @@
1
+modules/api/pages/
2
+modules/api/nav.adoc
docs/antora.yml
@@ -0,0 +1,19 @@
+name: chroma
+version: ~
3
+title: chroma
4
+
5
+ext:
6
+ collector:
7
+ - worktree:
8
+ keep: until:exit
9
+ run:
10
+ - command: claudoc generate ../include modules/api --verbose
11
+ dir: .
12
+ scan:
13
14
+ files: '**/*'
15
+ ignore: []
16
+nav:
17
+- modules/ROOT/nav.adoc
18
+- modules/api/nav.adoc
19
docs/modules/api/README.md
0 commit comments