Skip to content
Snippets Groups Projects
Commit f72c1e06 authored by Denis Damiron's avatar Denis Damiron
Browse files

Merge branch 'mkdocs_material' into 'master'

update relative path in md files

See merge request refonte-data/documentation!3
parents f5ecde18 4e835302
No related branches found
No related tags found
1 merge request!3update relative path in md files
Pipeline #1034 passed
......@@ -4,7 +4,7 @@ For all the editorial content on the portal one CMS is used to offer the possibi
## Ghost: headless CMS
![ghost-logo](/docs/assets/ghost-logo.png)
![ghost-logo](../assets/ghost-logo.png)
The choice went for the open source CMS [Ghost](https://ghost.org/), replacing Wordpress as our first choice at the beginning of the project.
Whereas it's not perfect and there is still room for improvement, this is a great tool to use to create content in a beautiful user interface. The API allows us to get all the information needed for the web application by a REST API.
......
......@@ -13,7 +13,7 @@ This service also provides endpoints to retrieve and update a user profile.
## How it works
![authentication-service](/docs/assets/authentication-service.png)
![authentication-service](../../assets/authentication-service.png)
The entrypoint of the service is a REST API provided by a [NestJS](https://github.com/nestjs/nest) application. It depends on two other services:
......
......@@ -8,7 +8,7 @@ In our application, one organization is usually a provider of data, used in the
## How it works
![organizations-service](/docs/assets/organizations-service.png)
![organizations-service](../../assets/organizations-service.png)
The entrypoint of the service is a REST API provided by a [NestJS](https://github.com/nestjs/nest) application. This backend application interacts with a PostgresSQL database through an ORM called [TypeORM](https://github.com/typeorm/typeorm).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment