From 2e6dbe4d2089cd425f59bf00a0b919008de32661 Mon Sep 17 00:00:00 2001 From: Andrey Ivanov Date: Fri, 5 Feb 2021 18:26:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B5=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- adapters/jenkins/README.md | 5 +++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 adapters/jenkins/README.md diff --git a/README.md b/README.md index 4ee668a..4c65d6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # modules -Usable go modules for Go apps -* [/config - universal configuration module](core/config/README.md) -* [/logger - universal logging module](core/logger/README.md) +## core - usable go modules for Go apps + +* [/config](core/config/README.md) - universal configuration module +* [/logger](core/logger/README.md) - universal logging module + +## adapters - CRUD adapters for some systems +* [/jenkins](jenkins/README.md) - jenkins CRUD adapter \ No newline at end of file diff --git a/adapters/jenkins/README.md b/adapters/jenkins/README.md new file mode 100644 index 0000000..f8f7c08 --- /dev/null +++ b/adapters/jenkins/README.md @@ -0,0 +1,5 @@ +# jenkins + +Адаптер jenkins + +[<- BACK to ROOT](../../README.md) \ No newline at end of file