Docs(shortcuts): add expr and starlark (#2759)

Signed-off-by: Birkhoff Lee <git@birkhoff.me>
This commit is contained in:
Birkhoff Lee
2023-05-21 21:24:21 +08:00
committed by GitHub
parent c244229ffb
commit 46bb6c38ff
2 changed files with 31 additions and 4 deletions

View File

@ -71,6 +71,13 @@ export default defineConfig({
base: '/clash/',
head: [
[
'link',
{ rel: 'icon', type: "image/x-icon", href: '/clash/logo.png' }
],
],
themeConfig: {
outline: 'deep',