Skip to content

Commit 9cc063a

Browse files
committed
docs: make profile path optional
1 parent b3ae37e commit 9cc063a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: home
55
hero:
66
name: "Scaffold"
77
text: "Zotero Plugins"
8-
tagline: "The Modern Development Framework for Zotero Plugins"
8+
tagline: "Delivering a Modern and Elegant Development Experience for Zotero Plugins."
99
actions:
1010
- theme: brand
1111
text: "Quick Start"

docs/src/serve.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ ZOTERO_PLUGIN_PROFILE_PATH=/path/to/profile
2222
ZOTERO_PLUGIN_DATA_DIR=/path/to/data
2323
```
2424

25-
- **Zotero binary file path** and **profile path** are mandatory.
25+
- `ZOTERO_PLUGIN_ZOTERO_BIN_PATH` is required.
26+
- `ZOTERO_PLUGIN_PROFILE_PATH` and `ZOTERO_PLUGIN_DATA_DIR` are optional, a blank profile will be automatically created if not provided.
2627
- If you manage multiple plugins, these paths can be stored in system/user environment variables. However, paths defined in `.env` currently do not override system/user-level variables. This behavior may change in future versions.
2728

2829
## Launch Arguments and Developer Tools

0 commit comments

Comments
 (0)