We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a6797 commit ede44f1Copy full SHA for ede44f1
1 file changed
docs/.vitepress/config.mts
@@ -4,8 +4,12 @@ import { defineConfig } from 'vitepress'
4
export default defineConfig({
5
title: "Documentation",
6
description: "",
7
+
8
themeConfig: {
9
// https://vitepress.dev/reference/default-theme-config
10
+ externalLinkIcon: true,
11
+ outline: { level: [2, 3] },
12
13
nav: [
14
{ text: 'remoteStorage.js', link: '/' },
15
],
0 commit comments