diff --git a/app/README.md b/app/README.md index b386a45ce..9ac444b86 100644 --- a/app/README.md +++ b/app/README.md @@ -31,6 +31,7 @@ graph TB :app -.-> :core:database :app -.-> :core:datastore :app -.-> :core:di + :app -.-> :core:domain :app -.-> :core:model :app -.-> :core:navigation :app -.-> :core:network diff --git a/core/navigation/README.md b/core/navigation/README.md index c5a3fe4da..2c93d1cda 100644 --- a/core/navigation/README.md +++ b/core/navigation/README.md @@ -26,7 +26,7 @@ navController.navigate(MessagingRoutes.Chat(nodeId = 12345)) ```mermaid graph TB - :core:navigation[navigation]:::android-library + :core:navigation[navigation]:::kmp-library classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/firmware/README.md b/feature/firmware/README.md index 99479ba2d..6d4eee05e 100644 --- a/feature/firmware/README.md +++ b/feature/firmware/README.md @@ -6,19 +6,6 @@ ```mermaid graph TB :feature:firmware[firmware]:::android-feature - :feature:firmware -.-> :core:ble - :feature:firmware -.-> :core:common - :feature:firmware -.-> :core:data - :feature:firmware -.-> :core:database - :feature:firmware -.-> :core:datastore - :feature:firmware -.-> :core:model - :feature:firmware -.-> :core:navigation - :feature:firmware -.-> :core:network - :feature:firmware -.-> :core:prefs - :feature:firmware -.-> :core:proto - :feature:firmware -.-> :core:service - :feature:firmware -.-> :core:resources - :feature:firmware -.-> :core:ui classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/node/README.md b/feature/node/README.md index 1d2ba4c2f..01038962d 100644 --- a/feature/node/README.md +++ b/feature/node/README.md @@ -23,18 +23,6 @@ Provides a compass interface to show the relative direction and distance to othe ```mermaid graph TB :feature:node[node]:::android-feature - :feature:node -.-> :core:common - :feature:node -.-> :core:data - :feature:node -.-> :core:database - :feature:node -.-> :core:datastore - :feature:node -.-> :core:di - :feature:node -.-> :core:model - :feature:node -.-> :core:proto - :feature:node -.-> :core:service - :feature:node -.-> :core:resources - :feature:node -.-> :core:ui - :feature:node -.-> :core:navigation - :feature:node -.-> :feature:map classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; diff --git a/feature/settings/README.md b/feature/settings/README.md index cc5c584bb..2f228447a 100644 --- a/feature/settings/README.md +++ b/feature/settings/README.md @@ -25,20 +25,6 @@ Displays version information, licenses, and project links. ```mermaid graph TB :feature:settings[settings]:::android-feature - :feature:settings -.-> :core:common - :feature:settings -.-> :core:data - :feature:settings -.-> :core:database - :feature:settings -.-> :core:datastore - :feature:settings -.-> :core:domain - :feature:settings -.-> :core:model - :feature:settings -.-> :core:navigation - :feature:settings -.-> :core:nfc - :feature:settings -.-> :core:prefs - :feature:settings -.-> :core:proto - :feature:settings -.-> :core:service - :feature:settings -.-> :core:resources - :feature:settings -.-> :core:ui - :feature:settings -.-> :core:barcode classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;