Skip to content

Commit

Permalink
Add docsify
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
qiuxiang committed May 5, 2019
1 parent 6b9736c commit fb3ef9b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>react-native-amap-geolocation - React Native geolocation module for Android + iOS</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="React Native geolocation module for Android + iOS" />
<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/buble.css" />
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
repo: "https://github.com/qiuxiang/react-native-amap-geolocation",
homepage: "readme.md"
};
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-diff.min.js"></script>
</body>
</html>

0 comments on commit fb3ef9b

Please sign in to comment.