diff --git a/docs/dev-guide/plugins.md b/docs/dev-guide/plugins.md index b4598c2d..2d692fc6 100644 --- a/docs/dev-guide/plugins.md +++ b/docs/dev-guide/plugins.md @@ -168,48 +168,56 @@ entire site. ::: mkdocs.plugins.BasePlugin.on_serve options: show_root_heading: false + show_root_toc_entry: false ##### on_config ::: mkdocs.plugins.BasePlugin.on_config options: show_root_heading: false + show_root_toc_entry: false ##### on_pre_build ::: mkdocs.plugins.BasePlugin.on_pre_build options: show_root_heading: false + show_root_toc_entry: false ##### on_files ::: mkdocs.plugins.BasePlugin.on_files options: show_root_heading: false + show_root_toc_entry: false ##### on_nav ::: mkdocs.plugins.BasePlugin.on_nav options: show_root_heading: false + show_root_toc_entry: false ##### on_env ::: mkdocs.plugins.BasePlugin.on_env options: show_root_heading: false + show_root_toc_entry: false ##### on_post_build ::: mkdocs.plugins.BasePlugin.on_post_build options: show_root_heading: false + show_root_toc_entry: false ##### on_build_error ::: mkdocs.plugins.BasePlugin.on_build_error options: show_root_heading: false + show_root_toc_entry: false #### Template Events @@ -223,18 +231,21 @@ called after the [env] event and before any [page events]. ::: mkdocs.plugins.BasePlugin.on_pre_template options: show_root_heading: false + show_root_toc_entry: false ##### on_template_context ::: mkdocs.plugins.BasePlugin.on_template_context options: show_root_heading: false + show_root_toc_entry: false ##### on_post_template ::: mkdocs.plugins.BasePlugin.on_post_template options: show_root_heading: false + show_root_toc_entry: false #### Page Events @@ -247,36 +258,42 @@ page events are called after the [post_template] event and before the ::: mkdocs.plugins.BasePlugin.on_pre_page options: show_root_heading: false + show_root_toc_entry: false ##### on_page_read_source ::: mkdocs.plugins.BasePlugin.on_page_read_source options: show_root_heading: false + show_root_toc_entry: false ##### on_page_markdown ::: mkdocs.plugins.BasePlugin.on_page_markdown options: show_root_heading: false + show_root_toc_entry: false ##### on_page_content ::: mkdocs.plugins.BasePlugin.on_page_content options: show_root_heading: false + show_root_toc_entry: false ##### on_page_context ::: mkdocs.plugins.BasePlugin.on_page_context options: show_root_heading: false + show_root_toc_entry: false ##### on_post_page ::: mkdocs.plugins.BasePlugin.on_post_page options: show_root_heading: false + show_root_toc_entry: false ### Handling Errors