Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2742dca
docs: added multi-user mode and moved workflows under features
lstein Apr 30, 2026
8e293ee
docs: finish moving workflows under features/
lstein Apr 30, 2026
74c1e47
Update docs/src/content/docs/features/Canvas/text-tool.mdx
lstein Apr 30, 2026
5f2f56d
Update docs/src/content/docs/features/hotkeys.mdx
lstein Apr 30, 2026
04bfde9
docs(multiuser): fix links, remove redundant sections
lstein Apr 30, 2026
b41f73e
Merge branch 'main' into lstein/docs/multiuser
lstein May 1, 2026
b2e3f6c
Merge branch 'main' into lstein/docs/multiuser
lstein May 5, 2026
f69dfed
Merge branch 'main' into lstein/docs/multiuser
lstein May 7, 2026
1fe91a2
Update docs/src/content/docs/features/Multi-User Mode/api-guide.mdx
lstein May 7, 2026
4ea31ed
docs(multiuser): address issues raised in 6 May review
lstein May 7, 2026
aa746a8
docs(multiuser): fix merge conflicts
lstein May 7, 2026
a3e1868
Update docs/src/content/docs/features/Multi-User Mode/api-guide.mdx
lstein May 8, 2026
d7da02d
Update docs/src/content/docs/features/Multi-User Mode/api-guide.mdx
lstein May 8, 2026
471dd52
docs(multiuser): more doc fixes
lstein May 8, 2026
2ccfd0a
Merge remote-tracking branch 'refs/remotes/origin/lstein/docs/multius…
lstein May 8, 2026
3463c79
Merge branch 'main' into lstein/docs/multiuser
lstein May 9, 2026
0863f51
docs(multiuser): remove outdated jwt config entries and reword strong…
lstein May 9, 2026
2d93d6b
Merge branch 'main' into lstein/docs/multiuser
lstein May 12, 2026
a753304
Apply suggestions from code review
lstein May 12, 2026
64e02bf
docs(multiuser): fixed errors identified in review
lstein May 12, 2026
d0f4297
Update docs/src/content/docs/features/Multi-User Mode/admin-guide.mdx
lstein May 12, 2026
76833cf
Merge remote-tracking branch 'refs/remotes/origin/lstein/docs/multius…
lstein May 12, 2026
77b4eda
docs(multiuser): correct API and UI inaccuracies flagged in review
lstein May 13, 2026
d298caf
Merge branch 'main' into lstein/docs/multiuser
lstein May 14, 2026
ab21757
Merge branch 'main' into lstein/docs/multiuser
lstein May 14, 2026
30acd83
Merge branch 'main' into lstein/docs/multiuser
lstein May 15, 2026
6863e32
Merge branch 'main' into lstein/docs/multiuser
lstein May 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ openapi:
# Serve the mkdocs site w/ live reload
.PHONY: docs
docs:
mkdocs serve
cd docs && pnpm install && \
pnpm run dev
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ new Invocation ready to be used.

Once you've created a Node, the next step is to share it with the community! The
best way to do this is to submit a Pull Request to add the Node to the
[Community Nodes](/workflows/community-nodes/) list. If you're not sure how to do that,
[Community Nodes](/features/workflows/community-nodes) list. If you're not sure how to do that,
take a look a at our [contributing nodes overview](/development/guides/creating-nodes/).

## Advanced
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Text Tool
sidebar:
order: 3
---

import { LinkCard } from '@astrojs/starlight/components';
Expand Down
Loading
Loading