nacos ui doc update to v2 (#10730)

* nacos ui doc update to v2

* nacos ui doc update to v2

* fix conflict
This commit is contained in:
Joey777210 2023-07-10 15:31:30 +08:00 committed by GitHub
parent 8bb957df6f
commit 1f5dbf0e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View File

@ -82,7 +82,7 @@ For more details, see [quick-start.](https://nacos.io/en-us/docs/quick-start.htm
## Documentation ## Documentation
You can view the full documentation from the [Nacos website](https://nacos.io/en-us/docs/what-is-nacos.html). You can view the full documentation from the [Nacos website](https://nacos.io/en-us/docs/v2/what-is-nacos.html).
You can also read this online eBook from the [NACOS ARCHITECTURE & PRINCIPLES](https://www.yuque.com/nacos/ebook/kbyo6n). You can also read this online eBook from the [NACOS ARCHITECTURE & PRINCIPLES](https://www.yuque.com/nacos/ebook/kbyo6n).

View File

@ -32,7 +32,7 @@ module.exports = {
{ {
key: 'docs', key: 'docs',
text: 'DOCS', text: 'DOCS',
link: 'https://nacos.io/en-us/docs/quick-start.html', link: 'https://nacos.io/en-us/docs/v2/quickstart/quick-start.html',
}, },
{ {
key: 'blog', key: 'blog',
@ -64,15 +64,15 @@ module.exports = {
list: [ list: [
{ {
text: 'Overview', text: 'Overview',
link: '/en-us/docs/what-is-nacos.html', link: '/en-us/docs/v2/what-is-nacos.html',
}, },
{ {
text: 'Quick start', text: 'Quick start',
link: '/en-us/docs/quick-start.html', link: '/en-us/docs/v2/quickstart/quick-start.html',
}, },
{ {
text: 'Developer guide', text: 'Developer guide',
link: '/en-us/docs/contributing.html', link: '/en-us/docs/v2/contribution/contributing.html',
}, },
], ],
}, },
@ -97,7 +97,7 @@ module.exports = {
{ {
key: 'docs', key: 'docs',
text: '文档', text: '文档',
link: 'https://nacos.io/zh-cn/docs/what-is-nacos.html', link: 'https://nacos.io/zh-cn/docs/v2/what-is-nacos.html',
}, },
{ {
key: 'blog', key: 'blog',
@ -129,15 +129,15 @@ module.exports = {
list: [ list: [
{ {
text: '概览', text: '概览',
link: '/zh-cn/docs/what-is-nacos.html', link: '/zh-cn/docs/v2/concepts.html',
}, },
{ {
text: '快速开始', text: '快速开始',
link: '/zh-cn/docs/quick-start.html', link: '/zh-cn/docs/v2/quickstart/quick-start.html',
}, },
{ {
text: '开发者指南', text: '开发者指南',
link: '/zh-cn/docs/contributing.html', link: '/zh-cn/docs/v2/contribution/contributing.html',
}, },
], ],
}, },

View File

@ -91,7 +91,7 @@ class Header extends React.Component {
const BASE_URL = `https://nacos.io/${language.toLocaleLowerCase()}/`; const BASE_URL = `https://nacos.io/${language.toLocaleLowerCase()}/`;
const NAV_MENU = [ const NAV_MENU = [
{ id: 1, title: home, link: BASE_URL }, { id: 1, title: home, link: BASE_URL },
{ id: 2, title: docs, link: `${BASE_URL}docs/what-is-nacos.html` }, { id: 2, title: docs, link: `${BASE_URL}docs/v2/what-is-nacos.html` },
{ id: 3, title: blog, link: `${BASE_URL}blog/index.html` }, { id: 3, title: blog, link: `${BASE_URL}blog/index.html` },
{ id: 4, title: community, link: `${BASE_URL}community/index.html` }, { id: 4, title: community, link: `${BASE_URL}community/index.html` },
{ {

View File

@ -35,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css"> <link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css">
<link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css"> <link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css">
<!-- 第三方css结束 --> <!-- 第三方css结束 -->
<link href="./css/main.css?fa5b9ed06cebf6d77a17" rel="stylesheet"></head> <link href="./css/main.css?17a33926721c99af1059" rel="stylesheet"></head>
<body> <body>
<div id="root" style="overflow:hidden"></div> <div id="root" style="overflow:hidden"></div>
@ -56,6 +56,6 @@
<script src="console-ui/public/js/merge.js"></script> <script src="console-ui/public/js/merge.js"></script>
<script src="console-ui/public/js/loader.js"></script> <script src="console-ui/public/js/loader.js"></script>
<!-- 第三方js结束 --> <!-- 第三方js结束 -->
<script type="text/javascript" src="./js/main.js?fa5b9ed06cebf6d77a17"></script></body> <script type="text/javascript" src="./js/main.js?17a33926721c99af1059"></script></body>
</html> </html>

File diff suppressed because one or more lines are too long