Skip to content

Commit

Permalink
Merge pull request #4 from Alex1304/docs
Browse files Browse the repository at this point in the history
Added numbers to docs pages
  • Loading branch information
Alex1304 committed May 10, 2018
2 parents 428272b + 808b779 commit d4d1368
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TestMain {

```

The full documentation hasn't been made yet, but it will come very soon in the next versions.
The full documentation is available [here](http://jdash.readthedocs.io/en/latest).

# License

Expand Down
2 changes: 1 addition & 1 deletion docs/Get-started.md → docs/1.-Get-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Get started
# 1. Get started

Want to use JDash in your Java project? Great. This section covers the installation and the configuration part.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic usage of the HTTP client
# 2. Basic usage of the HTTP client

JDash provides a simple HTTP client to make requests to Geometry Dash servers. This section will show a basic example of its usage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The HTTP request objects
# 3. The HTTP request objects

This section will focus more on the HTTP request objects.

Expand Down
2 changes: 1 addition & 1 deletion docs/Custom-responses.md → docs/4.-Custom-responses.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom responses
# 4. Custom responses

To build the response of a HTTP request, JDash already provides a set of objects such as `GDLevel`, `GDUser`, `GDComponentList`, etc.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Introduction
# JDash Documentation

## Presentation

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alex1304dev</groupId>
<artifactId>jdash</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>jdash</name>
Expand Down

0 comments on commit d4d1368

Please sign in to comment.