Refactor developer guide into modular sections

Split the monolithic developer-guide.md into three focused documents: setup-dev-env.md, authentication.md, and supported-types.md. Updated mkdocs.yml navigation to reflect the new structure, improving documentation clarity and maintainability.
This commit is contained in:
João Vitória Silva
2025-12-15 21:48:55 +00:00
parent 2121196ee3
commit 26e08007ca
5 changed files with 639 additions and 404 deletions

View File

@@ -28,5 +28,8 @@ nav:
- Integrations:
- 3rd party apps: integrations/3rd-party-apps.md
- 3rd party services: integrations/3rd-party-services.md
- Developer guide: developer-guide.md
- Developer guide:
- Setup a development environment: developer-guide/setup-dev-env.md
- Authentication: developer-guide/authentication.md
- Supported types: developer-guide/supported-types.md
- Gallery: gallery.md