Skip to content

Commit 53b0122

Browse files
committed
changed aux link name,
1 parent 12a93fa commit 53b0122

20 files changed

+34
-78
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## About the Project
2222

23-
BIRDS-OSP is dedicated to empowering individuals, research groups, and educational institutions with limited resources to embark on satellite missions. This documentation is designed for those aiming to understand and develop a satellite from the ground up, focusing on open-source tools and affordable methods for accessible satellite technology.
23+
BIRDSOpenSource is dedicated to empowering individuals, research groups, and educational institutions with limited resources to embark on satellite missions. This documentation is designed for those aiming to understand and develop a satellite from the ground up, focusing on open-source tools and affordable methods for accessible satellite technology.
2424

2525
### Key Features
2626

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ heading_anchors: true
7272

7373
# Aux links for the upper right navigation
7474
aux_links:
75-
"BIRDS-OSP on GitHub":
75+
"BIRDSOpenSource on GitHub":
7676
- "{{site.github_org}}"
7777

7878
# Makes Aux links open in a new tab. Default is false
File renamed without changes.

_site/about/index.html

+1-1
Large diffs are not rendered by default.

_site/index.html

+1-1
Large diffs are not rendered by default.

get-started.md

-49
This file was deleted.

overview/birds/GS-software.md getting-started/birds/GS-software.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GS-Software
33
parent: What is BIRDS?
4-
grand_parent: Home
4+
grand_parent: Getting Started
55
layout: default
66
lang: en
77
---

overview/birds/antenna-page.md getting-started/birds/antenna-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Antenna Board
33
parent: What is BIRDS?
4-
grand_parent: Home
4+
grand_parent: Getting Started
55
layout: default
66
lang: en
77
---

overview/birds/bpb-page.md getting-started/birds/bpb-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Backplane Board
33
parent: What is BIRDS?
44
nav_order: 4
5-
grand_parent: Home
5+
grand_parent: Getting Started
66
layout: default
77
lang: en
88
---

overview/birds/bus-page.md getting-started/birds/bus-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: BIRDS Bus
33
parent: What is BIRDS?
44
nav_order: 1
5-
grand_parent: Home
5+
grand_parent: Getting Started
66
layout: default
77
lang: en
88
---

overview/birds/com-page.md getting-started/birds/com-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Communications Board
33
parent: What is BIRDS?
44
nav_order: 3
5-
grand_parent: Home
5+
grand_parent: Getting Started
66
layout: default
77
lang: en
88
---

overview/birds/fab-page.md getting-started/birds/fab-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Front Access Board
33
parent: What is BIRDS?
44
nav_order: 5
5-
grand_parent: Home
5+
grand_parent: Getting Started
66
layout: default
77
lang: en
88
---

overview/birds/index.md getting-started/birds/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is BIRDS?
33
nav_order: 1
4-
parent: Home
4+
parent: Getting Started
55
has_children: true
66
has_toc: false
77
layout: default

overview/birds/obc-page.md getting-started/birds/obc-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: On Board Computer Board
33
parent: What is BIRDS?
44
nav_order: 2
5-
grand_parent: Home
5+
grand_parent: Getting Started
66
layout: default
77
lang: en
88
---

overview/birds/rab-page.md getting-started/birds/rab-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Rear Access Board
33
parent: What is BIRDS?
4-
grand_parent: Home
4+
grand_parent: Getting Started
55
layout: default
66
lang: en
77
---

overview/birds/solar-page.md getting-started/birds/solar-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Solar Panel Board
33
parent: What is BIRDS?
4-
grand_parent: Home
4+
grand_parent: Getting Started
55
layout: default
66
lang: en
77
---

overview/before-you-start.md getting-started/index.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
title: Before you start
2+
title: Getting Started
33
nav_order: 3
4-
parent: Home
4+
has_children: true
55
layout: default
6+
permalink: "/get-started"
67
lang: en
78
---
89

9-
# Before You Start
10+
11+
# Getting Started
1012
To ensure a smooth journey in building your CubeSat, there are a few things you'll want to understand beforehand. This section outlines key knowledge areas you'll need, from using the platform and GitHub to understanding systems engineering principles.
1113

1214
---
1315

1416
## Platform Basics: GitHub and Git
15-
To work with Build-A-Sat, you'll need a GitHub account. This is where you'll manage your codebase and contribute to open-source satellite projects. Here’s a quick guide to get you started:
17+
To work with BIRDS, you'll need a GitHub account. This is where you'll manage your codebase and contribute to open-source satellite projects. Here’s a quick guide to get you started:
1618

