diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index d2fa1b8a283d96276ced7f99192e9b2110c9776a..eed5cf9aa6e0cbb2b1096c75854b0cf863eaac4c 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -23,7 +23,7 @@ * [Frontend](for-developers/frontend/README.md) * [GraphQL](for-developers/frontend/graphql/README.md) * [Unions and interfaces](for-developers/frontend/graphql/unions-and-interfaces.md) - * [Update GraphQL Queries](for-developers/frontend/graphql/update-queries-grahpql-in-the-frontend.md) + * [Update GraphQL Queries](for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md) * [📖 Storybook](for-developers/frontend/visualisations.md) * [👩🳠Recipes](for-developers/recipes/README.md) * [🚧 Add a visualization](for-developers/recipes/add-a-visualization.md) diff --git a/docs/for-developers/frontend/graphql/update-queries-grahpql-in-the-frontend.md b/docs/for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md similarity index 100% rename from docs/for-developers/frontend/graphql/update-queries-grahpql-in-the-frontend.md rename to docs/for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md diff --git a/docs/for-developers/gateway/static-files.md b/docs/for-developers/gateway/static-files.md index 22e6e2990acb2a8f7158092bebb306d82ddce6b9..fea1d8a2b287c58f83b038808d1c7b9c913fb5aa 100644 --- a/docs/for-developers/gateway/static-files.md +++ b/docs/for-developers/gateway/static-files.md @@ -11,7 +11,7 @@ As different connector implies different context, there is some cases where the 3. Terms of Service  4. Login page  -A module so a module `files` has been create. It allows to have dynamic resources based on the connector currently used.  +A module `files` has been create to allows dynamic resources based on the connector currently used.  All static assets are stored under `assets/engines/*`, in this path you have one folder for each connector. By default, all resources are retrieve in the `default` folder. If you want to override a specific file for your connector you just need to create a file with the same name under your connector's folder `assets/engines/yourconnector`. diff --git a/docs/for-developers/recipes/add-a-visualization.md b/docs/for-developers/recipes/add-a-visualization.md index ae42ffebffdde906b0ac78290890d7e1e8ebad56..8a4ddcd3aa448112aa65773a564af8a18aa07cde 100644 --- a/docs/for-developers/recipes/add-a-visualization.md +++ b/docs/for-developers/recipes/add-a-visualization.md @@ -1,3 +1,3 @@ # 🚧 Add a visualization -ResultUnion, gateway and frontend +//TODO ResultUnion, gateway and frontend