Skip to content

Commit

Permalink
Fix TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Jan 15, 2017
1 parent d690796 commit 6091883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions en-GB/cheesegull/cheesegull-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ CheeseGull is the successor of [mirror](https://zxq.co/ripple/mirror), and it is
* [Time](#time)
* [Types](#types)
* [Beatmap](#beatmap)
* [BeatmapSet](#beatmapset)
* [BeatmapSet](#beatmapset)
* [Beatmaps and sets](#beatmaps-and-sets)
* [GET /api/b/:id](#get-%2Fapi%2Fb%2Fid)
* [GET /api/s/:id](#get-%2Fapi%2Fs%2Fid)
* [GET /api/b/:id](#get-%2Fapi%2Fb%2F%3Aid)
* [GET /api/s/:id](#get-%2Fapi%2Fs%2F%3Aid)

<!-- tocstop -->

Expand Down Expand Up @@ -73,7 +73,7 @@ Field name | Type | Description
`MaxCombo` | `int` | Maximum combo someone can achieve.
`DifficultyRating` | `float64` | Star difficulty rating of the map. If this is an osu! standard map, this is the star rating for osu! standard. There's no way to get the star rating for other modes in converted beatmaps.

## BeatmapSet
### BeatmapSet

Field name | Type | Description
--------------------|----------|------------------
Expand Down
2 changes: 1 addition & 1 deletion tocgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function readRecursive(dir, callback) {

function slugger(w) {
return uslug(w, {
allowedChars: "-_~/()"
allowedChars: ":-_~/()"
})
}

Expand Down

0 comments on commit 6091883

Please sign in to comment.