Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Dec 25, 2023
1 parent d0d1be3 commit e9b5344
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"editor.insertSpaces": true,
"editor.tabSize": 4
},
"files.associations": {
"*.mdx": "markdown"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
Expand Down
5 changes: 5 additions & 0 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import type { DocsThemeConfig } from "nextra-theme-docs"

export default {
head: (
<>
<link rel="shortcut icon" type="image/png" href="https://raw.githubusercontent.com/cooolbros/vscode-vdf/main/icon.png" />
</>
),
docsRepositoryBase: "https://github.com/cooolbros/vscode-vdf/tree/main/apps/docs",
footer: {
text: (
Expand Down

0 comments on commit e9b5344

Please sign in to comment.