File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
- < title > Document </ title >
6
+ < title > fast-gateway </ title >
6
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
7
8
< meta name ="description " content ="A super fast, framework agnostic, Node.js API Gateway for the masses! ">
8
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
9
10
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css ">
10
11
</ head >
12
+
11
13
< body >
12
14
< div id ="app "> </ div >
13
15
< script >
14
16
window . $docsify = {
15
17
name : 'fast-gateway' ,
16
18
repo : 'https://github.com/BackendStack21/fast-gateway' ,
17
19
share : {
18
- reddit : false ,
19
- linkedin : true ,
20
- facebook : true ,
21
- twitter : true ,
22
- whatsapp : true ,
23
- telegram : true ,
24
- }
20
+ reddit : false ,
21
+ linkedin : true ,
22
+ facebook : true ,
23
+ twitter : true ,
24
+ whatsapp : true ,
25
+ telegram : true ,
26
+ }
25
27
}
26
28
</ script >
27
29
<!-- Docsify v4 -->
30
32
< script src ="https://unpkg.com/docsify-copy-code@2 "> </ script >
31
33
< script src ="https://unpkg.com/docsify-share/build/index.min.js "> </ script >
32
34
</ body >
33
- </ html >
35
+
36
+ </ html >
You can’t perform that action at this time.
0 commit comments