From a4db3ccabe0368ea9c2326f7576eea18cd81de46 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 29 Jan 2023 18:40:07 +0100 Subject: [PATCH] added architecture graphic to readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 711a13b..e867559 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package requires: This package uses: - [vuepress](https://github.com/vuejs/vuepress) - [vuepress-theme-book](https://github.com/cyrilf/vuepress-theme-book) - +- [vuepress-deploy](https://github.com/jenkey2011/vuepress-deploy) ## Usage @@ -40,4 +40,10 @@ Run the tests to ensure everything is working as expected ``` npm test -``` \ No newline at end of file +``` + +## How it works + +This repository utilizes `vuepress-deploy` to automatically deploy the current master branch to github pages. + +![repo-architecture](./docs/images/docs/architecture.png) \ No newline at end of file