docs: reorganize SSE API documentation and update navigation

- Move SSE API documentation to a more structured location under `api/`
- Update references to SSE API in getting started and navigation
- Remove standalone SSE API markdown file
- Add FAQ section to troubleshooting documentation
This commit is contained in:
jango-blockchained
2025-02-05 03:07:22 +01:00
parent e3256682ba
commit a1cc54f01f
4 changed files with 65 additions and 367 deletions

View File

@@ -91,7 +91,7 @@ nav:
- API Reference:
- Overview: api/index.md
- Core API: api.md
- SSE API: sse-api.md
- SSE API: api/sse.md
- Core Functions: api/core.md
- Tools:
- Overview: tools/tools.md
@@ -114,6 +114,9 @@ nav:
- SSE Statistics: tools/events/sse-stats.md
- Development:
- Overview: development/development.md
- Best Practices: development/best-practices.md
- Interfaces: development/interfaces.md
- Tool Development: development/tools.md
- Testing Guide: testing.md
- Architecture: architecture.md
- Contributing: contributing.md