Skip to content

Commit d7b2d4a

Browse files
committed
2 parents 3ae3756 + d54b36b commit d7b2d4a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<script type="module">
1616
mermaid.initialize({
1717
theme: 'forest',
18+
layout: 'elk',
1819
startOnLoad: false
1920
});
2021
await mermaid.run({

docs/index8.classdiagram.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ API *-- SalesforceManagerIntf : composition
1717
API *-- DataCacheManagerIntf : composition
1818
API *-- LoggerIntf : composition
1919
DataCacheManager --|> DataCacheManagerIntf : implements
20-
DataItemInCache --|> ItemInCache : implements
21-
MetadataItemInCache --|> ItemInCache : implements
20+
DataCacheManagerIntf --> DataCacheItem : uses
2221
Compressor --|> CompressorIntf : implements
22+
DataCacheManagerIntf --> CompressorIntf : uses
23+
DataCacheManagerIntf --> StorageIntf : uses
2324
DataWithDependencies --|> Data : implements
2425
DataFactory --|> DataFactoryIntf : implements
2526
DataFactoryInstance --|> DataFactoryInstanceIntf : implements

0 commit comments

Comments
 (0)