From 95f2cbd2aceffc60061a6b76da59c9ec4845188c Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Thu, 25 Feb 2021 17:53:09 +0800 Subject: [PATCH] fix nav --- config.toml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config.toml b/config.toml index e2781a7..7343e36 100644 --- a/config.toml +++ b/config.toml @@ -96,79 +96,79 @@ hasChildren = true parent = "路线图" name = "前端技术学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/frontend/intro/" - weight = 4 + weight = 1 [[menu.main]] parent = "路线图" name = "后端技术学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/backend/intro/" - weight = 13 + weight = 2 [[menu.main]] parent = "路线图" name = "DevOps 技术学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/devops/intro/" - weight = 5 + weight = 3 [[menu.main]] parent = "路线图" name = "测试技术学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/test/intro/" - weight = 6 + weight = 4 [[menu.main]] parent = "路线图" name = "安全技术学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/security/intro/" - weight = 7 + weight = 5 [[menu.main]] parent = "路线图" name = "云原生技术学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/cloud-native/intro/" - weight = 8 + weight = 6 [[menu.main]] parent = "路线图" - name = "音视频技术学习路线图" - url = "https://codechina.gitcode.host/developer-roadmap/av/intro/" - weight = 9 + name = "AI 技术学习路线图" + url = "https://codechina.gitcode.host/developer-roadmap/ai/intro/" + weight = 7 [[menu.main]] parent = "路线图" name = "区块链技术学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/blockchain/intro/" - weight = 10 + weight = 9 [[menu.main]] parent = "路线图" name = "HarmonyOS 开发学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/harmonyos/intro/" - weight = 11 + weight = 10 [[menu.main]] parent = "路线图" name = "Python 学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/python/intro/" - weight = 1 + weight = 11 [[menu.main]] parent = "路线图" name = "Go 学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/go/intro/" - weight = 2 + weight = 12 [[menu.main]] parent = "路线图" name = "音视频技术学习路线图" - url = "https://codechina.gitcode.host/developer-roadmap/go/intro/" - weight = 10 + url = "https://codechina.gitcode.host/developer-roadmap/av/intro/" + weight = 8 [[menu.main]] parent = "路线图" name = "Rust 学习路线图" url = "https://codechina.gitcode.host/developer-roadmap/rust/intro/" - weight = 3 + weight = 13 [[menu.main]] name = "CODE CHINA" -- GitLab