From a1f734d68577d58257c6609dec07fe5d368e7c3d Mon Sep 17 00:00:00 2001 From: autoMBD Date: Sun, 25 Jan 2026 17:14:18 +0800 Subject: [PATCH] docs: Update mkdocs configuration and add index page for AMBD-MC documentation --- docs/{home.md => index.md} | 0 mkdocs.yml | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/{home.md => index.md} (100%) diff --git a/docs/home.md b/docs/index.md similarity index 100% rename from docs/home.md rename to docs/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 8774bd3..d6ae7c1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,10 @@ -site_name: TestRepo Docs -site_description: "TestRepo — 模型与工具文档" +site_name: AMBD-MC Docs +site_description: "AMBD-MC — autoMBD Motor Control Documentation" site_author: autoMBD -repo_name: autoMBD/TestRepo -repo_url: https://github.com/autoMBD/TestRepo +repo_name: autoMBD/AMBD-MC +repo_url: https://github.com/autoMBD/AMBD-MC nav: - - Home: home.md + - Home: index.md - Quick Start: getting-started.md - Architecture: architecture.md - Tutorials: