Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions echo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,16 @@ OpenAPI docs are auto-generated by FastAPI.
Links are relative to the root of the repository with .cursor/rules

- [docs/database_commands.md](/.cursor/rules/database_commands.md): Useful commands for database snapshots, restoration, and Directus migrations.
- [docs/database_migrations.md](/docs/database_migrations.md): Guide for managing database schema using Directus schema migrations.
- [docs/database_useful_queries.md](/docs/database_useful_queries.md): Collection of helpful database queries for common tasks.
- [docs/database_migrations.md](/.cursor/rules/database_migrations.md): Guide for managing database schema using Directus schema migrations.
- [docs/database_useful_queries.md](/.cursor/rules/database_useful_queries.md): Collection of helpful database queries for common tasks.

- [docs/directus_initialization.md](/docs/directus_initialization.md): Steps for initializing Directus, including schema application and data migration.
- [docs/frontend_configuration.md](/.cursor/rules/frontend_configuration.md): Configuration details for the frontend environment variables.
- [docs/frontend_state_management.md](/.cursor/rules/frontend_state_management.md): Overview of state management strategies in the frontend.
- [docs/frontend_translations.md](/.cursor/rules/frontend_translations.md): Information about handling translations in the frontend.

- [docs/frontend_configuration.md](/docs/frontend_configuration.md): Configuration details for the frontend environment variables.
- [docs/frontend_state_management.md](/docs/frontend_state_management.md): Overview of state management strategies in the frontend.
- [docs/frontend_translations.md](/docs/frontend_translations.md): Information about handling translations in the frontend.

- [docs/server_adding_dependencies.md](/docs/server_adding_dependencies.md): Instructions for adding new dependencies to the server.
- [docs/server_configuration.md](/docs/server_configuration.md): Guide for configuring server environment variables.
- [docs/server_readme.md](/docs/server_readme.md): General information and setup instructions for the server component.
- [docs/server_adding_dependencies.md](/.cursor/rules/server_adding_dependencies.md): Instructions for adding new dependencies to the server.
- [docs/server_configuration.md](/.cursor/rules/server_configuration.md): Guide for configuring server environment variables.
- [docs/server_readme.md](/.cursor/rules/server_readme.md): General information and setup instructions for the server component.



Expand Down