mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
removed try it out button from docs
This commit is contained in:
parent
87992898bb
commit
211ab8ab8e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import publicSwaggerSpec from "../../documentation/public-swagger.json";
|
|||
import internalSwaggerSpec from "../../documentation/internal-swagger.json";
|
||||
|
||||
const SWAGGER_UI_OPTIONS = {
|
||||
customCss: ".swagger-ui .topbar { display: none }",
|
||||
customCss: ".swagger-ui .topbar { display: none } .try-out { display: none }",
|
||||
customSiteTitle: "Monkeytype API Documentation",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue