This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit 0919c1c1b1b4ef49bf1a1a7541ff2fd66bb359d5 Author: ken.lj <[email protected]> AuthorDate: Thu Aug 13 14:29:12 2020 +0800 fix en mocks yml error --- mkdocs_en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs_en.yml b/mkdocs_en.yml index e2565de..422d9ed 100644 --- a/mkdocs_en.yml +++ b/mkdocs_en.yml @@ -8,7 +8,7 @@ docs_dir: 'en-us' nav: - "Home": 'docs/index.md' - "Docs": - - "2.7": 'docs/2.7/index.md' + - "2.7": - "User's Guide": - "Preface": - "Bakcground": 'docs/2.7/user/user/preface/background.md' @@ -149,7 +149,7 @@ nav: - "Search & Details": 'admin/serviceSearch.md' - "Governance": 'admin/serviceGovernance.md' - "Testing": 'admin/serviceTest.md' - - "3.0": 'docs/3.0/index.md' + - "3.0": - "User's Guide": - "Preface": - "Bakcground": 'docs/3.0/user/preface/background.md'
