This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 4049971a Add mkdocs toc config section (#858)
4049971a is described below

commit 4049971aab4b69d4e9c7204fa871b7a8df84f804
Author: edson duarte <[email protected]>
AuthorDate: Wed Jun 26 18:35:20 2024 -0300

    Add mkdocs toc config section (#858)
---
 mkdocs/mkdocs.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml
index 90892ac7..679aff25 100644
--- a/mkdocs/mkdocs.yml
+++ b/mkdocs/mkdocs.yml
@@ -53,8 +53,11 @@ theme:
       toggle:
         icon: material/brightness-4
         name: Switch to light mode
+
 markdown_extensions:
   - admonition
   - pymdownx.highlight:
       anchor_linenums: true
   - pymdownx.superfences
+  - toc:
+      permalink: true

Reply via email to