Skip to content

Commit

Permalink
Merge pull request #4 from oltarasenko/docsify
Browse files Browse the repository at this point in the history
Made docsify styles modifications
  • Loading branch information
oltarasenko committed May 26, 2019
2 parents 222e295 + 38911c2 commit 0e0fbc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ historical archival.


# Documentation

Documentation is available online at
https://oltarasenko.github.io/crawly/#/ and in the docs directory.
10 changes: 6 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@
<title>Document</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">
<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/themes/buble.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
logo: 'favicon.ico',
name: '',
repo: ''
name: 'Crawly',
repo: 'https://github.com/oltarasenko/crawly'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

</body>
</html>

0 comments on commit 0e0fbc6

Please sign in to comment.