Skip to content

Commit 7022cda

Browse files
dahliaclaude
andcommitted
Improve documentation structure and consistency
- Integrate advantages/limitations into descriptive paragraphs in store-mq.md - Remove separate Advantages/Limitations subsections for cleaner structure - Fix BEHIND_PROXY environment variable in bot.md documentation - Add @fedify/sqlite dependency to docs package.json - Update pnpm-lock.yaml accordingly Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a35d7b3 commit 7022cda

4 files changed

Lines changed: 171 additions & 131 deletions

File tree

docs/concepts/bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ BEHIND_PROXY=true deno serve -A --port 8000 ./bot.ts
473473
~~~~
474474

475475
~~~~ bash [Node.js]
476-
node --experimental-transform-types ./bot.ts
476+
BEHIND_PROXY=true node --experimental-transform-types ./bot.ts
477477
~~~~
478478

479479
:::

0 commit comments

Comments
 (0)