Skip to content

Commit

Permalink
Merge pull request #37 from Laupetin/docs/update-readme-for-docs-website
Browse files Browse the repository at this point in the history
Update documentation to reference docs website
  • Loading branch information
Laupetin authored Nov 4, 2023
2 parents b73668c + 116415d commit b7e3fc6
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 2,956 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@ Only a subset of assets can be read from disk however, depending on the game.
Additionally, there are a couple of libraries and tools.
A full list of the subcomponents can be found [here](./docs/OatComponents.md).

## Getting started
## Using the tools

Either download [the latest release from Github](https://github.com/Laupetin/OpenAssetTools/releases/latest) or [build OAT yourself](#building-oat).
You can put OAT anywhere, it does **not** need to be placed in your game folder.
In fact i recommend against it to be able to better distinguish OAT files from game files.

For more information, check out the ["Getting started" guide in the OAT documentation](https://openassettools.dev/guide/getting-started.html).
You can find other useful guides and reference documentation there as well.

## Building OAT

You need to clone this repository using Git.
Do not download as a zip from Github because it will not be a git repository which is required for installing the submodules.
Expand Down Expand Up @@ -68,10 +77,6 @@ You now run `make` manually or use `./scripts/make_release.sh` or `./scripts/mak

The resulting binaries can be found in `build/bin/<Debug_x86|Release_x86>`.

## Using the tools

For information about how to use the tools see the ["Getting started" guide](docs/GettingStarted.md)

## Legal

OAT source code is licensed under [GPLv3](./LICENSE).
Expand Down
57 changes: 0 additions & 57 deletions docs/FolderStructure.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/GettingStarted.md

This file was deleted.

114 changes: 0 additions & 114 deletions docs/OatComponents.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Documentation

You can find the main documentation for OAT here: [https://openassettools.dev](https://openassettools.dev/).
It brings everything you need for getting started as well as other guides and reference.

In case you want to contribute to documentation you can find its source [here](https://github.com/Laupetin/oat-docs).
All that remains in this project for now are example projects.
Loading

0 comments on commit b7e3fc6

Please sign in to comment.