diff --git a/.gitattributes b/.gitattributes index 6f28e15..176a458 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ * text=auto -*.lockb binary diff=lockb diff --git a/.vscode/dictionary.txt b/.vscode/dictionary.txt index 3617858..4f0af7f 100644 --- a/.vscode/dictionary.txt +++ b/.vscode/dictionary.txt @@ -20,6 +20,7 @@ findstr heroicons HSTS iconify +localtunnels lockb mkcert nosniff @@ -34,8 +35,10 @@ prefetch preinstall proxied shikijs +shoutout socio Solana +sponsorware stacksjs tlsx twoslash diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index d950ec4..702b731 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -54,7 +54,7 @@ const sidebar = [ text: 'Get Started', items: [ { text: 'Intro', link: '/intro' }, - { text: 'Installation', link: '/install' }, + { text: 'Install', link: '/install' }, { text: 'Usage', link: '/usage' }, { text: 'Config', link: '/config' }, ],