-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* site * Create site
- Loading branch information
Showing
6 changed files
with
663 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,58 @@ | ||
{ | ||
"-- Getting Started": { | ||
"type": "separator", | ||
"title": "Getting Started" | ||
}, | ||
"index": { | ||
"title": "Welcome" | ||
}, | ||
|
||
"-- Installation": { | ||
"type": "separator", | ||
"title": "Installation" | ||
}, | ||
|
||
"docker": { | ||
"title": "Docker" | ||
}, | ||
|
||
"-- Features": { | ||
"type": "separator", | ||
"title": "Features" | ||
}, | ||
"Tickets": { | ||
"title": "Tickets" | ||
}, | ||
"Imap Mailboxes": { | ||
"title": "Imap Mailboxes" | ||
}, | ||
"Outbound Smtp": { | ||
"title": "Outbound Smtp" | ||
}, | ||
"Conversations": { | ||
"title": "Conversations" | ||
}, | ||
"Webhooks": { | ||
"title": "Webhooks" | ||
}, | ||
"SSO": { | ||
"title": "SSO" | ||
}, | ||
"Notebooks": { | ||
"title": "Notebooks" | ||
}, | ||
"International": { | ||
"title": "International" | ||
}, | ||
"API": { | ||
"title": "API" | ||
}, | ||
|
||
"-- Guide": { | ||
"type": "separator", | ||
"title": "How To Guides" | ||
}, | ||
"reverse-proxy": { | ||
"title": "Proxies" | ||
"title": "Subdomain" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# Welcome to Peppermint 🍵 | ||
|
||
We are an Open Source Ticket Management System hoping to improve the user experience for people in teams | ||
or using similar software on their own. Our aim is to create software which is easy to use but still offers all the | ||
Welcome to Peppermint, A fully open source helpdesk solution that is hoping to improve the user experience for people in teams | ||
currently using similar & more expensive software on to our own. Our aim is to create software which is easy to use but still offers all the | ||
feature rich components paid solutions have. | ||
|
||
Using docker-compose we can quickly get a copy of the production build, | ||
the following docker-compose below can be used to get the up to date production build of Peppermint. | ||
This is the documentation for peppermint.sh, an open source ticket Management platform that enables you to take control of your data and provide | ||
best in class support to your clients. | ||
Go through the documentation to learn how to use Peppermint.sh and how to develop extensions for it. | ||
|
||
It covers everything from setup to usage and development methods to allow you to get the most out of Peppermint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule site
added at
85c77d
Oops, something went wrong.