You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/24 02:37:53 UTC

[skywalking-website] branch master updated: Remove the dev doc from the doc link menu as we have the full repo link menu already.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 152337b  Remove the dev doc from the doc link menu as we have the full repo link menu already.
152337b is described below

commit 152337b30417d1af08e8e97bc1ebb3ce6e0ba85d
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Feb 24 10:37:40 2020 +0800

    Remove the dev doc from the doc link menu as we have the full repo link menu already.
---
 docs/.vuepress/config.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 9f93720..78476cb 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -27,8 +27,6 @@ module.exports = {
         nav: [
           { text: "Home", link: "/" },
           { text: "Docs",  items: [
-            { text: 'Main Repo Dev Doc', link: "https://github.com/apache/skywalking/tree/master/docs" },
-            { text: 'Nginx LUA Agent Dev Doc', link: "https://github.com/apache/skywalking-nginx-lua"},
             { text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
             { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
             { text: 'CLI 0.1.0', link: "https://github.com/apache/skywalking-cli/tree/0.1.0"},
@@ -74,8 +72,6 @@ module.exports = {
           { text: "主页", link: "/zh/" },
           { text: "文档",
             items: [
-              { text: '开发版本文档', link: "https://github.com/apache/skywalking/tree/master/docs" },
-              { text: 'Nginx LUA agent 开发文档', link: "https://github.com/apache/skywalking-nginx-lua"},
               { text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
               { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
               { text: 'CLI 0.1.0', link: "https://github.com/apache/skywalking-cli/tree/0.1.0"},