-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
296 changed files
with
16,810 additions
and
10,765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
![logo](_media/Logo64.png) | ||
|
||
# Nepxion Discovery Desktop<small>1.1.0</small> | ||
|
||
> 专注于企业级云原生微服务开源解决方案 | ||
- 蓝绿灰度发布、同城异地多活、链路路由智能编排 | ||
- 版本偏好、区域调试、环境隔离、可用区亲和 | ||
- 服务故障转移、实例无损下线、流量染色 | ||
- 统一配置订阅、运维对接、异步探针 | ||
- 网关动态路由、断言器和过滤器 | ||
- 调用链埋点、日志、指标监控 | ||
- 限流熔断降级授权防护扩展 | ||
- 全链路自动化侦测测试 | ||
|
||
[GitHub](https://github.com/Nepxion/DiscoveryDesktop/) | ||
[Get Started](#Discovery【探索】云原生微服务解决方案) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Nepxion Discovery Platform</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="keywords" content="Nepxion Discovery Platform" /> | ||
<meta name="description" content="Nepxion Discovery Platform" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" title="vue" /> | ||
<link rel="stylesheet" href="./vendor/docsify/lib/themes/vue.css"> | ||
<link rel="stylesheet" href="./vendor/mermaid/dist/mermaid.min.css"> | ||
<script src="./vendor/mermaid/dist/mermaid.min.js"></script> | ||
<link rel="icon" href="_media/Logo32.png" /> | ||
<script> | ||
var _hmt = _hmt || []; | ||
(function() { | ||
var hm = document.createElement("script"); | ||
hm.src = "https://hm.baidu.com/hm.js?07fb594e42a71f84528d48242ada976d"; | ||
var s = document.getElementsByTagName("script")[0]; | ||
s.parentNode.insertBefore(hm, s); | ||
})(); | ||
</script> | ||
</head> | ||
<body> | ||
<div id="app">Loading ...</div> | ||
<script> | ||
window.$docsify = { | ||
name: 'Nepxion Discovery Platform', | ||
// homepage: 'https://gitee.com/Nepxion/DiscoveryPlatform/blob/wiki/README.md', | ||
nameLink: 'https://github.com/Nepxion/DiscoveryPlatform', | ||
repo: 'https://github.com/Nepxion/DiscoveryPlatform', | ||
markdown: { | ||
renderer: { | ||
code: function (code, lang) { | ||
if (lang === "mermaid") { | ||
return ( | ||
'<div class="mermaid">' + mermaid.render('mermaid-svg-' + num++, code) + "</div>" | ||
); | ||
} | ||
return this.origin.code.apply(this, arguments); | ||
} | ||
} | ||
}, | ||
search: { | ||
noData: { | ||
'/zh/': '没有结果', | ||
'/en/': 'No results', | ||
'/': '没有结果', | ||
}, | ||
paths: 'auto', | ||
placeholder: { | ||
'/zh/': '搜索', | ||
'/en/': 'Search', | ||
'/': '搜索', | ||
}, | ||
}, | ||
copyCode: { | ||
buttonText: { | ||
'/zh/': '点击复制', | ||
'/en/': 'Copy to clipboard', | ||
'/': '点击复制', | ||
}, | ||
errorText: { | ||
'/zh/': '错误', | ||
'/en/': 'Error', | ||
'/': '错误', | ||
}, | ||
successText: { | ||
'/zh/': '复制成功', | ||
'/en': 'Copied', | ||
'/': '复制成功', | ||
}, | ||
}, | ||
disqus: 'shortname', | ||
coverpage: true, | ||
auto2top: true | ||
} | ||
</script> | ||
<script src="./vendor/docsify/lib/docsify.min.js"></script> | ||
<!-- plugins --> | ||
<!-- support search --> | ||
<script src="./vendor/docsify/lib/plugins/search.js"></script> | ||
<!-- medium's image zoom --> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script> | ||
<!-- add a simple Click to copy button to all preformatted code blocks to effortlessly allow users to copy example code from your docs --> | ||
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script> | ||
<!--emoji--> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script> | ||
<script src="//unpkg.com/docsify-count/dist/countable.js"></script> | ||
<!-- code highlight --> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-csharp.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-java.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-json.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-nginx.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-properties.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-sql.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-xml-doc.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-yaml.min.js"></script> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.