Skip to content

Commit 9fd5562

Browse files
committed
add chroma
1 parent 5afedd4 commit 9fd5562

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN yarn global add @antora/lunr-extension
1010
RUN yarn global add @antora/collector-extension
1111

1212
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
13+
RUN pip install --no-input --root-user-action=ignore git+https://github.com/tsche/claudoc.git@master

antora-playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ content:
1010
- url: https://github.com/fuquery/rsl.git
1111
branches: docs
1212
start_path: docs
13+
- url: https://github.com/fuquery/chroma.git
14+
branches: master
15+
start_path: docs
1316
ui:
1417
bundle:
1518
url: ui

0 commit comments

Comments
 (0)