all resources point to documentation vitepress, removing old documentation

This commit is contained in:
Mobmaker55
2025-11-11 15:21:10 -05:00
parent 0ffc98536d
commit 2bb0e08a14
5 changed files with 4 additions and 42 deletions

View File

@@ -38,6 +38,10 @@ Currently, only **Minecraft: Xbox One Edition** runs with WinDurango.
See the [Game compatibility list](https://windurango.github.io/Documentation/playable-games.html)
for currently tracked games.
## Getting Started
Check out [Running Games With WinDurango](https://windurango.github.io/Running-a-Game) on our documentation.
## Releases
Head over to the [releases page](https://github.com/WinDurango/WinDurango/releases) for stable builds.
@@ -56,10 +60,6 @@ legally purchased devices and games and information made public on the internet
(you'd be surprised what's indexed on Google...). We are not any way affiliated
with Microsoft.
## Building
See [docs/BUILDING.md](docs/BUILDING.md) for setup instructions.
## Contributors Wanted!
Have some spare time and know C++? Help build the world's first Xbox One compatibility layer!

View File

@@ -1,35 +0,0 @@
# Building
You must have a 64-bit machine for building and running the project. Always
run your system updater before building and make sure you have the latest
drivers.
## Setup
### Windows
* Windows 10 or later
* [Visual Studio 2022](https://www.visualstudio.com/downloads/)
* Windows 11 SDK version 10.0.17134.0 or later
```
git clone https://github.com/WinDurango-project/WinDurango.git
cd WinDurango
git submodule update --init
```
### Dumping Xbox Winmds
COMING SOON
### Converting Winmds to IDLs
COMING SOON
Open WinDurango.sln
Select Build > Build Solution
### Debugging Xbox Games
COMING SOON

View File

@@ -1 +0,0 @@

View File

@@ -1 +0,0 @@

View File

@@ -1 +0,0 @@
Hello, world!