Skip to content

Commit 2796f3b

Browse files
committed
Remove unused video poster image
Add Derived Attributes documentation to MkDocs - Add docs/concepts/derived-attributes.md with step-by-step tutorial - Add video walkthrough support (docs/assets/videos/) - Remove Doc/html folder (migrated to MkDocs markdown) - Update examples/index.md with link to new location - Update mkdocs.yml navigation Improve documentation with fixes and expanded content - Fix mermaid click links to use correct relative paths (../Class/ format) - Expand Derivers section with OCL vs Delphi comparison, reverse derivation - Add nested transactions documentation with diagram and examples - Add OCL naming convention note (uppercase=class, lowercase=property) - Improve EvaluateInPS and Variables examples in handle docs - Standardize version number to 26.01.0
1 parent 7d4eb86 commit 2796f3b

123 files changed

Lines changed: 513 additions & 11393 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Delphi/Windows project - use CRLF line endings
22
* text=auto eol=crlf
3-
43
# Delphi source files
54
*.pas text eol=crlf
65
*.dfm text eol=crlf
@@ -13,12 +12,10 @@
1312
*.dcu binary
1413
*.bpl binary
1514
*.dcp binary
16-
1715
# Documentation
1816
*.txt text eol=crlf
1917
*.md text eol=crlf
2018
*.UnitDoc text eol=crlf
21-
2219
# Other text files
2320
*.rc text eol=crlf
2421
*.ini text eol=crlf
@@ -28,11 +25,9 @@
2825
*.xslt text eol=crlf
2926
*.css text eol=crlf
3027
*.js text eol=crlf
31-
3228
# Model files
3329
*.mdl text eol=crlf
3430
*.bld text eol=crlf
35-
3631
# Binary files
3732
*.exe binary
3833
*.dll binary

Doc/html/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

Doc/html/association_class.html

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)