diff --git a/docs/dev/objects.md b/docs/dev/objects.md index 92962a6..1a40dee 100644 --- a/docs/dev/objects.md +++ b/docs/dev/objects.md @@ -20,12 +20,12 @@ In case of ambiguities, a **organizer** or a **repairer** can raise a **consulta A **repair_cafe** is a event happening at a specific date at a specific location. During a **repair_cafe** **appointments** of **guests** with **repairers** happens to fix broken *devices*. -Field | Type | Description -------------------------------------------------------------- -location | Char (200) | location of the event -address | Char (200) | address where the event happens -event_date | Date | date when the event happens -repairer | many to many | will attend the event +### Fields + +- *location*: Char (200) -- location of the event +- *address*: Char (200) -- address where the event happens +- *event_date*: Date -- date when the event happens +- *repairer*: many to many -- will attend the event ## Device diff --git a/mkdocs.yml b/mkdocs.yml index 07dacd4..2a4f373 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,5 +19,3 @@ nav: theme: readthedocs repo_url: https://github.com/makes-hacks-hip/RepApp/ edit_uri: edit/main/docs/ -markdown_extensions: - - tables