diff --git a/docs/index.md b/docs/index.md index a9166bd..386be4c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -118,4 +118,10 @@ The `#!python range()` function is used to generate a sequence of numbers. 1. Sed sagittis eleifend rutrum 2. Donec vitae suscipit est 3. Nulla tempor lobortis orci - ``` \ No newline at end of file + ``` + +| Method | Description | +| :---------: | :----------------------------------: | +| `GET` | :material-check: Fetch resource | +| `PUT` | :material-check-all: Update resource | +| `DELETE` | :material-close: Delete resource | \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5616621..ba29c48 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,6 +30,7 @@ theme: markdown_extensions: # Python Markdown - abbr + - tables - admonition - attr_list - def_list