From 558eebbedd2771483ce6d258966f3f630ae4853a Mon Sep 17 00:00:00 2001 From: MoCoAt Date: Wed, 15 Oct 2025 13:19:00 +0200 Subject: [PATCH] docs: add minimal README.md stubs for modules to satisfy validator --- client/README.md | 1 + core/README.md | 1 + events/README.md | 1 + horses/README.md | 1 + infrastructure/README.md | 1 + masterdata/README.md | 1 + members/README.md | 1 + 7 files changed, 7 insertions(+) create mode 100644 client/README.md create mode 100644 core/README.md create mode 100644 events/README.md create mode 100644 horses/README.md create mode 100644 infrastructure/README.md create mode 100644 masterdata/README.md create mode 100644 members/README.md diff --git a/client/README.md b/client/README.md new file mode 100644 index 00000000..71dcdd1d --- /dev/null +++ b/client/README.md @@ -0,0 +1 @@ +# Client\n\nMinimal placeholder README. Client apps live under ./clients/. See docs/index.md for docs. diff --git a/core/README.md b/core/README.md new file mode 100644 index 00000000..7e4dfbfe --- /dev/null +++ b/core/README.md @@ -0,0 +1 @@ +# Core\n\nMinimal placeholder README. See docs/index.md for project documentation. diff --git a/events/README.md b/events/README.md new file mode 100644 index 00000000..97ac632e --- /dev/null +++ b/events/README.md @@ -0,0 +1 @@ +# Events Module\n\nThis is a minimal placeholder README to satisfy documentation validation. See docs/index.md for project docs. diff --git a/horses/README.md b/horses/README.md new file mode 100644 index 00000000..71a3a27d --- /dev/null +++ b/horses/README.md @@ -0,0 +1 @@ +# Horses Module\n\nThis is a minimal placeholder README to satisfy documentation validation. See docs/index.md for project docs. diff --git a/infrastructure/README.md b/infrastructure/README.md new file mode 100644 index 00000000..b4368904 --- /dev/null +++ b/infrastructure/README.md @@ -0,0 +1 @@ +# Infrastructure\n\nMinimal placeholder README. For infrastructure details, start at docs/index.md and docs/overview/system-overview.md. diff --git a/masterdata/README.md b/masterdata/README.md new file mode 100644 index 00000000..14e49f3d --- /dev/null +++ b/masterdata/README.md @@ -0,0 +1 @@ +# Masterdata Module\n\nThis is a minimal placeholder README to satisfy documentation validation. See docs/index.md for project docs. diff --git a/members/README.md b/members/README.md new file mode 100644 index 00000000..84ae5d84 --- /dev/null +++ b/members/README.md @@ -0,0 +1 @@ +# Members Module\n\nThis is a minimal placeholder README to satisfy documentation validation. See docs/index.md for project docs.