File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111- Initial release of MkDocs Graph Plugin
1212
13- ## [ 0.1.0] - 2025-01-XX
13+ ## [ 0.1.0] - 2025-11-29
1414
1515### Added
1616- Mini graph view in sidebar showing connected pages
Original file line number Diff line number Diff line change 3939
4040plugins :
4141 - search
42- - graph :
42+ - graph-view :
4343 local_graph_depth : 2
4444 repel_force : 1.0
4545 center_force : 0.2
@@ -62,6 +62,9 @@ markdown_extensions:
6262 - tables
6363 - attr_list
6464 - md_in_html
65+ - pymdownx.emoji :
66+ emoji_index : !!python/name:material.extensions.emoji.twemoji
67+ emoji_generator : !!python/name:material.extensions.emoji.to_svg
6568
6669nav :
6770 - Home : index.md
You can’t perform that action at this time.
0 commit comments