Skip to content

Commit 25c1e96

Browse files
committed
docs
1 parent 9bfefed commit 25c1e96

File tree

8 files changed

+5
-4
lines changed

8 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ result
3333
# docs symlinks
3434
docs/README.md
3535
docs/CHANGELOG.md
36+
docs/images/

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
get-last-changelog-entry make/get-last-changelog-entry
1919
integration-test make/integration-test
2020

21-
docs make/local-webpage}}
21+
local-webpage make/local-webpage}}

docs/images/chat-behaviors.png

-5.42 KB
Binary file not shown.

docs/images/commands.png

-30.8 KB
Binary file not shown.

docs/images/contexts.png

-21.8 KB
Binary file not shown.

docs/images/tools.png

-7.19 KB
Binary file not shown.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ nav:
2020

2121
theme:
2222
name: material
23-
logo: images/logo.png
24-
favicon: images/logo.png
23+
logo: images/logo.svg
24+
favicon: images/logo.svg
2525
icon:
2626
repo: fontawesome/brands/github
2727
features:

scripts/make.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@
111111
(let [files ["CHANGELOG.md" "README.md"]]
112112
(doseq [f files]
113113
(fs/copy f "docs" {:replace-existing true}))
114-
(fs/copy-tree "images" "docs" {:replace-existing true})
114+
(fs/copy-tree "images" "docs/images" {:replace-existing true})
115115
(p/shell "docker login docker.pkg.github.com")
116116
(p/shell (str "docker run --rm -it -p 8000:8000 -v " (fs/cwd) ":/docs ghcr.io/editor-code-assistant/docs-image/docs-image"))))

0 commit comments

Comments
 (0)