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