mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 01:17:05 +05:30
chore(README): refresh module graph graphic
This commit is contained in:
parent
725718d18c
commit
cca14765ce
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b
|
||||||
alt="A grid of screenshots from the app, in clockwise order: the main screen, the comments page, the search page and the saved posts page"
|
alt="A grid of screenshots from the app, in clockwise order: the main screen, the comments page, the search page and the saved posts page"
|
||||||
width="550" />
|
width="550" />
|
||||||
|
|
||||||
## Dependency Diagram
|
## Module dependency graph
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{
|
%%{
|
||||||
|
@ -25,6 +25,7 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b
|
||||||
|
|
||||||
graph TB
|
graph TB
|
||||||
|
|
||||||
|
model --> database
|
||||||
benchmark --> android
|
benchmark --> android
|
||||||
android --> api
|
android --> api
|
||||||
android --> common
|
android --> common
|
||||||
|
@ -36,7 +37,6 @@ graph TB
|
||||||
common --> core
|
common --> core
|
||||||
common --> database
|
common --> database
|
||||||
common --> model
|
common --> model
|
||||||
|
|
||||||
```
|
```
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
moduleGraphConfig {
|
moduleGraphConfig {
|
||||||
heading.set("## Dependency Diagram")
|
heading.set("## Module dependency graph")
|
||||||
orientation.set(Orientation.TOP_TO_BOTTOM)
|
orientation.set(Orientation.TOP_TO_BOTTOM)
|
||||||
readmePath.set(project.layout.projectDirectory.file("README.md").asFile.absolutePath)
|
readmePath.set(project.layout.projectDirectory.file("README.md").asFile.absolutePath)
|
||||||
theme.set(Theme.DARK)
|
theme.set(Theme.DARK)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue