@@ -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
7574 - Persistence : concepts/persistence.md
7675 - Subscriptions : concepts/subscriptions.md
7776 - Logging : concepts/logging.md
78- - Classes :
77+ - API Reference :
7978 - 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
79+ - Core Classes :
80+ - TBoldSystem : classes/TBoldSystem.md
81+ - TBoldObject : classes/TBoldObject.md
82+ - TBoldObjectList : classes/TBoldObjectList.md
83+ - Members :
84+ - TBoldMember : classes/TBoldMember.md
85+ - TBoldAttribute : classes/TBoldAttribute.md
86+ - Examples :
87+ - examples/index.md
8688 - Integrations :
8789 - integrations/index.md
8890 - DevExpress : integrations/devexpress.md
8991 - Development :
9092 - development/index.md
9193 - Unit Testing : development/testing.md
9294 - Codecov Setup : development/codecov.md
93- - FAQ : faq.md
94- - Roadmap : roadmap.md
95- - Changelog : changelog.md
96- - Contributing : contributing.md
95+ - Resources :
96+ - FAQ : faq.md
97+ - Roadmap : roadmap.md
98+ - Changelog : changelog.md
99+ - Contributing : contributing.md
97100
98101extra :
99102 social :
100103 - icon : fontawesome/brands/github
101104 link : https://github.com/bero/BoldForDelphi
102105
103106extra_javascript :
104- - https://unpkg.com/mermaid
107+ - https://unpkg.com/mermaid@10/dist/mermaid.min.js
0 commit comments