Skip to content

Commit

Permalink
Merge pull request #29 from guidesmiths/add-docs
Browse files Browse the repository at this point in the history
[docs] create basic documentation with docsify
  • Loading branch information
cressie176 authored Mar 18, 2020
2 parents 31436c6 + 6e5fe79 commit d78ae09
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Empty file added docs/.nojekyll
Empty file.
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>systemic - A minimal dependency injection library for node</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A minimal dependency injection library for node">
<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">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'systemic',
themeColor: '#17ae8e',
homepage: 'https://raw.githubusercontent.com/guidesmiths/systemic/master/README.md',
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>

0 comments on commit d78ae09

Please sign in to comment.