diff options
| author | Fuwn <[email protected]> | 2022-03-09 02:11:58 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 02:11:58 -0800 |
| commit | ae0dc77693647ca0107d303029bd3e389e039c26 (patch) | |
| tree | 51ce63c04abdb674fae8657184e904e59a8b4df4 | |
| parent | refactor(routes): get index from file (diff) | |
| download | api-worker-ae0dc77693647ca0107d303029bd3e389e039c26.tar.xz api-worker-ae0dc77693647ca0107d303029bd3e389e039c26.zip | |
fix(index.rst): document random
| -rw-r--r-- | src/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.rst b/src/index.rst index 0b96cf1..145cf4c 100644 --- a/src/index.rst +++ b/src/index.rst @@ -12,9 +12,10 @@ For example; if a route is notated as "/v2/route/:parameter", you can access tha - /: Index page, a mirror of /v2 (you are here) - /v2 - - /github: GitHub API mirror for https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books + - /github: GitHub API mirror for the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository - /languages: A list of all languages that appear in the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository - /language/:language: A list of all images that are labeled under the language, ":language", in the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository + - /random: A random image from the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository Notes ----- |