Skip to content

Commit ba3bf32

Browse files
committed
feat: Update quickstart index
1 parent 6f11fcc commit ba3bf32

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

quickstart/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,32 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>My Project Title</title> <!-- TODO: Set. -->
76
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
8-
<meta name="description" content="Description">
97
<meta name="viewport"
108
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
11-
<!-- TODO: Set the theme name. -->
9+
10+
<title>My Project Title</title> <!-- TODO: Set. -->
11+
<meta name="description" content="Documentation for My Project"> <!-- TODO: Set. -->
12+
<!-- TODO Add to content. -->
13+
<meta name="keywords" content="doc,docs,documentation,docsify,github,jekyll,github-pages">
14+
15+
<!-- TODO: Replace the theme name or leave as is. -->
1216
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
13-
</head>
17+
<style>
18+
/* Fix issue on mobile devices where a custom cover image goes off the screen. */
19+
section.cover.show {
20+
height: 100%;
21+
}
22+
23+
</style>
1424
</head>
1525

1626
<body>
1727
<div id="app"></div>
1828
<script>
1929
window.$docsify = {
2030
name: 'My Project Name', // TODO: Set.
21-
repo: 'https://github.com/USERNAME/REPO_NAME', // TODO: Set.
31+
repo: 'https://github.com/USERNAME/REPO-NAME', // TODO: Set.
2232
auto2top: true,
2333
coverpage: true,
2434
loadSidebar: true,

0 commit comments

Comments
 (0)