mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05:00
Create documentation page
This commit is contained in:
19
index.html
Normal file
19
index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/documentup/latest.min.js"></script>
|
||||
<script>
|
||||
DocumentUp.document({
|
||||
repo: "plataformatec/devise",
|
||||
issues: true,
|
||||
travis: true,
|
||||
twitter: "plataformatec"
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user