mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
Add docsify for documentation website
This commit is contained in:
18
docs/.github/woot-logo.svg
vendored
Normal file
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
0
docs/.nojekyll
Normal file
10
docs/README.md
Normal file
10
docs/README.md
Normal 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>
|
||||
|
||||

|
||||
|
||||
<div align="center">*Chatwoot* © 2017-2019, ThoughtWoot Inc - Released under the MIT License.
|
||||
</div>
|
||||
</p>
|
||||
6
docs/_sidebar.md
Normal file
6
docs/_sidebar.md
Normal 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
22
docs/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user