Add title to READMEs to describe the dependency graph

Change-Id: Ifb4b44e67df53ddd8ed048122c6c12a904e61528
dt/add-module-graphs
Don Turner 4 months ago
parent 6b744ab3c7
commit a5025390af

@ -1,3 +1,3 @@
# :app-nia-catalog module
![Dependency graph](../docs/images/graphs/dep_graph_app_nia_catalog.svg)
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_app_nia_catalog.svg)

@ -1,3 +1,3 @@
# :app module
![Dependency graph](../docs/images/graphs/dep_graph_app.svg)
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_app.svg)

@ -1,3 +1,3 @@
# :core:analytics module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_analytics.svg)

@ -1,3 +1,3 @@
# :core:common module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_common.svg)

@ -1,3 +1,3 @@
# :core:data-test module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_data_test.svg)

@ -1,3 +1,3 @@
# :core:data module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_data.svg)

@ -1,3 +1,3 @@
# :core:database module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_database.svg)

@ -1,3 +1,3 @@
# :core:datastore-proto module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_datastore_proto.svg)

@ -1,3 +1,3 @@
# :core:datastore-test module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_datastore_test.svg)

@ -1,3 +1,3 @@
# :core:datastore module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_datastore.svg)

@ -1,3 +1,3 @@
# :core:designsystem module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_designsystem.svg)

@ -1,3 +1,3 @@
# :core:domain module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_domain.svg)

@ -1,3 +1,3 @@
# :core:model module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_model.svg)

@ -1,3 +1,3 @@
# :core:network module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_network.svg)

@ -1,3 +1,3 @@
# :core:notifications module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_notifications.svg)

@ -1,3 +1,3 @@
# :core:screenshot-testing module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_screenshot_testing.svg)

@ -1,3 +1,3 @@
# :core:testing module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_testing.svg)

@ -1,3 +1,3 @@
# :core:ui module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_core_ui.svg)

@ -1,3 +1,3 @@
# :feature:bookmarks module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_feature_bookmarks.svg)

@ -1,3 +1,3 @@
# :feature:foryou module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_feature_foryou.svg)

@ -1,3 +1,3 @@
# :feature:interests module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_feature_interests.svg)

@ -1,3 +1,3 @@
# :feature:search module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_feature_search.svg)

@ -1,3 +1,3 @@
# :feature:settings module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_feature_settings.svg)

@ -1,3 +1,3 @@
# :feature:topic module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_feature_topic.svg)

@ -65,7 +65,7 @@ check_and_create_readme() {
# Calculate the correct relative path to the image
local relative_image_path="../../docs/images/graphs/${file_name}.svg"
echo "# ${module_path} module" > "$readme_path"
echo "" >> "$readme_path"
echo "## Dependency graph" >> "$readme_path"
echo "![Dependency graph](${relative_image_path})" >> "$readme_path"
fi
}

@ -1,3 +1,3 @@
# :sync:sync-test module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_sync_sync_test.svg)

@ -1,3 +1,3 @@
# :sync:work module
## Dependency graph
![Dependency graph](../../docs/images/graphs/dep_graph_sync_work.svg)

Loading…
Cancel
Save