-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (106 loc) · 4 KB
/
index.html
File metadata and controls
171 lines (106 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Hugo 0.83.1" />
<meta name="description" content="请点击总体介绍页面">
<link rel="stylesheet" href="https://glory-go.github.io/css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://glory-go.github.io/css/cayman.98b9cc4bd83f133a64abcec2cbbfe35204a9b44910d466a4643c96d6f4f95bf2.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css" integrity="sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.js" integrity="sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
<title>请点击总体介绍页面 | Hello Glory</title>
</head>
<body>
<section class="page-header">
<h1 class="project-name">
Glory
</h1>
<h2 class="project-tagline">
一款 Go 语言轻量级 RPC 框架
</h2>
<nav>
<a href="/introduction/" class="btn">总体介绍</a>
<a href="/quickstart/" class="btn">快速开始</a>
<a href="/samples/" class="btn">示例说明</a>
<a href="/doc/index/" class="btn">开发文档</a>
<a href="/contact_us/" class="btn">联系我们</a>
</nav>
</section>
<section class="main-content">
<h1>请点击总体介绍页面</h1>
<ul>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/jaeger/">
调用链追踪和RPC Filter设计
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/config/">
统一化配置的实现
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/index/">
开发文档
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/errorcode/">
分层错误码设计
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/service/">
Service
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/metrics/">
metrics 服务端数据上报使用
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/k8s_servicedisc/">
K8S 服务发现支持
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/http_filter/">
http-server filter 中间件的设计
</a>
</li>
<li>
2021-06-08
<a href="https://glory-go.github.io/doc/glory_protocol/">
GOLORY 协议介绍和使用
</a>
</li>
</ul>
<footer class="site-footer">
<span class="site-footer-credits">
</span>
</footer>
</section>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123456789-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>