@@ -54,25 +54,25 @@ theme:
5454 - content.code.copy
5555
5656nav :
57- - Home : index.md
58- - Projects :
59- - PowerShell Modules :
60- - PowerShell-Modules/index.md
61- - Test-Specification : PowerShell-Modules/Test-Specification.md
62- - Versioning : PowerShell-Modules/Versioning.md
63- - GitHub Actions :
64- - GitHub-Actions/index.md
65- - Some More : GitHub-Actions/Some-More.md
66- - Test Something : GitHub-Actions/Test-Something.md
67- - Subtopic :
68- - GitHub-Actions/Subtopic/index.md
69- - Some More : GitHub-Actions/Subtopic/Some-More.md
70- - Test Something : GitHub-Actions/Subtopic/Test-Something.md
71- - Solutions :
72- - Solutions/index.md
73- - Blog :
74- - Blog/index.md
75- - About : About/index.md
57+ - Home : index.md
58+ - Projects :
59+ - PowerShell Modules :
60+ - PowerShell-Modules/index.md
61+ - Test-Specification : PowerShell-Modules/Test-Specification.md
62+ - Versioning : PowerShell-Modules/Versioning.md
63+ - GitHub Actions :
64+ - GitHub-Actions/index.md
65+ - Some More : GitHub-Actions/Some-More.md
66+ - Test Something : GitHub-Actions/Test-Something.md
67+ - Subtopic :
68+ - GitHub-Actions/Subtopic/index.md
69+ - Some More : GitHub-Actions/Subtopic/Some-More.md
70+ - Test Something : GitHub-Actions/Subtopic/Test-Something.md
71+ - Solutions :
72+ - Solutions/index.md
73+ - Blog :
74+ - Blog/index.md
75+ - About : About/index.md
7676
7777repo_name : PSModule/docs
7878repo_url : https://github.com/PSModule/docs
@@ -82,6 +82,7 @@ copyright: Copyright © 2023 - 2025 PSModule
8282plugins :
8383 - meta
8484 - search
85+ - table-reader # https://timvink.github.io/mkdocs-table-reader-plugin/
8586 - blog :
8687 blog_dir : Blog
8788 blog_toc : true
@@ -105,7 +106,13 @@ markdown_extensions:
105106 - attr_list
106107 - admonition
107108 - md_in_html
109+ - tables
108110 - pymdownx.details # Enables collapsible admonitions
111+ - pymdownx.superfences :
112+ custom_fences :
113+ - name : mermaid
114+ class : mermaid
115+ format : !!python/name:pymdownx.superfences.fence_code_format
109116
110117extra :
111118 social :
@@ -127,4 +134,8 @@ extra:
127134 - reject
128135
129136extra_css :
130- - assets/stylesheets/extra.css
137+ - assets/stylesheets/extra.css
138+
139+ extra_javascript :
140+ - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
141+ - assets/javascripts/tablesort.js
0 commit comments