-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor website generator, update theme, add export-services script #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2d20dc3
e757d0a
29d6d31
05a01ec
7308c8b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,8 +1,9 @@ | ||||||||||||
| # The world's most popular workflow automation platform for technical teams | ||||||||||||
| # | ||||||||||||
| # 🏠 Home: https://n8n.io/ | ||||||||||||
| # Install: https://docs.n8n.io/hosting/installation/docker/ | ||||||||||||
| # Compose based on: https://github.com/n8n-io/n8n-hosting/blob/main/docker-compose/withPostgres/docker-compose.yml | ||||||||||||
| # Links: | ||||||||||||
| # - Home: https://n8n.io/ | ||||||||||||
| # - Instal: https://docs.n8n.io/hosting/installation/docker/ | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix typo in Links section: "Instal" should be "Install". Line 5 has a spelling error in the link label that should be corrected for clarity. Apply this diff to fix the typo: # Links:
# - Home: https://n8n.io/
- # - Instal: https://docs.n8n.io/hosting/installation/docker/
+ # - Install: https://docs.n8n.io/hosting/installation/docker/
# - Compose based on: https://github.com/n8n-io/n8n-hosting/blob/main/docker-compose/withPostgres/docker-compose.yml📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||
| # - Compose based on: https://github.com/n8n-io/n8n-hosting/blob/main/docker-compose/withPostgres/docker-compose.yml | ||||||||||||
| --- | ||||||||||||
| name: n8n | ||||||||||||
| services: | ||||||||||||
|
|
||||||||||||
Uh oh!
There was an error while loading. Please reload this page.