chore: migrate repository to standard knowledge base layout

This commit is contained in:
tukuaiai
2026-05-02 03:29:06 +08:00
parent 40a721c24d
commit 628a3bc832
565 changed files with 687 additions and 711 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ help:
lint:
@echo "Linting markdown files..."
@npm install -g markdownlint-cli
@markdownlint --config .github/lint_config.json '**/*.md'
@markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external --ignore scripts/backups/gz '**/*.md'
build:
@echo "Building the project..."
@@ -31,4 +31,4 @@ test:
clean:
@echo "Cleaning up build artifacts..."
# Add your clean commands here (e.g., rm -rf dist/ build/)
@echo "Cleanup complete."
@echo "Cleanup complete."