Skip to content

Commit 1030b4c

Browse files
Merge pull request #65 from virtualguard101/dev
docs: update architechture overview
2 parents 509679b + dba7ac5 commit 1030b4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/contributing/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ graph TB
170170
Plugin --> Meta
171171
Plugin --> Graph
172172
173-
CLI -->|For Type Checking| Config
173+
CLI ---> Config
174174
CLI --> Commands
175175
176176
Commands --> Common
177177
Scanner --> Meta
178178
179-
Common -.->|uses MkDocsConfig Instance| Plugin
179+
Common -->|Get MkDocsConfig Instance| Plugin
180180
```
181181

182182
---

0 commit comments

Comments
 (0)