-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): append output to examples
- Loading branch information
1 parent
e9ab5cb
commit 2a4dc4c
Showing
11 changed files
with
287 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
import { DefaultTheme } from 'vitepress' | ||
|
||
export const sidebarExamples: DefaultTheme.SidebarItem[] = [ | ||
import { DefaultTheme } from 'vitepress' | ||
|
||
export const sidebarExamples:DefaultTheme.SidebarItem[] = [ | ||
{ | ||
'text': 'Arguments', | ||
'link': '/examples/arguments', | ||
"text": "Arguments", | ||
"link": "/examples/arguments" | ||
}, | ||
{ | ||
'text': 'Config Fetch', | ||
'link': '/examples/config-fetch', | ||
"text": "Config Fetch", | ||
"link": "/examples/config-fetch" | ||
}, | ||
{ | ||
'text': 'Config Http Headers', | ||
'link': '/examples/config-http-headers', | ||
"text": "Config Http Headers", | ||
"link": "/examples/config-http-headers" | ||
}, | ||
{ | ||
'text': 'Raw Typed', | ||
'link': '/examples/raw-typed', | ||
"text": "Raw Typed", | ||
"link": "/examples/raw-typed" | ||
}, | ||
{ | ||
'text': 'Raw', | ||
'link': '/examples/raw', | ||
"text": "Raw", | ||
"link": "/examples/raw" | ||
}, | ||
{ | ||
'text': 'RawString Typed', | ||
'link': '/examples/rawString-typed', | ||
"text": "RawString Typed", | ||
"link": "/examples/rawString-typed" | ||
}, | ||
{ | ||
'text': 'RawString', | ||
'link': '/examples/rawString', | ||
}, | ||
"text": "RawString", | ||
"link": "/examples/rawString" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.