Skip to content

Commit ebcc010

Browse files
committed
Added deglitchifing process, net cards, reworked first page
1 parent 812ab82 commit ebcc010

File tree

10 files changed

+71
-27
lines changed

10 files changed

+71
-27
lines changed

astro.config.mjs

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ export default defineConfig({
2828
sidebar: [
2929
{
3030
label: "Getting Started",
31+
collapsed: true,
3132
items: [
33+
{
34+
label: "Homepage",
35+
link: "/getting-started/homepage",
36+
},
3237
{
3338
label: "About the Project",
3439
link: "/getting-started/introduction/",
@@ -46,7 +51,7 @@ export default defineConfig({
4651
},
4752
{
4853
label: "Use Cases",
49-
54+
collapsed: true,
5055
items: [
5156
{
5257
label: "FPV (First Person View)",
@@ -77,6 +82,7 @@ export default defineConfig({
7782
},
7883
{
7984
label: "Hardware",
85+
collapsed: true,
8086
badge: { text: "WIP", variant: "caution" },
8187
autogenerate: {
8288
collapsed: true,
@@ -85,15 +91,15 @@ export default defineConfig({
8591
},
8692
{
8793
label: "Software",
88-
94+
collapsed: true,
8995
badge: { text: "WIP", variant: "caution" },
9096
autogenerate: {
9197
directory: "/software",
9298
},
9399
},
94100
{
95101
label: "Development",
96-
102+
collapsed: true,
97103
items: [
98104
{
99105
label: "Contribution Guidelines",
@@ -113,7 +119,7 @@ export default defineConfig({
113119
},
114120
{
115121
label: "Resources",
116-
122+
collapsed: true,
117123
items: [
118124
{
119125
label: "Frequently Asked Questions",
@@ -129,8 +135,9 @@ export default defineConfig({
129135
},
130136
{
131137
label: "Reference",
132-
138+
collapsed: true,
133139
autogenerate: {
140+
collapsed: true,
134141
directory: "reference",
135142
},
136143
badge: { text: "WIP", variant: "caution" },
@@ -142,5 +149,8 @@ export default defineConfig({
142149
],
143150
}),
144151
tailwind({ applyBaseStyles: false }),
145-
]
152+
],
153+
redirects: {
154+
"/": "/getting-started/homepage",
155+
}
146156
});
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Known OpenIPC applications"
3+
description: "Known OpenIPC applications list"
4+
---
5+
import ThemeImage from '/src/components/ThemeImage.astro'
6+
7+
FPV, CCTV, Home Automation.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Welcome to OpenIPC Documentation
3+
description: Start your journey with OpenIPC for advanced camera firmware solutions.
4+
5+
---
6+
7+
8+
import { Card, CardGrid } from "@astrojs/starlight/components";
9+
10+
## Next Steps in Your OpenIPC Adventure
11+
12+
<CardGrid stagger>
13+
<Card title="Explore Hardware Compatibility" icon="camera">
14+
Check [the Hardware section](/hardware/hardware-page/). for compatible
15+
devices and setup instructions.
16+
</Card>
17+
<Card title="Configure Your Camera" icon="gear">
18+
Navigate to [the Software section](/software/software-page/). for
19+
software settings and customizations.
20+
</Card>
21+
<Card title="Join the Community" icon="group">
22+
Connect with other users in the OpenIPC community for support and
23+
collaboration.
24+
</Card>
25+
<Card title="Contribute to OpenIPC" icon="heart">
26+
Find out how you can contribute to the project in [the OpenIPC Contribution
27+
Guide](/development/contribution-guidelines/).
28+
</Card>
29+
</CardGrid>

src/content/docs/hardware/flashing-firmware.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Hardware section"
3+
description: "Software section starter page"
4+
---
5+
import ThemeImage from '/src/components/ThemeImage.astro'
6+
7+
In this section you can find documentation about hardware side of OpenIPC.

src/content/docs/hardware/supported-devices.md

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

src/content/docs/hardware/troubleshooting.md

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

src/content/docs/software/software-overview.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Software section"
3+
description: "Software section starter page"
4+
---
5+
import ThemeImage from '/src/components/ThemeImage.astro'
6+
7+
In this section you can find documentation about software side of OpenIPC.

src/content/docs/use-cases/fpv/unbrick-eu-bu.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "How to unbrick BU and EU-based VTX"
3-
description: "'How to unbrick BU and EU-based VTX' article for OpenIPC wiki"
2+
title: "How to fix glitch on EU and BU-based VTXes"
3+
description: "'How fix glitch on BU and EU-based VTX' article for OpenIPC wiki"
44
---
55
## What happened?
66
**All** EU-based net cards can not transmit at 40MHz, **some** BU-based net cards can not transmit at 40MHz. When you forcibly enable 40MHz mode on those net cards - your RX can not receive signal. Please check the information about your network card in the "Net cards" section, the specifications list all supported modes.
77

8-
## What you need to unbrick VTX.
8+
## What you need to fix this glitch.
99
- PC with installed [OpenIPC Configurator](https://github.com/OpenIPC/openipc-configurator).
10-
- Bricked VTX.
10+
- Glitched VTX.
1111

12-
## How to unbrick.
12+
## How to fix 40MHz glitch.
1313
- Connect your VTX to your PC using Ethernet(or debug port) to PC.
1414
- Configure your Ethernet connection(read [Advanced setup guide](/use-cases/fpv/advanced-setup/)).
1515
- Update firmware on your VTX using OpenIPC configurator(read [Advanced setup guide](/use-cases/fpv/advanced-setup/)).

0 commit comments

Comments
 (0)