Skip to content

Commit 9b328b2

Browse files
committed
API, remove usage of setHeadingLevels
1 parent 4a11700 commit 9b328b2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apis/authentication.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
aside: false
33
---
44

5-
<script setup lang="ts">
6-
import { useData } from 'vitepress'
7-
import { useTheme } from 'vitepress-openapi/client'
8-
const { isDark } = useData()
9-
import { loadSpec } from '../swagger/load'
10-
const spec1 = loadSpec(1)
11-
const spec2 = loadSpec(2)
12-
useTheme().setHeadingLevels({ h1: 3, h2: 4, h3: 5 })
13-
</script>
14-
155
# Authentication
166

177
Authentication for the Lightbug APIs make use of Bearer tokens in the `Authorization` header.

0 commit comments

Comments
 (0)