feat(docs): update documentation and disable Ask AI feature

Major documentation updates including:
- Add comprehensive code examples page
- Add video tutorial to homepage
- Update Docker deployment instructions for v0.6.0
- Temporarily disable Ask AI feature
- Add table border styling
- Update site version to v0.6.x

BREAKING CHANGE: Ask AI feature temporarily disabled pending launch
This commit is contained in:
UncleCode
2025-04-23 19:02:39 +08:00
parent c4f5651199
commit 949a93982e
7 changed files with 139 additions and 8 deletions

View File

@@ -268,3 +268,6 @@ div.badges a > img {
}
table td, table th {
border: 1px solid var(--code-bg-color) !important;
}