File tree 8 files changed +4760
-4
lines changed
8 files changed +4760
-4
lines changed File renamed without changes.
File renamed without changes.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ ---
2
+ ---
3
+
4
+ <!DOCTYPE html >
5
+ <html lang =" en" >
6
+ <head >
7
+ <meta charset =" utf-8" />
8
+ <meta name =" viewport" content =" width=device-width, initial-scale=1" />
9
+ <meta name =" description" content =" Nacos Client API Swagger UI" />
10
+ <title >Nacos Client API Swagger UI</title >
11
+ <link rel =" stylesheet" href =" https://unpkg.com/swagger-ui-dist/swagger-ui.css" />
12
+ </head >
13
+ <body >
14
+ <div id =" swagger-ui" ></div >
15
+ <script src =" https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js" crossorigin ></script >
16
+ <script src =" https://unpkg.com/swagger-ui-dist/swagger-ui-standalone-preset.js" crossorigin ></script >
17
+ <script type =" module" >
18
+ window.onload =() =>{
19
+ window.ui = SwaggerUIBundle({
20
+ url:'/swagger/client/en/api.json',
21
+ dom_id:'#swagger-ui',
22
+ });
23
+ };
24
+ </script >
25
+ </body >
26
+ </html >
Original file line number Diff line number Diff line change 6
6
<head >
7
7
<meta charset =" utf-8" />
8
8
<meta name =" viewport" content =" width=device-width, initial-scale=1" />
9
- <meta name =" description" content =" Higress Console API Swagger UI" />
9
+ <meta name =" description" content =" Nacos Console API Swagger UI" />
10
10
<title >Nacos Console API Swagger UI</title >
11
11
<link rel =" stylesheet" href =" https://unpkg.com/swagger-ui-dist/swagger-ui.css" />
12
12
</head >
17
17
<script type =" module" >
18
18
window.onload =() =>{
19
19
window.ui = SwaggerUIBundle({
20
- url:'/openapi/ en/nacos_console_api_en_US .json',
20
+ url:'/swagger/client/ en/api .json',
21
21
dom_id:'#swagger-ui',
22
22
});
23
23
};
Original file line number Diff line number Diff line change
1
+ ---
2
+ ---
3
+
4
+ <!DOCTYPE html >
5
+ <html lang =" en" >
6
+ <head >
7
+ <meta charset =" utf-8" />
8
+ <meta name =" viewport" content =" width=device-width, initial-scale=1" />
9
+ <meta name =" description" content =" Nacos Client API Swagger UI" />
10
+ <title >Nacos Client API Swagger UI</title >
11
+ <link rel =" stylesheet" href =" https://unpkg.com/swagger-ui-dist/swagger-ui.css" />
12
+ </head >
13
+ <body >
14
+ <div id =" swagger-ui" ></div >
15
+ <script src =" https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js" crossorigin ></script >
16
+ <script src =" https://unpkg.com/swagger-ui-dist/swagger-ui-standalone-preset.js" crossorigin ></script >
17
+ <script type =" module" >
18
+ window.onload =() =>{
19
+ window.ui = SwaggerUIBundle({
20
+ url:'/swagger/client/zh/api.json',
21
+ dom_id:'#swagger-ui',
22
+ });
23
+ };
24
+ </script >
25
+ </body >
26
+ </html >
Original file line number Diff line number Diff line change 6
6
<head >
7
7
<meta charset =" utf-8" />
8
8
<meta name =" viewport" content =" width=device-width, initial-scale=1" />
9
- <meta name =" description" content =" Higress Console API Swagger UI" />
9
+ <meta name =" description" content =" Nacos Console API Swagger UI" />
10
10
<title >Nacos Console API Swagger UI</title >
11
11
<link rel =" stylesheet" href =" https://unpkg.com/swagger-ui-dist/swagger-ui.css" />
12
12
</head >
17
17
<script type =" module" >
18
18
window.onload =() =>{
19
19
window.ui = SwaggerUIBundle({
20
- url:'/openapi/ zh/nacos_console_api_zh_CN .json',
20
+ url:'/swagger/console/ zh/api .json',
21
21
dom_id:'#swagger-ui',
22
22
});
23
23
};
You can’t perform that action at this time.
0 commit comments