We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afedd4 commit 9fd5562Copy full SHA for 9fd5562
2 files changed
.devcontainer/Dockerfile
@@ -10,4 +10,4 @@ RUN yarn global add @antora/lunr-extension
10
RUN yarn global add @antora/collector-extension
11
12
RUN pip install --no-input --root-user-action=ignore pyyaml
13
-RUN pip install --no-input --root-user-action=ignore git+https://github.com/tsche/claudoc.git
+RUN pip install --no-input --root-user-action=ignore git+https://github.com/tsche/claudoc.git@master
antora-playbook.yml
@@ -10,6 +10,9 @@ content:
- url: https://github.com/fuquery/rsl.git
branches: docs
start_path: docs
+ - url: https://github.com/fuquery/chroma.git
14
+ branches: master
15
+ start_path: docs
16
ui:
17
bundle:
18
url: ui
0 commit comments