granola-toolkit 0.34.4 → 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.
- package/README.md +9 -9
- 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
|
|
34
|
-
[`
|
|
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.
|
|
46
|
-
- [`Getting Started`](https://github.
|
|
47
|
-
- [`Exporting`](https://github.
|
|
48
|
-
- [`Meetings and Folders`](https://github.
|
|
49
|
-
- [`Server, Web, and TUI`](https://github.
|
|
50
|
-
- [`Auth and Configuration`](https://github.
|
|
51
|
-
- [`Development`](https://github.
|
|
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
|
+
"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.
|
|
11
|
+
"homepage": "https://kkarimi.github.io/granola-toolkit/",
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/kkarimi/granola-toolkit/issues"
|
|
14
14
|
},
|