From 71986e0eb23db00121aac7cce779759d43833551 Mon Sep 17 00:00:00 2001 From: thanglequoc Date: Thu, 12 Feb 2026 11:24:59 +0700 Subject: [PATCH 1/2] feat: Update content --- docs/_data/navigation.yml | 6 +- docs/_includes/footer.html | 3 +- docs/advanced-usage.md | 514 ++++++++---- docs/examples.md | 321 ------- docs/{user-guide.md => getting-started.md} | 276 +++--- docs/index.html | 10 +- wiki/Advanced-Usage.md | 929 ++++++++------------- wiki/Examples.md | 507 ----------- wiki/Getting-Started.md | 329 ++++++++ wiki/Home.md | 5 +- wiki/User-Guide.md | 463 ---------- 11 files changed, 1157 insertions(+), 2206 deletions(-) delete mode 100644 docs/examples.md rename docs/{user-guide.md => getting-started.md} (70%) delete mode 100644 wiki/Examples.md create mode 100644 wiki/Getting-Started.md delete mode 100644 wiki/User-Guide.md diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 4f8a176..7ac59bc 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -1,9 +1,7 @@ main: - title: Home url: / - - title: User Guide - url: /user-guide/ - - title: Examples - url: /examples/ + - title: Getting Started + url: /getting-started/ - title: Advanced Usage url: /advanced-usage/ diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index f0c809e..977080f 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -6,8 +6,7 @@