Add docsify for documentation website

This commit is contained in:
Pranav Raj Sreepuram
2019-09-22 11:53:50 +05:30
parent b150d78e4d
commit d478f069a1
5 changed files with 56 additions and 0 deletions

18
docs/.github/woot-logo.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

0
docs/.nojekyll Normal file
View File

10
docs/README.md Normal file
View File

@@ -0,0 +1,10 @@
<p align="center">
<img src=".github/woot-logo.svg" alt="Woot-logo" width="240">
<div align="center">Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.</div>
![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png)
<div align="center">*Chatwoot* &copy; 2017-2019, ThoughtWoot Inc - Released under the MIT License.
</div>
</p>

6
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,6 @@
<!-- docs/_sidebar.md -->
* [Home](/)
* [Ubuntu Installation Guide](development/environment-setup/ubuntu.md)
* [Project Dependencies](development/project-setup/dependencies.md)
* [Environment Variables](development/project-setup/environment-variables.md)

22
docs/index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chatwoot | Opensource alternative to Intercom, Zendesk, Drift, Crisp.</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">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Chatwoot',
repo: 'chatwoot/chatwoot',
loadSidebar: true,
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>