From f04a3eabbcccfa9436a3d686f21ad1397edb0e39 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 22 Aug 2024 03:47:03 -0400 Subject: [PATCH] fix: architecture diagram location --- docs/01-overview.md | 4 ++-- .../img/docs}/simplified-architecture.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename {docs => static/img/docs}/simplified-architecture.png (100%) diff --git a/docs/01-overview.md b/docs/01-overview.md index 5b547c77..56fbc99d 100644 --- a/docs/01-overview.md +++ b/docs/01-overview.md @@ -24,11 +24,11 @@ Unlike traditional display servers that focus on 2D screens, Stardust XR introdu ## Architecture -![simplified architecture diagram](./simplified-architecture.png) +![simplified architecture diagram](/img/docs/simplified-architecture.png) ## Projects & Components -- [**telescope**](https://github.com/StardustXR/telescope): bundle most used components to have a demo environment set up +- [**telescope**](https://github.com/StardustXR/telescope): Stable stardust setup for quick and easy usage - [**server**](https://github.com/StardustXR/server): Reference implementation of the StardustXR server (similar to Xorg) - [**core lib**](https://github.com/StardustXR/core): Rust crates and schemas for connecting stardust server and client - [**website**](https://github.com/StardustXR/website): The location where documentation is done and the website is generated from diff --git a/docs/simplified-architecture.png b/static/img/docs/simplified-architecture.png similarity index 100% rename from docs/simplified-architecture.png rename to static/img/docs/simplified-architecture.png