Skip to content

Commit 0d093f3

Browse files
Add new FPV documentation, fix images and add edit link
1 parent 9f9692e commit 0d093f3

22 files changed

+129
-96
lines changed

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export default defineConfig({
8484
{
8585
label: "Development",
8686
items: [
87-
// Placeholder for API Documentation
8887
{
8988
label: "Contribution Guidelines",
9089
link: "/development/contribution-guidelines/",
@@ -99,7 +98,6 @@ export default defineConfig({
9998
label: "Resources",
10099
items: [
101100
{ label: "Frequently Asked Questions", link: "/resources/faq/" },
102-
// Placeholder for Community Forum link
103101
{ label: "Useful Links", link: "/resources/useful-links/" },
104102
],
105103
},

src/assets/houston.webp

-96.2 KB
Binary file not shown.
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
---
22
title: Example Guide
3-
description: A guide in my new Starlight docs site.
3+
description: Example
44
---
55

6-
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
7-
Writing a good guide requires thinking about what your users are trying to do.
8-
9-
## Further reading
10-
11-
- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework

src/content/docs/getting-started/configuration.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,3 @@ title: Basic Configuration
33
description: A guide in my new Starlight docs site.
44
---
55

6-
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
7-
Writing a good guide requires thinking about what your users are trying to do.
8-
9-
## Further reading
10-
11-
- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework
12-
> Something somethinfg

src/content/docs/getting-started/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The essence of OpenIPC lies in its community-driven approach. By leveraging the
1111

1212
### Explore More About OpenIPC:
1313

14-
- **Getting Started**: Embark on your OpenIPC journey and understand the basics of installation and configuration in our comprehensive [Getting Started Guide](/openipc-docs/getting-started/quick-start/).
15-
- **Diverse Use Cases**: Discover the versatility of OpenIPC across different scenarios in our detailed Use Cases section, which includes specialized guides for [FPV setups](/openipc-docs/use-cases/fpv/quick-start), [home automation](/openipc-docs/use-cases/home-automation/quick-start) configurations, and [video surveillance](/openipc-docs/use-cases/video-surveillance/quick-start) applications.
16-
- **Hardware Compatibility**: Learn about the supported devices and how to maximize their potential with OpenIPC in the [Hardware Compatibility]/openipc-docs(/hardware/supported-devices/) guide.
14+
- **Getting Started**: Embark on your OpenIPC journey and understand the basics of installation and configuration in our comprehensive [Getting Started Guide](/getting-started/quick-start/).
15+
- **Diverse Use Cases**: Discover the versatility of OpenIPC across different scenarios in our detailed Use Cases section, which includes specialized guides for [FPV setups](/use-cases/fpv/quick-start), [home automation](/use-cases/home-automation/quick-start) configurations, and [video surveillance](/use-cases/video-surveillance/quick-start) applications.
16+
- **Hardware Compatibility**: Learn about the supported devices and how to maximize their potential with OpenIPC in the [Hardware Compatibility](/hardware/supported-devices/) guide.
1717

1818
Join the OpenIPC movement and be part of a community that's reshaping the world of camera technology. With OpenIPC, the possibilities are endless, and the future is open.

src/content/docs/getting-started/quick-start.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ title: Quick Start
33
description: A guide in my new Starlight docs site.
44
---
55

6-
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
7-
Writing a good guide requires thinking about what your users are trying to do.
86

9-
## Further reading
10-
11-
- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ title: Example Guide
33
description: A guide in my new Starlight docs site.
44
---
55

6-
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
7-
Writing a good guide requires thinking about what your users are trying to do.
86

9-
## Further reading
10-
11-
- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ title: Example Guide
33
description: A guide in my new Starlight docs site.
44
---
55

6-
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
7-
Writing a good guide requires thinking about what your users are trying to do.
8-
9-
## Further reading
10-
11-
- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework

src/content/docs/hardware/troubleshooting.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ title: Example Guide
33
description: A guide in my new Starlight docs site.
44
---
55

6-
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
7-
Writing a good guide requires thinking about what your users are trying to do.
8-
9-
## Further reading
10-
11-
- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework

src/content/docs/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ hero:
88
file: ../../assets/logo/OpenIPC__OPENIPC_logo_vertical_white.svg
99
actions:
1010
- text: Getting Started Guide
11-
link: /openipc-docs/getting-started/quick-start/
11+
link: /getting-started/quick-start/
1212
icon: right-arrow
1313
variant: primary
1414
- text: Explore Use Cases
15-
link: /openipc-docs/use-cases/fpv/quick-start/
15+
link: /use-cases/fpv/quick-start/
1616
icon: right-arrow
1717
variant: secondary
1818
---
@@ -23,12 +23,12 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
2323

2424
<CardGrid stagger>
2525
<Card title="Explore Hardware Compatibility" icon="camera">
26-
Check [the Hardware section](/openipc-docs/hardware/supported-devices/). for
26+
Check [the Hardware section](/hardware/supported-devices/). for
2727
compatible devices and setup instructions.
2828
</Card>
2929
<Card title="Configure Your Camera" icon="gear">
3030
Navigate to [the Software
31-
section](/openipc-docs/software/software-overview/). for software settings
31+
section](/software/software-overview/). for software settings
3232
and customizations.
3333
</Card>
3434
<Card title="Join the Community" icon="group">
@@ -37,6 +37,6 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
3737
</Card>
3838
<Card title="Contribute to OpenIPC" icon="heart">
3939
Find out how you can contribute to the project in [the OpenIPC Contribution
40-
Guide](/openipc-docs/development/contribution-guidelines/).
40+
Guide](/development/contribution-guidelines/).
4141
</Card>
4242
</CardGrid>

0 commit comments

Comments
 (0)