diff --git a/docs/test.md b/docs/test.md new file mode 100644 index 00000000..1e1deac5 --- /dev/null +++ b/docs/test.md @@ -0,0 +1 @@ +I was here \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index a42e8477..36c00853 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ site_author: Kartoza nav: - Home: index.md + - Test Section: test.md - Users: - user/index.md - Quick Start: user/quickstart/index.md @@ -113,7 +114,7 @@ plugins: separate_signature: true merge_init_into_class: true docstring_options: - ignore_init_summary: true + # ignore_init_summary: true theme: name: material