-
Notifications
You must be signed in to change notification settings - Fork 274
/
ssr.html
39 lines (39 loc) · 1.32 KB
/
ssr.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>nest.js 中文文档</title>
<meta name="description" content="更优雅的 node.js 框架-用于构建高效且可伸缩的服务端应用程序的渐进式 Node.js 框架。完美支持 Typescript,面向 AOP 编程
支持 typeorm,Node.js 版的 spring,构建微服务应用">
<meta data-n-head="true" name="keywords" content="nest,nestjs,nest.js,nodejs,node.js">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
</head>
<body>
<!--inject-app-->
<!--inject-config-->
</body>
<script>
window.$docsify = {
name: 'Nest',
repo: 'https://github.com/nestjs/nest',
coverpage: true,
loadNavbar: true,
onlyCover: true,
loadSidebar: true,
subMaxLevel: 3,
routerMode: 'hash',
auto2top: true,
tabs: {
theme: 'material'
},
plugins: [
window.EditOnGithubPlugin.create(
'https://github.com/nestcn/docs/tree/master/'
)
]
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</html>