Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit f649bd3

Browse files
authored
Merge pull request #23 from hisasann/feature/add-docsify
Feature/add docsify
2 parents b056a38 + 41c7f09 commit f649bd3

13 files changed

+121
-130
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/DEVELOPERS.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/_sidebar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Getting started
2+
3+
- [Quick start](quickstart.md)

docs/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>docs</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="description" content="Description">
8+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9+
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
<script>
14+
window.$docsify = {
15+
name: 'docs',
16+
repo: '',
17+
loadSidebar: true
18+
}
19+
</script>
20+
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
21+
</body>
22+
</html>

docs/nuxt/Nuxt.jsのログイン処理でCookieを使わない場合の考察.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/nuxt/Nuxt.jsを使ったログイン周りの仕組みについて.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

docs/nuxt/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/nuxt/asyncData-vs-fetch.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/nuxt/critical-rendering-path.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
"license": "MIT",
77
"private": true,
88
"scripts": {
9+
"start": "docsify serve ./",
910
"textlint": "textlint --config .textlintrc ./*.md",
1011
"textlint:fix": "yarn textlint --fix --format diff"
1112
},
1213
"dependencies": {
14+
"docsify-cli": "^4.3.0",
1315
"textlint": "^11.2.5",
1416
"textlint-filter-rule-whitelist": "^2.0.0",
1517
"textlint-rule-no-todo": "^2.0.1",

0 commit comments

Comments
 (0)