Skip to content

Commit 8abc7ed

Browse files
christophdbclaude
andcommitted
Add Optional section with SeaTable ecosystem links to llms.txt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d6f4474 commit 8abc7ed

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

custom-domain/generate.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,13 @@ def generate_llms_txt(intro_pages, specs_data):
361361
"",
362362
f"- [llms-full.txt]({BASE_URL}/llms-full.txt): Complete API reference"
363363
" with all endpoints, parameters, and descriptions",
364+
"",
365+
"## Optional",
366+
"",
367+
"- [SeaTable Website](https://seatable.com): Product website with features, pricing, and use cases",
368+
"- [Developer Manual](https://developer.seatable.com): Tutorials, SDK documentation, and code examples",
369+
"- [Admin Manual](https://admin.seatable.com): Self-hosting installation, configuration, and administration",
370+
"- [Community Forum](https://forum.seatable.com): Community support, discussions, and feature requests",
364371
]
365372
return "\n".join(lines) + "\n"
366373

0 commit comments

Comments
 (0)