Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Fix formatting of sensors doc + add project name #12

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: RIOT 2024 SoSe NAME_HERE Docs
description: Our documentation site for NAME_HERE for the RIOT 2024 SoSe project.
title: RIOT SoSe24 Teamagochi Docs
description: Our documentation site for Teamagochi for the RIOT 2024 SoSe project.
template: splash
hero:
tagline: Our documentation site for NAME_HERE for the RIOT 2024 SoSe project.
tagline: Our documentation site for Teamagochi for the RIOT 2024 SoSe project.
image:
file: ../../assets/riot-logo-large.png
actions:
Expand All @@ -25,7 +25,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
- [Rares Stefea]()
- [Yousef Taha]()
- [Hamdy Elmorsy]()
- [Yasuaki Kumazaki]
- [Yasuaki Kumazaki]()
- [Omar Shaban]()

### Web Backend Team - Not Yet
Expand Down
5 changes: 3 additions & 2 deletions docs/src/content/docs/node/sensors.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: sensors
title: Possible Sensors
description: list of possible features implemented via sensors
---

```
display status:
blue LED
=> own pet is currently on this device
Expand Down Expand Up @@ -36,6 +37,6 @@ track orientation:
=> move pet when device is tilted
=> pet moves when device is in motion
=> optional: pedometer
```