Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DifuseHQ/Kalmia into git-…
Browse files Browse the repository at this point in the history
…deploy
  • Loading branch information
hayzamjs committed Sep 6, 2024
2 parents a21e7f3 + 4e1817b commit 52a6cc1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Issue Template
about: A template for submitting bug reports, feature requests, or support inquiries
for the Kalmia project, with sections for behavior, reproduction steps, environment,
and additional context.
title: "[Bug/Feature/Support] Brief Description of the Issue"
labels: ''
assignees: ajasma6570, hayzamjs

---

* **I'm submitting a**:

- [ ] Bug Report
- [ ] Feature Request
- [ ] Support Request

* **Do you want to request a feature or report a bug?**


* **What is the current behaviour?**


* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem**


* **What is the expected behaviour?**


* **What is the motivation / use case for changing the behavior?**

* **Please tell us about your environment**

* **Version**: 0.0.1
* **Browser**: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
* **Operating System** (where kalmia is running): Linux (<distro name> and <version>) or whichever OS you're using

* Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, discord, etc)
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
> [!WARNING]
> This project is still in development so expect breaking changes!
<video src="https://github.com/user-attachments/assets/8201774b-85ef-4fce-96bb-5021a0de8415" width="720" height="1280" controls></video>


https://github.com/user-attachments/assets/19d7b3e3-0f8d-49b6-a8e1-b8885ceec467



Kalmia is a Go tool with a web interface for managing RsPress documentation. It supports multiple versions, multiple users, and includes a markdown editor for easy edits. Please visit our [website](https://kalmia.difuse.io) for more information on how to use Kalmia and its features.
Expand Down
4 changes: 0 additions & 4 deletions config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"usePathStyle": true,
"publicUrlFormat": "https://<domain>/%s"
},
"cloudflare": {
"account_id": "<ACCOUNT_ID>",
"api_key": "<API_KEY>"
},
"githubOAuth": {
"clientId": "<CLIENT_ID>",
"clientSecret": "<CLIENT_SECRET>",
Expand Down

0 comments on commit 52a6cc1

Please sign in to comment.