You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# site settings
2
2
3
-
title: Build-A-Satellite | BIRDS
4
-
description: The BIRDS Build-A-Satellite Project is a comprehensive open source guide for designing, building, testing, and launching a small satellite. Whether you’re a beginner or an experienced developer, our documentation is structured to assist you at every stage of the satellite development process.
3
+
title: BIRDS | Open Source Release
4
+
description: The BIRDS Open Source Release is a comprehensive open source guide for designing, building, testing, and launching a small satellite. Whether you’re a beginner or an experienced developer, our documentation is structured to assist you at every stage of the satellite development process.
5
5
email: null
6
6
7
7
# theme
@@ -93,10 +93,10 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/
93
93
# Footer "Edit this page on GitHub" link text
94
94
gh_edit_link: true # show or hide edit this page link
95
95
gh_edit_link_text: "Edit this page on GitHub."
96
-
gh_edit_repository: "https://github.com/BIRDSOpenSource/Build-A-Satellite"# the github URL for your repo
97
-
gh_edit_branch: "development"# the branch that your docs is served from
96
+
gh_edit_repository: "https://github.com/BIRDSOpenSource/BIRDSOpenSource.github.io"# the github URL for your repo
97
+
gh_edit_branch: "main"# the branch that your docs is served from
98
98
# gh_edit_source: docs # the source that your files originate from
99
-
gh_edit_view_mode: "tree"# "tree" or "edit" if you want the user to jump into the editor immediately
99
+
gh_edit_view_mode: "edit"# "tree" or "edit" if you want the user to jump into the editor immediately
100
100
101
101
# Color scheme supports "light" (default) and "dark"
Copy file name to clipboardExpand all lines: overview/birds-osp.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Build-A-Satellite
2
+
title: What is BIRDS Open Source Release?
3
3
nav_order: 1
4
4
parent: Home
5
5
layout: default
@@ -8,12 +8,12 @@ lang: en
8
8
9
9
# **Focus on making great missions**
10
10
{: .lh-0 .text-purple-200}
11
-
# Build-A-Satellite gives your satellite development team a jumpstart with robust documentation tailored to the customizable BIRDS cube satellite bus.
11
+
# BIRDS Open Source gives your satellite development team a jumpstart with robust documentation tailored to the customizable BIRDS cube satellite bus.
12
12
{: .lh-tight }
13
13
14
14
15
-
## What is Build-A-Sat?
16
-
Build-A-Sat is a library of resources that will cover the entire mission lifetime from start to finish. Build-A-Sat aims to provide the knowledge to help you create your own open source satellite mission, using workflows you're familiar with and open-source tools you can trust.
15
+
## What is BIRDS Open Source?
16
+
BIRDS Open Source is a library of resources that will cover the entire mission lifetime from start to finish. It aims to provide the knowledge to help you create your own open source satellite mission, using workflows you're familiar with and open-source tools you can trust.
0 commit comments