* blog: add n8n persistent memory workflows post Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * blog: add cover image for n8n memory workflows post Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * blog: update n8n cover image Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * blog: remove broken screenshot references from n8n post Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * blog: add Hindsight Cloud option and n8n Cloud guidance - Add Cloud vs self-hosted setup paths in Step 1 - Show both Cloud and self-hosted URLs for retain/recall/reflect nodes - Note that Cloud eliminates the localhost IP gotcha - Mention n8n Cloud compatibility (requires Hindsight Cloud or public endpoint) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * blog: update n8n post date to 2026-03-16 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * blog: update n8n post with optimized content and fix accuracy - Use optimized version of the blog post - Fix blog cross-links to use date-prefixed URLs - Fix retain response to match actual API (success, bank_id, items_count, async) - Fix recall response to match actual API (text, type, entities — not confidence/source) - Update title to "How to Add Persistent Memory to n8n Workflows" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * blog: update n8n post title Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| blog | ||
| docs | ||
| examples | ||
| src | ||
| static | ||
| versioned_docs | ||
| versioned_sidebars | ||
| .gitignore | ||
| docusaurus.config.ts | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
| tsconfig.json | ||
| versions.json | ||
Website
This website is built using Docusaurus, a modern static website generator.
Installation
npm install
Local Development
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
USE_SSH=true npm run deploy
Not using SSH:
GIT_USER=<Your GitHub username> npm run deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.