Skip to content

Commit

Permalink
Closes #95. Documentation Updates (#97)
Browse files Browse the repository at this point in the history
* Updated Download link to release version
* Fixed typos in documentation
  • Loading branch information
kasem-sm authored Apr 23, 2022
1 parent 81414bf commit a31c5a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ daily-read reminders, explore new authors, and share your articles**_. App built

## Latest Release

[![Latest Release](https://img.shields.io/badge/Release-v0.22.0.3850-brightgreen)](https://github.com/kasem-sm/SlimeKT/releases)
[![Slime APK](https://img.shields.io/github/v/release/kasem-sm/slimekt?color=8D0AF2&label=Download&logo=android&style=for-the-badge)](https://github.com/kasem-sm/SlimeKT/releases)

## Documentation 📚

Expand All @@ -39,7 +39,7 @@ official [Android documentation](https://developer.android.com/jetpack/guide)

## Sample, Screenshots and Demo 📱

[![Slime APK](https://img.shields.io/github/v/release/kasem-sm/slimekt?color=8D0AF2&label=Download&logo=android&style=for-the-badge)](https://github.com/kasem-sm/slimekt/releases/app-release.apk)
[![Slime APK](https://img.shields.io/github/v/release/kasem-sm/slimekt?color=8D0AF2&label=Download&logo=android&style=for-the-badge)](https://github.com/kasem-sm/SlimeKT/releases/download/v0.22.0.3850/app-release.apk)

![Screenshot Board 1](/docs/screenshots/board_1.png)

Expand Down
1 change: 1 addition & 0 deletions docs/api/article/post_article.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| `Authorization` | Bearer Token <User Token>` |

It creates a new article provided that the user is authenticated. If the user passes a topic name that doesn't exist, the server will automatically create a new topic with that name.
Currently this is disabled in production to avoid abuse.

Create Request:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/api/subscribption/get_all_explore_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GET api/subscriptionService/explore
```

Fetches all the **unsubscribed** topics of the current user. If `userId` is null, the request will redirect to the [Get All Topics] (https://kasem-sm.github.io/SlimeKT/api/topics/get_all_topics/) route.
Fetches all the **unsubscribed** topics of the current user. If `userId` is null, the request will redirect to the [Get All Topics](https://kasem-sm.github.io/SlimeKT/api/topics/get_all_topics/) route.


| Parameter | Type | Description | Required | Default Value |
Expand Down
2 changes: 2 additions & 0 deletions docs/guide/app_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ The `viewModel` exposes `uiEvent` and `uiState` and some public functions. `uiEv
</figure>

### Interactors

# -- Work In Progress --

0 comments on commit a31c5a2

Please sign in to comment.