From cf8ca76ab4f8171ef652e01e978173c7268d2e76 Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Wed, 19 Jul 2023 17:43:02 +0800 Subject: [PATCH] docs --- CONTRIBUTING.md | 3 +++ docs/architecture.md | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e69de29b..7106b2a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing to Websoft9 + +This page provides information about contributing code to the Websoft9 core codebase. \ No newline at end of file diff --git a/docs/architecture.md b/docs/architecture.md index 4a88c4ef..fda9fd97 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,6 +1,9 @@ -## 架构图 +## Architecture -![image](https://github.com/Websoft9/stackhub/assets/43192516/3b52f27a-8dff-477b-acea-cf971096540c) +```mermaid +graph LR + Portainer --> NginxProxyManager --> Redis --> APPMANAGE +``` ## 详细