From 157aa961064801a12cab1195583958aa5e5e59f6 Mon Sep 17 00:00:00 2001 From: Muhammad Usama <59267656+ussaama@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:35:47 +0500 Subject: [PATCH] Update readme.md --- echo/readme.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/echo/readme.md b/echo/readme.md index ed5f1f2f..80101068 100644 --- a/echo/readme.md +++ b/echo/readme.md @@ -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.