From 33f0848b32b01cf1fda03c51f9b571f773827ae6 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Fri, 31 Oct 2025 21:21:50 +0000 Subject: [PATCH] docs: add changelog and roadmap links to English and Chinese index files --- docs/en/index.md | 8 +++++++- docs/zh/index.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/en/index.md b/docs/en/index.md index 5b7d182..6281b02 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -18,4 +18,10 @@ This guide will walk you through the process of setting up the Obsidian to Notio [Syncing Notes](./04-sync.md) -[Troubleshooting](./05-troubleshooting.md) \ No newline at end of file +[Troubleshooting](./05-troubleshooting.md) + +--- + +[Changelog](./06-changelog.md) + +[Roadmap](./07-roadmap.md) diff --git a/docs/zh/index.md b/docs/zh/index.md index 66a14f5..b7d82a8 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -19,3 +19,9 @@ order: 0 [同步笔记](./04-sync.md) [问题排查](./05-troubleshooting.md) + +--- + +[更新日志](./06-changelog.md) + +[路线图](./07-roadmap.md)