added architecture graphic to readme

This commit is contained in:
Ulf Gebhardt 2023-01-29 18:40:07 +01:00
parent 4fa3a93bf7
commit a4db3ccabe
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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
```
```
## 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)