Skip to content

Commit

Permalink
Update the docs to match the new project format.
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed Aug 27, 2024
1 parent 928f7ad commit 73607d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gooseBit

<img src="docs/img/goosebit-logo.png" style="width: 100px; height: 100px; display: block;">
<img src="img/goosebit-logo.png" style="width: 100px; height: 100px; display: block;">

---

Expand Down Expand Up @@ -117,11 +117,10 @@ The structure of gooseBit is as follows:
- `updater`: DDI API handler and device update manager.
- `updates`: SWUpdate file parsing.
- `realtime`: Realtime API functionality with websockets.
- `auth`: Authentication functions.
- `auth`: Authentication functions, including permissions.
- `models`: Database models.
- `db`: Database config and initialization.
- `schema`: Pydantic models used for API type hinting.
- `permissions`: Permission handling and permission enums.
- `settings`: Settings loader and handler.
- `telemetry`: Telemetry data handlers.
- `routes`: Routes for a giving endpoint, including the router.
- `routes`: Routes for a given endpoint, including the router.

0 comments on commit 73607d6

Please sign in to comment.