1719
### 1. **GitHub Account**
1820
- Create a [GitHub account](https://github.com/) to access repositories, contribute to projects, and manage your code.
@@ -136,3 +138,7 @@ With this foundational knowledge, you’ll be better equipped to dive into the s
136138
[Preliminary Design Review (PDR)]: {{site.url}}/project-managers/milestones/pm-pdr.html
137139
[Critical Design Review (CDR)]: {{site.url}}/project-managers/milestones/pm-cdr.html
138140
[Flight Readiness Review (FRR)]: {{site.url}}/project-managers/milestones/pm-frr.html
141+
142+
143+
[Previous]({{site.url}}/get-started){: .btn .btn-purple }
144+
[Next]({{site.url}}/get-started/reference.html){: .btn}

gsoc/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GSoC
3-
nav_order: 1
3+
nav_order: 9
44
has_children: true
55
has_toc: false
66
layout: default

overview/index.en.md index.en.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Home
33
nav_order: 2
44
layout: home
5-
has_children: true
65
has_toc: false
76
permalink: "/"
87
lang: en
@@ -12,28 +11,28 @@ lang: en
1211
{: .lh-0 .text-purple-200}
1312
# Everything you need to build a satellite
1413

15-
This document covers how to build a satellite from scratch. Readers are expected to have a bachelors degree in space engineering or at least prerequisite knowledge on the basics of a satellite and how it works.
14+
{{site.description}}
1615

17-
If you're new here, here's a list of what to expect in the next few pages:
18-
- [x] Introduction to the Birds bus and other core components
16+
Here's what you can expect:
17+
- [x] Introduction to the BIRDS bus and other core components
1918
- [x] How to get started
2019
- [x] Deep dives on technical topics
2120

2221

2322
<div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between;">
24-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
23+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
2524
<span class="fs-6" align="center">
2625
<img src="https://www.svgrepo.com/show/9108/running-stick-figure.svg" width="50" height="50">
2726
Getting Started </span>
2827
<br />
2928
<span class="fs-3"> New to BIRDS? Check out the getting started guides. They contain an introduction to the BIRDS bus’ main concepts and links to additional tutorials. </span>
30-
<a href="{{site.url}}/about" style="display: block; margin-top: 5px; padding: 10px 0; background-color:rgb(0, 0, 0); color: white; text-decoration: none; text-align: center; border-radius: 3px; font-size: 12px; width: 100%; box-sizing: border-box;">
29+
<a href="{{site.url}}/get-started" style="display: block; margin-top: 5px; padding: 10px 0; background-color:rgb(0, 0, 0); color: white; text-decoration: none; text-align: center; border-radius: 3px; font-size: 12px; width: 100%; box-sizing: border-box;">
3130
go to getting started guides
3231
</a>
3332
</div>
3433

3534

36-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
35+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
3736
<span class="fs-6" align="center">
3837
<img src="https://www.svgrepo.com/show/326665/hardware-chip-outline.svg" width="50" height="50">
3938
Hardware Guide </span>
@@ -47,7 +46,7 @@ If you're new here, here's a list of what to expect in the next few pages:
4746
</div>
4847

4948

50-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
49+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
5150
<span class="fs-6" align="center">
5251
<img src="https://www.svgrepo.com/show/525688/book-bookmark-minimalistic.svg" width="50" height="50">
5352
Software Guide</span>
@@ -58,7 +57,7 @@ If you're new here, here's a list of what to expect in the next few pages:
5857
</a>
5958
</div>
6059

61-
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
60+
<div style="flex: 1 1 calc(50% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
6261
<span class="fs-6" align="center">
6362
<img src="https://www.svgrepo.com/show/525586/user-plus.svg" width="50" height="50">
6463
Contributor’s Guide </span>
@@ -70,7 +69,7 @@ If you're new here, here's a list of what to expect in the next few pages:
7069
</a>
7170
</div>
7271

73-
<div style="flex: 1 1 calc(100% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; text-align: left; box-sizing: border-box;">
72+
<div style="flex: 1 1 calc(100% - 10px); margin: 5px 0; padding: 10px; background-color: #f4f6fa; color: black; border-radius: 5px; box-sizing: border-box; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);">
7473
<span class="fs-6" align="center">
7574
<img src="https://www.svgrepo.com/show/486630/details.svg" width="50" height="50">
7675
Project Details </span>

overview/index.jp.md index.jp.md

File renamed without changes.

0 commit comments

Comments
 (0)