Update docs website

This commit is contained in:
Pranav Raj Sreepuram
2019-09-22 15:37:18 +05:30
parent 814cda499c
commit a9b0eb3c15
6 changed files with 19 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
<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">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app"></div>
@@ -15,6 +16,9 @@
name: 'Chatwoot',
repo: 'chatwoot/chatwoot',
loadSidebar: true,
subMaxLevel: 4,
notFoundPage: true,
logo: '.github/woot-logo.svg'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>