Skip to content

Commit f173c56

Browse files
committed
chore(app): added few flg in scalar docs
1 parent 69fdc80 commit f173c56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,18 @@ export class App {
9292
isEditable: false,
9393
layout: 'modern',
9494
darkMode: true,
95+
hideDownloadButton: true,
96+
hideDarkModeToggle: true,
9597
url: '/swagger',
9698
favicon: 'https://cdn.exercisedb.dev/exercisedb/favicon.ico',
99+
defaultOpenAllTags: true,
100+
hideClientButton: true,
97101
metaData: {
98102
applicationName: 'ExerciseDB API - v1',
99103
author: 'Ascend API',
100104
creator: 'Ascend API',
101105
publisher: 'Ascend API',
106+
ogType: 'website',
102107
robots: 'index follow',
103108
description: `**ExerciseDB API v1** is a fully open-source exercise dataset offering 1,300+ exercises with rich metadata and GIF visualizations. Built for speed and ease of use, it's ideal for personal projects, prototypes, and education.
104109

0 commit comments

Comments
 (0)