Skip to content

Commit

Permalink
Merge pull request #126 from DanBot-Hosting/master
Browse files Browse the repository at this point in the history
Update dev branch
  • Loading branch information
Kyro3400 authored Oct 26, 2024
2 parents 6cf3b72 + 26bf2df commit 12f82f0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
"major"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const navLinks: Link[] = [
{ label: "Bun", link: "/server/development/bun" },
{ label: "Python", link: "/server/development/python" },
{ label: "Java", link: "/server/development/java" },
{ label: "Rust", link: "/server/development/Rust" },
{ label: "Rust", link: "/server/development/rust" },

{ label: "Premade Bots", title: true },
{ label: "Red Discord Bot", link: "/server/development/rdb" },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@tabler/icons": "3.19.0",
"cookies-next": "^4.2.1",
"cvet": "^4.0.0",
"next": "14.2.15",
"next": "14.2.16",
"@pandacss/dev": "^0.46.1",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion pages/advanced/vscode-sftp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In computing, the SSH File Transfer Protocol(SFTP) is a network protocol that pr

In order to connect to sftp using Visual Studio Code make sure you have the SFTP plugin fork by `Natizyskunk`, as the original plugin is discontinued and broken.

![VSC extension, image by blox#8880](https://cdn.discordapp.com/attachments/898041892279836692/931186965842378802/unknown.png)
![VSC extension](/content/vscode-sftp/vsc-extension.png)

## Setting up

Expand Down
Binary file added public/content/vscode-sftp/vsc-extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12f82f0

Please sign in to comment.