@@ -3,7 +3,7 @@ site_description: Documentation for Bold for Delphi - Model-Driven Architecture
33site_url : https://bero.github.io/BoldForDelphi/
44repo_url : https://github.com/bero/BoldForDelphi
55repo_name : bero/BoldForDelphi
6- edit_uri : edit/main /docs/
6+ edit_uri : edit/develop /docs/
77
88theme :
99 name : material
@@ -23,11 +23,10 @@ theme:
2323 icon : material/brightness-4
2424 name : Switch to light mode
2525 features :
26- - navigation.tabs
27- - navigation.tabs.sticky
28- - navigation.sections
29- - navigation.expand
30- - navigation.top
26+ - navigation.indexes # Section index pages (folder/index.md)
27+ - navigation.top # Back to top button
28+ - navigation.tracking # URL updates with anchor
29+ - toc.follow # TOC follows scroll position
3130 - search.suggest
3231 - search.highlight
3332 - content.code.copy
@@ -39,6 +38,7 @@ plugins:
3938 separator : ' [\\s\\-]+'
4039 - git-revision-date-localized :
4140 type : datetime
41+ enable_creation_date : true
4242
4343markdown_extensions :
4444 - pymdownx.highlight :
@@ -51,7 +51,7 @@ markdown_extensions:
5151 custom_fences :
5252 - name : mermaid
5353 class : mermaid
54- format : !!python/name:pymdownx.superfences.fence_code_format
54+ format : !!python/name:pymdownx.superfences.fence_mermaid_format
5555 - pymdownx.tabbed :
5656 alternate_style : true
5757 - admonition
7575 - Persistence : concepts/persistence.md
7676 - Subscriptions : concepts/subscriptions.md
7777 - Logging : concepts/logging.md
78- - Classes :
78+ - API Reference :
7979 - classes/index.md
80- - TBoldSystem : classes/TBoldSystem.md
81- - TBoldObject : classes/TBoldObject.md
82- - TBoldObjectList : classes/TBoldObjectList.md
83- - TBoldMember : classes/TBoldMember.md
84- - TBoldAttribute : classes/TBoldAttribute.md
85- - Examples : examples/index.md
80+ - Core Classes :
81+ - TBoldSystem : classes/TBoldSystem.md
82+ - TBoldObject : classes/TBoldObject.md
83+ - TBoldObjectList : classes/TBoldObjectList.md
84+ - Members :
85+ - TBoldMember : classes/TBoldMember.md
86+ - TBoldAttribute : classes/TBoldAttribute.md
87+ - Examples :
88+ - examples/index.md
8689 - Integrations :
8790 - integrations/index.md
8891 - DevExpress : integrations/devexpress.md
8992 - Development :
9093 - development/index.md
9194 - Unit Testing : development/testing.md
9295 - Codecov Setup : development/codecov.md
93- - FAQ : faq.md
94- - Roadmap : roadmap.md
95- - Changelog : changelog.md
96- - Contributing : contributing.md
96+ - Resources :
97+ - FAQ : faq.md
98+ - Roadmap : roadmap.md
99+ - Changelog : changelog.md
100+ - Contributing : contributing.md
97101
98102extra :
99103 social :
100104 - icon : fontawesome/brands/github
101- link : https://github.com/bero/BoldForDelphi
102-
103- extra_javascript :
104- - https://unpkg.com/mermaid
105+ link : https://github.com/bero/BoldForDelphi
0 commit comments