add title

This commit is contained in:
qiwang067
2020-07-03 14:53:31 +08:00
parent 8dcc793f83
commit 777b02e3ab

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>LeeRL-Notes</title> <title>LeeDeepRL-Notes</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description"> <meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
@@ -12,8 +12,7 @@
<div id="app"></div> <div id="app"></div>
<script> <script>
window.$docsify = { window.$docsify = {
name: '', name: 'LeeDeepRL-Notes',
repo: 'LeeRL-Notes',
loadSidebar: true, loadSidebar: true,
subMaxLevel: 3 subMaxLevel: 3
} }