Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 1 addition & 6 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,7 @@ export default defineConfig({
label: 'Features',
autogenerate: { directory: 'features' },
},
{
label: 'Workflows',
autogenerate: { directory: 'workflows' },
collapsed: true,
},
{
{
label: 'Development',
autogenerate: { directory: 'development', collapsed: true },
collapsed: true,
Expand Down
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