Skip to content

Commit beda6dd

Browse files
authored
Merge pull request #35 from Space-DF/chore/update-button-link
Chore/update button link
2 parents 0083165 + 5680443 commit beda6dd

18 files changed

Lines changed: 349 additions & 63 deletions

File tree

public/logo/webhook.png

18.5 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ready to get started? [Create your account](https://spacedf.com/en/auth/sign-up) or explore our [cloud platform](/docs/getting-started/cloud-setup).

src/app/_components/RichCard.jsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,20 @@ export const RichCardOptions = ({ children, className = "" }) => {
1010
)
1111
}
1212

13-
export const RichCardOption = ({ icon, title, description, badge, href }) => {
13+
export const RichCardOption = ({ icon, title, description, badge, href, className, badgeClassName }) => {
1414
return (
1515
<Link
1616
href={href}
17-
className="
17+
className={
18+
`
1819
group block rounded-xl border border-gray-300
1920
bg-white p-4 transition
2021
hover:-translate-y-0.5 hover:shadow-md
2122
dark:border-gray-700 dark:bg-zinc-900
2223
hover:border-[#818cf8]
23-
"
24+
${className}
25+
`
26+
}
2427
>
2528
<div className="flex items-center gap-3">
2629
<div
@@ -40,13 +43,14 @@ export const RichCardOption = ({ icon, title, description, badge, href }) => {
4043

4144
{badge && (
4245
<span
43-
className="
44-
rounded-full border border-emerald-500
46+
className={`
47+
rounded-full border border-emerald-500
4548
bg-emerald-50 px-2 py-0.5
4649
text-[10px] font-semibold uppercase tracking-wide
4750
text-emerald-600
4851
dark:bg-emerald-500/10 dark:text-emerald-400
49-
"
52+
${badgeClassName}
53+
`}
5054
>
5155
{badge}
5256
</span>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Support and Community
2+
3+
Self-hosted SpaceDF is community-supported.
4+
5+
For resolving common issues:
6+
7+
- [GitHub Discussions](https://github.com/Space-DF) - Questions, feature requests, and workarounds
8+
- [GitHub Issues](https://github.com/Space-DF) - Known issues
9+
10+
Get help and connect with other users:
11+
12+
- [Community Forum](https://docs.spacedf.com/community) - Ask questions and share experiences with the community
13+
- [Discord Server](https://discord.gg/HxCTyMCzuK) - Real-time chat with developers and other users
14+
15+
Share your self-hosting experience:
16+
17+
- [GitHub Discussions](https://github.com/Space-DF) - "Self-hosting: What's working (and what's not)?"

src/app/blog/(post)/v2026.02.13/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Release v2026.02.13
2+
title: v2026.02.13
33
date: 2026-02-13
44
type: Initial Release
55
author: SpaceDF Team

src/app/blog/(post)/v2026.03.20/page.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
---
2-
title: Release v2026.03.20
3-
date: 2026-03-20
4-
type: Release
5-
author: SpaceDF Team
6-
description: "Welcome to the official release of SpaceDF - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools."
7-
---
8-
1+
---
2+
title: "v2026.03.20"
3+
date: 2026-03-20
4+
type: Release
5+
author: SpaceDF Team
6+
description: "This release introduces Geofencing and Automation capabilities, along with API improvements and internal refactoring to enhance system reliability and scalability."
7+
---
8+
99
# SpaceDF Release v0.0.2
1010

1111
This release introduces **Geofencing** and **Automation capabilities**, along with API improvements and internal refactoring to enhance system reliability and scalability.
@@ -46,4 +46,4 @@ Initial release of the automation system.
4646

4747
## Maintenance
4848

49-
- General internal improvements and codebase cleanup
49+
- General internal improvements and codebase cleanup

src/app/blog/(post)/v2026.04.03/page.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
---
2-
title: Release v2026.04.03
3-
date: 2026-04-03
4-
type: Release
5-
author: SpaceDF Team
6-
description: "Welcome to the official release of SpaceDF - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools."
7-
---
8-
1+
---
2+
title: v2026.04.03
3+
date: 2026-04-03
4+
type: Release
5+
author: SpaceDF Team
6+
description: "This release implements Automation capabilities, along with GeoFences improvements and internal refactoring to enhance system reliability and scalability."
7+
---
8+
99
# SpaceDF Release v0.0.3
1010

1111
This release implements **Automation capabilities**, along with GeoFences improvements and internal refactoring to enhance system reliability and scalability.
@@ -60,4 +60,4 @@ This release implements **Automation capabilities**, along with GeoFences improv
6060

6161
- General internal improvements and codebase cleanup
6262
- Performance optimizations
63-
- UI consistency improvements across modules
63+
- UI consistency improvements across modules

src/app/blog/(post)/v2026.04.17/page.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
---
2-
title: Release v2026.04.17
3-
date: 2026-04-17
4-
type: Release
5-
author: SpaceDF Team
6-
description: "Welcome to the official release of SpaceDF - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools."
7-
---
8-
1+
---
2+
title: v2026.04.17
3+
date: 2026-04-17
4+
type: Release
5+
author: SpaceDF Team
6+
description: "This release introduces the initial Smart Building Onboarding flow and expands device integration capabilities, along with system optimizations and stability improvements."
7+
---
8+
99
# 🚀 SpaceDF Release v0.0.4
1010

1111
This release introduces the initial **Smart Building Onboarding flow** and expands device integration capabilities, along with system optimizations and stability improvements.
@@ -60,4 +60,4 @@ This release introduces the initial **Smart Building Onboarding flow** and expan
6060

6161
- Updated API response for organization validation
6262
- Removed unused metadata extraction logic
63-
- General internal refactoring and cleanup
63+
- General internal refactoring and cleanup

src/app/page.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { Cards } from "nextra/components";
22
import { GettingStartedCards } from "./_components/GettingStartedCards";
3+
import ReadyToGetStarted from "@/app/_components/ReadyToGetStarted.mdx"
4+
35

46
# Introduction to SpaceDF
57

@@ -111,4 +113,4 @@ Need help? We're here to support you:
111113

112114
---
113115

114-
Ready to get started? [Choose your deployment method](/docs/getting-started), explore our [use case templates](/docs/spaces).
116+
<ReadyToGetStarted />

src/content/_meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default {
55
organizations: 'Organizations & Staff',
66
devices: 'Device Management',
77
spaces: 'Spaces & Members',
8+
"integrations": "Integrations",
89
'---': {
910
type: 'separator'
1011
},

0 commit comments

Comments
 (0)