Skip to content

Commit

Permalink
fix docs redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed May 3, 2024
1 parent 798c971 commit e742cae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="icon.svg" width="24"> Pensieve
# Pensieve

> Desktop app for recording meetings or memos from locally running apps and transcribing and summarizing them with a local LLM
Expand All @@ -11,7 +11,7 @@


<div align="center">
<img src="images/preview.png" alt="Preview image of Pensieve" />
<img src="https://github.com/lukasbach/pensieve/raw/main/images/preview.png" alt="Preview image of Pensieve" />
</div>
<br />

Expand Down
3 changes: 2 additions & 1 deletion docs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ title: Pensieve
description: Desktop app for recording meetings or memos from locally running apps and transcribing and summarizing them with a local LLM
documents: ["**/*.md"]
assets: ["**/*.png", "**/*.jpg"]
out: ../dist-docs
out: ../dist-docs
rootDocument: /index
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:fix": "eslint . --fix",
"build:docs": "markbase build ./docs",
"start:docs": "markbase watch ./docs",
"postinstall": "cpy ./README.md ./docs --rename=index.md && cpy ./images ./docs/images"
"postinstall": "cpy ./README.md ./docs --rename=index.md && cpy ./images ./docs"
},
"dependencies": {
"@types/node": "^20.11.30",
Expand Down Expand Up @@ -65,7 +65,7 @@
"handlebars": "^4.7.8",
"humanize-duration": "^3.32.0",
"langchain": "^0.1.33",
"markbase": "^0.0.5",
"markbase": "^0.0.6",
"png-to-ico": "^2.1.8",
"react-hook-form": "^7.51.2",
"react-icons": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8939,9 +8939,9 @@ __metadata:
languageName: node
linkType: hard

"markbase@npm:^0.0.5":
version: 0.0.5
resolution: "markbase@npm:0.0.5"
"markbase@npm:^0.0.6":
version: 0.0.6
resolution: "markbase@npm:0.0.6"
dependencies:
commander: "npm:^11.1.0"
favicons: "npm:^7.1.5"
Expand All @@ -8967,7 +8967,7 @@ __metadata:
yaml: "npm:^2.3.4"
bin:
markbase: lib/index.js
checksum: 10/601bdc75f2d293ffbb281cc2c84bb38b8f872a6511d83be277c8d8e272e2edb5c7d11d6fdba51a908b29f2de8817b458ca91c2be02ecdd12837b98eff77972ce
checksum: 10/801d207dad99dbcb61d85095c79e0d13067b13e34793bb5216fadbed7a34f9e0111c6252c38e1f802e7b9b1363e06bc0e1d2476fcf9c3828f64424bd6ccd9032
conditions: (os=linux | os=win32) & (cpu=x64 | cpu=arm64)
languageName: node
linkType: hard
Expand Down Expand Up @@ -10653,7 +10653,7 @@ __metadata:
handlebars: "npm:^4.7.8"
humanize-duration: "npm:^3.32.0"
langchain: "npm:^0.1.33"
markbase: "npm:^0.0.5"
markbase: "npm:^0.0.6"
png-to-ico: "npm:^2.1.8"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down

0 comments on commit e742cae

Please sign in to comment.