granola-toolkit 0.34.3 → 0.34.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,8 +30,8 @@ granola tui
30
30
 
31
31
  ## Documentation
32
32
 
33
- The detailed documentation now lives in the dedicated docs app under
34
- [`docs/`](https://github.com/kkarimi/granola-toolkit/tree/main/docs).
33
+ The detailed documentation now lives at
34
+ [`kkarimi.github.io/granola-toolkit`](https://kkarimi.github.io/granola-toolkit/).
35
35
 
36
36
  Local docs development:
37
37
 
@@ -42,13 +42,13 @@ npm run docs:check
42
42
 
43
43
  Key docs entry points:
44
44
 
45
- - [`Overview`](https://github.com/kkarimi/granola-toolkit/blob/main/docs/content/docs/index.mdx)
46
- - [`Getting Started`](https://github.com/kkarimi/granola-toolkit/blob/main/docs/content/docs/getting-started.mdx)
47
- - [`Exporting`](https://github.com/kkarimi/granola-toolkit/blob/main/docs/content/docs/exporting.mdx)
48
- - [`Meetings and Folders`](https://github.com/kkarimi/granola-toolkit/blob/main/docs/content/docs/meetings-and-folders.mdx)
49
- - [`Server, Web, and TUI`](https://github.com/kkarimi/granola-toolkit/blob/main/docs/content/docs/server-web-and-tui.mdx)
50
- - [`Auth and Configuration`](https://github.com/kkarimi/granola-toolkit/blob/main/docs/content/docs/auth-and-configuration.mdx)
51
- - [`Development`](https://github.com/kkarimi/granola-toolkit/blob/main/docs/content/docs/development.mdx)
45
+ - [`Overview`](https://kkarimi.github.io/granola-toolkit/docs/)
46
+ - [`Getting Started`](https://kkarimi.github.io/granola-toolkit/docs/getting-started/)
47
+ - [`Exporting`](https://kkarimi.github.io/granola-toolkit/docs/exporting/)
48
+ - [`Meetings and Folders`](https://kkarimi.github.io/granola-toolkit/docs/meetings-and-folders/)
49
+ - [`Server, Web, and TUI`](https://kkarimi.github.io/granola-toolkit/docs/server-web-and-tui/)
50
+ - [`Auth and Configuration`](https://kkarimi.github.io/granola-toolkit/docs/auth-and-configuration/)
51
+ - [`Development`](https://kkarimi.github.io/granola-toolkit/docs/development/)
52
52
 
53
53
  ## Local Development
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "granola-toolkit",
3
- "version": "0.34.3",
3
+ "version": "0.34.5",
4
4
  "description": "Toolkit for exporting and working with Granola meetings, notes, and transcripts",
5
5
  "keywords": [
6
6
  "cli",
@@ -8,7 +8,7 @@
8
8
  "notes",
9
9
  "transcripts"
10
10
  ],
11
- "homepage": "https://github.com/kkarimi/granola-toolkit#readme",
11
+ "homepage": "https://kkarimi.github.io/granola-toolkit/",
12
12
  "bugs": {
13
13
  "url": "https://github.com/kkarimi/granola-toolkit/issues"
14
14
  },