Skip to content

Commit

Permalink
Merge pull request #4 from BIRDSOpenSource/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
balotofi authored Oct 26, 2024
2 parents 980f225 + a85395f commit df9b984
Show file tree
Hide file tree
Showing 12 changed files with 107 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

gem "just-the-docs", "0.9.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ DEPENDENCIES
base64 (~> 0.2.0)
jekyll (~> 4.3.3)
just-the-docs (= 0.9.0)
webrick

BUNDLED WITH
2.5.9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# just-the-docs-template
# Build-A-Satellite-Docs

This is a *bare-minimum* template to create a [Jekyll] site that:

Expand Down
13 changes: 13 additions & 0 deletions _adcs-members/adcs-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Guide for ADCS Team Members
layout: default
---

## *We make space sector capacity building accessible to everyone*


### *Introduction*

This introduction is an overview of the project, how it is organised, and how it works.

This guide is intended for...
13 changes: 13 additions & 0 deletions _com-members/com-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Guide for COM Team Members
layout: default
---

## *We make space sector capacity building accessible to everyone*


### *Introduction*

This introduction is an overview of the project, how it is organised, and how it works.

This guide is intended for...
24 changes: 19 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ nav_enabled: true

# Footer content
# appears at the bottom of every page's main content
# Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust
markup / liquid-based content.
# Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust markup / liquid-based content.
footer_content: "Copyright &copy; 2015-2024 Laboratory of Lean Satellite Enterprises and In-Orbit Experiment. Distributed by an <a href=\"https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt\">MIT license.</a>"

# Footer last edited timestamp
Expand All @@ -63,19 +62,19 @@ gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately

# Color scheme supports "light" (default) and "dark"
color_scheme: dark
color_scheme: light

# Define Jekyll collections
collections:
# Define a collection named "tests", its documents reside in the "_tests" directory
# Define a collection named "project-managers", its documents reside in the "_project-managers" directory
project-managers:
permalink: "/:collection/:path/"
output: true

just_the_docs:
# Define which collections are used in just-the-docs
collections:
# Reference the "tests" collection
# Reference the "project-managers" collection
project-managers:
# Give the collection a name
name: For Project Managers
Expand All @@ -88,3 +87,18 @@ just_the_docs:
# Exclude the collection from the search
# Supports true or false (default)
# search_exclude: true
obc-members:
name: For OBC Team Members
nav_fold: true
eps-members:
name: For EPS Team Members
nav_fold: true
com-members:
name: For COM Team Members
nav_fold: true
adcs-members:
name: For ADCS Team Members
nav_fold: true
structure-members:
name: For Structure Team Members
nav_fold: true
13 changes: 13 additions & 0 deletions _eps-members/eps-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Guide for EPS Team Members
layout: default
---

## *We make space sector capacity building accessible to everyone*


### *Introduction*

This introduction is an overview of the project, how it is organised, and how it works.

This guide is intended for...
13 changes: 13 additions & 0 deletions _obc-members/obc-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Guide for OBC Team Members
layout: default
---

## *We make space sector capacity building accessible to everyone*


### *Introduction*

This introduction is an overview of the project, how it is organised, and how it works.

This guide is intended for...
8 changes: 8 additions & 0 deletions _obc-members/software-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Software Design
layout: default
---

## The fisrt thing to do

Read the handbook
13 changes: 13 additions & 0 deletions _project-managers/pm-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Guide for Project Managers
layout: default
---

## *We make space sector capacity building accessible to everyone*


### *Introduction*

This introduction is an overview of the project, how it is organised, and how it works.

This guide is for...
11 changes: 11 additions & 0 deletions getstarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Getting Started
layout: default
---

## *We make space sector capacity building accessible to everyone*


### *Introduction*

This introduction is an overview of the project, how it is organised, and how it works.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Home
title: Introduction
layout: home
---

Expand Down

0 comments on commit df9b984

Please sign in to comment.