Documentation improvements

This commit is contained in:
Andrey Nering
2018-09-23 15:06:43 -03:00
parent 9ee224c36b
commit 4aa1e8b093
7 changed files with 34 additions and 62 deletions

View File

@@ -2,13 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<title>Task</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<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">
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
<!-- <link rel="stylesheet" href="//unpkg.com/docsify-themeable/dist/css/theme-simple-dark.css"> -->
<link rel="stylesheet" href="https://unpkg.com/docsify-themeable/dist/css/theme-simple.css">
<link rel="stylesheet" href="//unpkg.com/docsify-themeable/dist/css/theme-simple.css">
</head>
<body>
<div id="app"></div>
@@ -17,10 +15,14 @@
name: 'Task',
repo: 'go-task/task',
themeColor: '#83d0f2',
loadSidebar: true
loadSidebar: true,
auto2top: true,
maxLevel: 3,
subMaxLevel: 3
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify-themeable"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script>
</body>