Skip to content

Commit

Permalink
docs(README): fix images (#55)
Browse files Browse the repository at this point in the history
* chores: fix readme on documentation website

* docs(README): update demo links
  • Loading branch information
ido-pluto authored Oct 26, 2023
1 parent 3125c1a commit 8bbcd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ catai install vicuna-7b-16k-q4_k_s
catai up
```

![catai](https://github.com/withcatai/catai/blob/main/docs/demo/chat.gif)
![catai](docs/demo/chat.gif)

## Features
- Auto detect programming language 🧑‍💻
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node": ">=18.0.0"
},
"scripts": {
"generate-docs": "typedoc --plugin typedoc-plugin-missing-exports",
"generate-docs": "typedoc --plugin typedoc-plugin-missing-exports && mkdir -p ./docs/docs/demo/ && cp -r ../docs/demo/ ./docs/docs/demo/",
"semantic-release": "semantic-release --extends ./.config/semantic-release.json",
"postinstall": "node ./dist/cli/cli.js postinstall",
"prebuild": "rm -rf ./dist ./tsconfig.tsbuildinfo",
Expand Down

0 comments on commit 8bbcd82

Please sign in to comment.