-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ada7c9b
commit 9686f1c
Showing
5 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
{ | ||
"index": "Overview", | ||
"auth": "Authentication" | ||
"index": { | ||
"title": "Overview", | ||
"theme": { | ||
"footer": true, | ||
"sidebar": true, | ||
"toc": false | ||
} | ||
}, | ||
"auth": { | ||
"title": "Authentication", | ||
"theme": { | ||
"footer": true, | ||
"sidebar": true, | ||
"toc": false | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"index": "Get anime information" | ||
"index": { | ||
"title": "Get anime information" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
{ | ||
"index": "The `Quote` object", | ||
"random": "Get random quote", | ||
"random-via-anime": "Get random quote via anime", | ||
"random-via-character": "Get random quote via character", | ||
"quotes-by-anime": "Get quotes by anime", | ||
"quotes-by-character": "Get quotes by character" | ||
"index": { | ||
"title": "The `Quote` object" | ||
}, | ||
"random": { | ||
"title": "Get random quote" | ||
}, | ||
"random-via-anime": { | ||
"title": "Get random quote via anime" | ||
}, | ||
"random-via-character": { | ||
"title": "Get random quote via character" | ||
}, | ||
"quotes-by-anime": { | ||
"title": "Get quotes by anime" | ||
}, | ||
"quotes-by-character": { | ||
"title": "Get quotes by character" | ||
}, | ||
"pagination": { | ||
"title": "Pagination" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters