We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 509679b + dba7ac5 commit 1030b4cCopy full SHA for 1030b4c
1 file changed
docs/contributing/architecture.md
@@ -170,13 +170,13 @@ graph TB
170
Plugin --> Meta
171
Plugin --> Graph
172
173
- CLI -->|For Type Checking| Config
+ CLI ---> Config
174
CLI --> Commands
175
176
Commands --> Common
177
Scanner --> Meta
178
179
- Common -.->|uses MkDocsConfig Instance| Plugin
+ Common -->|Get MkDocsConfig Instance| Plugin
180
```
181
182
---
0 commit comments