Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Jan 12, 2025
1 parent b445bf2 commit 798de29
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import DefaultTheme from "vitepress/theme";
import "./vaporwave.css";

export default DefaultTheme;
15 changes: 15 additions & 0 deletions doc/.vitepress/theme/vaporwave.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
:root {
--vp-c-brand-1: #9a77cf;
/* --vp-nav-bg-color: #ff0000; */
}

.dark {
--vp-c-brand-1: #c678dd;
--vp-c-bg: #1b1d2a;
--vp-c-bg-alt: #222435;
--vp-c-gutter: #585b89;
--vp-c-divider: #428c81;
--vp-c-text-1: #b4b7cf;
--vp-c-text-2: #8e91b7;
--vp-c-text-3: #428c81;
}
2 changes: 2 additions & 0 deletions doc/configuration/others.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ require("codecompanion").setup({
}),
```

Of course, if you have your own system prompt you can specify your own language for the LLM to respond in.

## Sending Code

> [!IMPORTANT]
Expand Down

0 comments on commit 798de29

Please sign in to comment.