diff --git a/mkdocs.yml b/mkdocs.yml index 02cc2be..650bab1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: py-moodle +site_name: python-moodle site_description: A modern Pythonic CLI and library to manage Moodle via web sessions site_author: Ernesto Serrano site_url: https://erseco.github.io/python-moodle/ @@ -74,11 +74,12 @@ plugins: docstring_section_style: table filters: - '!^_' - heading_level: 1 + heading_level: 2 inherited_members: true merge_init_into_class: true separate_signature: true - show_root_heading: true + show_root_heading: false + show_root_full_path: false show_signature_annotations: true show_source: false signature_crossrefs: true