Skip to content

Commit

Permalink
live site (#204)
Browse files Browse the repository at this point in the history
* site

* Create site
  • Loading branch information
potts99 authored Dec 5, 2023
1 parent fa5708f commit bbb3f88
Show file tree
Hide file tree
Showing 6 changed files with 663 additions and 31 deletions.
1 change: 0 additions & 1 deletion apps/client/pages/admin/email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ export default function Notifications() {
enabled ? "bg-blue-600" : "bg-gray-200"
} relative inline-flex h-6 w-11 items-center rounded-full`}
>
<span className="sr-only">Enable notifications</span>
<span
className={`${
enabled ? "translate-x-6" : "translate-x-1"
Expand Down
49 changes: 48 additions & 1 deletion apps/docs/pages/_meta.json
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"
}
}
11 changes: 7 additions & 4 deletions apps/docs/pages/index.mdx
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
8 changes: 5 additions & 3 deletions apps/docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ const config = {
docsRepositoryBase: 'https://github.com/Peppermint-Lab/docs',
sidebar: {
toggleButton: true,

},
chat: {
link: 'https://discord.gg/X9yFbcV2rF',
},
// i18n: [
// { locale: 'en', text: 'English' },
Expand All @@ -26,10 +28,10 @@ const config = {
component: () => <></>
},
banner: {
key: '2.0-release',
key: 'release',
text: (
<a href="https://github.com/Peppermint-Lab/peppermint" target="_blank">
🎉 Peppermint 0.3 is released. Read more →
🎉 Peppermint 0.4 is released. Read more →
</a>
)
},
Expand Down
1 change: 1 addition & 0 deletions apps/site
Submodule site added at 85c77d
Loading

0 comments on commit bbb3f88

Please sign in to comment.