Skip to content

Commit e65c902

Browse files
committed
fixing title
1 parent 6f91c31 commit e65c902

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/index.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
5-
<title>Document</title>
6+
<title>fast-gateway</title>
67
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
78
<meta name="description" content="A super fast, framework agnostic, Node.js API Gateway for the masses!">
89
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
910
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
1011
</head>
12+
1113
<body>
1214
<div id="app"></div>
1315
<script>
1416
window.$docsify = {
1517
name: 'fast-gateway',
1618
repo: 'https://github.com/BackendStack21/fast-gateway',
1719
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+
}
2527
}
2628
</script>
2729
<!-- Docsify v4 -->
@@ -30,4 +32,5 @@
3032
<script src="https://unpkg.com/docsify-copy-code@2"></script>
3133
<script src="https://unpkg.com/docsify-share/build/index.min.js"></script>
3234
</body>
33-
</html>
35+
36+
</html>

0 commit comments

Comments
 (0)