mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 21:31:10 +00:00
Fixing CI missing links.
This commit is contained in:
parent
17218d5eff
commit
bdc6cec336
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ This contains extras not in the [API docs](/api).
|
|||
|
||||
**GET example**
|
||||
|
||||
The current api `{version}` is [here](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/interfaces/others.ts#L1).
|
||||
The current api `{version}` is [here](https://github.com/LemmyNet/lemmy-js-client/blob/main/src/types/others.ts#L1).
|
||||
|
||||
```
|
||||
curl "http://localhost:8536/api/{version}/community/list?sort=Hot"`
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
- [Rust JWT](https://github.com/Keats/jsonwebtoken)
|
||||
- [Hierarchical tree building javascript](https://stackoverflow.com/a/40732240/1655478)
|
||||
- [Hot sorting discussion](https://meta.stackexchange.com/questions/11602/what-formula-should-be-used-to-determine-hot-questions) [2](https://medium.com/hacking-and-gonzo/how-reddit-ranking-algorithms-work-ef111e33d0d9)
|
||||
- [Classification types.](https://www.reddit.com/r/ModeratorDuck/wiki/subreddit_classification)
|
||||
- [List of subreddit types.](https://www.reddit.com/r/ListOfSubreddits/wiki/listofsubreddits/)
|
||||
- [RES expando - Possibly make this into a switching react component.](https://github.com/honestbleeps/Reddit-Enhancement-Suite/tree/d21f55c21e734f47d8ed03fe0ebce5b16653b0bd/lib/modules/hosts)
|
||||
- [Temp Icon](https://www.flaticon.com/free-icon/mouse_194242)
|
||||
- [Rust docker build](https://shaneutt.com/blog/rust-fast-small-docker-image-builds/)
|
||||
|
|
Loading…
Reference in a new issue