Skip to content

Commit a1ea140

Browse files
committed
docs: update docs
1 parent d7e8181 commit a1ea140

13 files changed

Lines changed: 36 additions & 60 deletions

File tree

content/docs/architecture/client.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/docs/architecture/dashboard.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/docs/contributing.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

content/docs/meta.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"---Getting Started---",
77
"install",
88
"environment-variables",
9-
"---Architecture---",
10-
"architecture/index",
9+
"---Resources---",
10+
"resources/ecosystem",
11+
"resources/architecture",
12+
"resources/support",
1113
"---Miscellaneous---",
1214
"[HandHelping][Contributing](https://github.com/logchimp/logchimp/blob/master/CONTRIBUTING.md)",
13-
"miscellaneous/support",
1415
"miscellaneous/faq",
1516
"miscellaneous/security-policy"
1617
],

content/docs/miscellaneous/security-policy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Guidelines for responsible disclosure of security vulnerabilities a
44
icon: Shield
55
---
66

7-
87
## Introduction
98

109
At LogChimp, we take security very seriously and appreciate responsible disclosure of vulnerabilities that help us

content/docs/miscellaneous/support.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: Ecosystem
3+
icon: Sprout
34
---
45

5-
Before diving into LogChimp's application architecture in the next section, it's useful to give you a high-level overview of the wider ecosystem and where to find things!
6+
Before diving into LogChimp's application [architecture](/docs/resources/architecture) in the next section, it's useful to give you a high-level overview of the wider ecosystem and where to find things!
67

78
There are a lot of resources and helpful tutorials for working with LogChimp to help get started.
89

910
### Community
1011

1112
Of course, open-source software is never just about the technology, more than anything it's about the people who make it and use it.
1213

13-
- Join the official [LogChimp Discord server](https://discordapp.com/invite/A7mztcC/).
14+
- Join the [LogChimp Community](https://logchimp.codecarrot.net/discord) on Discord.
1415
- Checkout [LogChimp designs on Figma](https://www.figma.com/community/file/816586866419993972/LogChimp-Designs).
1516

1617
### Social media
@@ -22,4 +23,4 @@ We maintain our Twitter social account to keep in touch with people directly and
2223

2324
### Finding answers
2425

25-
**Don't forget!** If you have any questions or problems the best places to read the [docs](/content/docsent/docs).
26+
**Don't forget!** If you have any questions or problems, the best places to read the [docs](/).

content/docs/resources/support.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Support
3+
description: How to get Support for LogChimp?
4+
icon: Headset
5+
---
6+
7+
import { Cards, Card } from 'fumadocs-ui/components/card'
8+
import { UsersIcon } from "lucide-react";
9+
10+
Please **do not** raise an issue on GitHub for help or support 😄. We use GitHub solely for bug-tracking and ongoing feature development.
11+
12+
Many questions can be answered by reviewing our [documentation](/docs). For **help**, **support**, **questions**, and **ideas**, please visit our:
13+
14+
<Cards>
15+
<Card icon={<UsersIcon />} title="Community Support" href="https://logchimp.codecarrot.net/discord">
16+
Join our LogChimp Community on Discord for help and discussions.
17+
</Card>
18+
</Cards>
19+
20+
Please keep in mind that free support is provided by the goodwill of our wonderful community members.

public/_redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/docs/faq /docs/miscellaneous/faq
2+
/docs/support /docs/resources/support
3+
/docs/architecture /docs/resources/architecture

0 commit comments

Comments
 (0)