From 3eac59aac2ed334eccd7194406aa17230f43b419 Mon Sep 17 00:00:00 2001 From: 04cb <0x04cb@gmail.com> Date: Tue, 3 Mar 2026 20:42:14 +0800 Subject: [PATCH] Fix docs: align markdown table in knowledge-files.mdx --- web/src/content/tips/knowledge-files.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/content/tips/knowledge-files.mdx b/web/src/content/tips/knowledge-files.mdx index 5d20178d2..64df4be71 100644 --- a/web/src/content/tips/knowledge-files.mdx +++ b/web/src/content/tips/knowledge-files.mdx @@ -107,12 +107,12 @@ Then add your global preferences: ### When to Use Home Directory vs Project Knowledge Files -| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) | -|-----------------------------------|------------------------------------| -| Personal coding preferences | Project-specific conventions | -| Preferred frameworks/tools | Architecture decisions | -| Communication style | Build and deploy commands | -| Global defaults | Team coding standards | +| Home Directory (`~/.knowledge.md`) | Project (`knowledge.md`) | +|-----------------------------------|-----------------------------| +| Personal coding preferences | Project-specific conventions | +| Preferred frameworks/tools | Architecture decisions | +| Communication style | Build and deploy commands | +| Global defaults | Team coding standards | Both files are loaded—project knowledge files add to (and can override) your home directory preferences.