Skip to content

Commit 9e9f788

Browse files
authored
Fix docs: align markdown table in knowledge-files.mdx (#449)
1 parent ef06634 commit 9e9f788

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web/src/content/tips/knowledge-files.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ Then add your global preferences:
107107

108108
### When to Use Home Directory vs Project Knowledge Files
109109

110-
| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) |
111-
|-----------------------------------|------------------------------------|
112-
| Personal coding preferences | Project-specific conventions |
113-
| Preferred frameworks/tools | Architecture decisions |
114-
| Communication style | Build and deploy commands |
115-
| Global defaults | Team coding standards |
110+
| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) |
111+
|-----------------------------------|-----------------------------|
112+
| Personal coding preferences | Project-specific conventions |
113+
| Preferred frameworks/tools | Architecture decisions |
114+
| Communication style | Build and deploy commands |
115+
| Global defaults | Team coding standards |
116116

117117
Both files are loaded—project knowledge files add to (and can override) your home directory preferences.
118118

0 commit comments

Comments
 (0)