From 8e095db0cec3b130662bcd6002e42c9dac6627a9 Mon Sep 17 00:00:00 2001 From: Wang Kui Date: Fri, 30 May 2025 01:17:31 +0800 Subject: [PATCH] add docs for oegitext and roo-code --- docs/en/devstation/_toc.yaml | 5 +++++ docs/zh/devstation/_toc.yaml | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/en/devstation/_toc.yaml diff --git a/docs/en/devstation/_toc.yaml b/docs/en/devstation/_toc.yaml new file mode 100644 index 000000000..fee24f7a7 --- /dev/null +++ b/docs/en/devstation/_toc.yaml @@ -0,0 +1,5 @@ +label: DevStation +sections: + - href: + upstream: https://gitee.com/src-openeuler/oeGitExt/blob/openEuler-24.03-LTS-SP2/docs/en/_toc.yaml + path: ./devstation/oeGitExt diff --git a/docs/zh/devstation/_toc.yaml b/docs/zh/devstation/_toc.yaml index 9050d2e04..df59ceca8 100644 --- a/docs/zh/devstation/_toc.yaml +++ b/docs/zh/devstation/_toc.yaml @@ -1,3 +1,9 @@ label: DevStation sections: - href: ./oedeploy/_toc.yaml + - href: + upstream: https://gitee.com/src-openeuler/oeGitExt/blob/openEuler-24.03-LTS-SP2/docs/zh/_toc.yaml + path: ./devstation/oeGitExt + - href: + upstream: https://gitee.com/src-openeuler/roo-code/blob/openEuler-24.03-LTS-SP2/docs/zh/_toc.yaml + path: ./devstation/roo-code -- Gitee