Skip to content

Commit

Permalink
Update doc website
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1304 committed May 6, 2024
1 parent 668a62a commit 262952d
Show file tree
Hide file tree
Showing 20 changed files with 8,358 additions and 34,837 deletions.
12 changes: 0 additions & 12 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 5 additions & 62 deletions .idea/dbnavigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 2 additions & 40 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A reactive Geometry Dash API wrapper for Java.

## Overview

JDash is a multi-module library **requiring [JDK 17](https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot) or above since version 5.0**. There are currently 4 modules.
JDash is a multi-module library **requiring [JDK 17](https://adoptium.net) or above since version 5.0**. There are currently 4 modules.

### JDash Client module

Expand Down Expand Up @@ -75,7 +75,7 @@ ColorSelection color = new ColorSelection(12, 9, OptionalInt.of(9));
BufferedImage output = renderer.render(color);
```

![icon](graphics/src/test/resources/tests/spider-15.png)
![icon](website/docs/assets/spider-15.png)

#### Example 2: Generate the full icon set of a `GDUserProfile`

Expand All @@ -86,7 +86,7 @@ IconSetFactory factory = IconSetFactory.forUser(user);
BufferedImage output = factory.createIconSet();
```

![icon](graphics/src/test/resources/tests/iconSet.png)
![icon](website/docs/assets/iconSet.png)

#### Example 3: Generate an arbitrary difficulty icon

Expand All @@ -97,7 +97,7 @@ BufferedImage image = DifficultyRenderer.create(DemonDifficulty.EASY)
.render();
```

![icon](graphics/src/test/resources/tests/demon-easy-10-stars-legendary.png)
![icon](website/docs/assets/demon-easy-10-stars-legendary.png)

#### Example 4: Generate the difficulty icon of a `GDLevel`

Expand All @@ -106,7 +106,7 @@ GDClient client = GDClient.create();
GDLevel level = client.findLevelById(10565740).block();
BufferedImage image = DifficultyRenderer.forLevel(level).render();
```
![icon](graphics/src/test/resources/tests/level.png)
![icon](website/docs/assets/level.png)


Maven dependency:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/assets/iconSet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/assets/level.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/assets/spider-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 0 additions & 72 deletions website/docs/intro.md

This file was deleted.

Loading

0 comments on commit 262952d

Please sign in to comment.