Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anonhostpi committed Sep 5, 2024
1 parent 16534bd commit 2006ca9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To see the library in action, you can visit the [playground](https://anonhostpi.

You can also build and run the playground locally by following the instructions in [Building and Interactive Testing](#building-and-interactive-testing):

![DBPF.js test environment](https://github.com/anonhostpi/DBPF.js/blob/main/docs/assets/test.png)
![DBPF.js test environment](https://github.com/anonhostpi/DBPF.js/blob/main/docs/assets/v1.1.0.png)

## Usage

Expand Down
Binary file removed docs/assets/test.png
Binary file not shown.
Binary file added docs/assets/v1.1.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Additionally, without official feedback from EA or Maxis, a lot of this informat
- [DBPF v2.0](DBPF.md#dbpf-v20)
- [DBPF v3.0](DBPF.md#dbpf-v30)
- [Resource Types](sections/ResourceTypes.md)
- [THUM - Thumbnail](sections/ResourceTypes.md#thum-thumbnail)
- [THUM - Thumbnail](sections/ResourceTypes.md#thum---thumbnail)


## Background and Acknowledgements
Expand Down
3 changes: 2 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"./src/polyfill.events.ts",
"./src/polyfill.fs.ts",
"./src/polyfill.ts",
"./src/serde.ts"
"./src/serde.ts",
"./src/Plugins/**/*.ts"
],
"projectDocuments": ["./docs/**/*.md"],
"alwaysCreateEntryPointModule": false,
Expand Down

0 comments on commit 2006ca9

Please sign in to comment.