-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
88 lines (69 loc) · 2.14 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
project:
type: website
website:
page-navigation: true
title: "FlatSat Introduction Presentation"
site-url: "https://rlhoussaine.github.io/FlatSatIntro/"
favicon: images/wsl.png
repo-url: https://github.com/rlhoussaine/FlatSatIntro
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2024"
sidebar:
logo: "images/bsvg.png"
pinned: true
align: center
tools:
- icon: globe
href: https://www.infiniteorbits.io/
text: "infiniteorbits.io"
- icon: github
href: https://github.com/infiniteorbits
text: "Infinite Orbits github"
- icon: instagram
href: https://www.instagram.com/infinite_orbits/?hl=en
text: "IO Instagram"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome
- section: "Flatsat"
contents:
- href: flatsat/endurance.qmd
text: Endurance overview
- href: flatsat/flatsat.qmd
text: About the flatsat
- href: flatsat/can.qmd
text: Can protocols
- href: flatsat/ccsdspackets.qmd
text: Space packets
- href: flatsat/pus.qmd
text: Pus services
- href: flatsat/yamcs.qmd
text: yamcs interface and Endurance flatsat library
- section: "Ressources"
contents:
- href: LearningMore/platform.qmd
text: Satellite Platform and subsystems
- href: LearningMore/redundancy.qmd
text: Redundancy
- href: LearningMore/egse.qmd
text: EGSE
- href: LearningMore/swdev.qmd
text: Git Hub workflow
- href: LearningMore/yamcsbasesetup.qmd
text: Set up a basic yamcs with a custom scos2000 MiB
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto