Skip to content

Commit

Permalink
docs: remove download events
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jan 27, 2024
1 parent 78bb364 commit da755bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions docs/07-ide/resharper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ title: ReSharper

import DownloadButton from '@site/src/components/DownloadButton';

<DownloadButton
url="/download/resharper"
event="WOA4OHK6" />
<DownloadButton url="/download/resharper" />

In [ReSharper](https://www.jetbrains.com/resharper) you can install the _NUKE Support extension_ to be more productive in writing, running, and debugging your builds.

Expand Down
4 changes: 1 addition & 3 deletions docs/07-ide/rider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ sidebar_position: 1

import DownloadButton from '@site/src/components/DownloadButton';

<DownloadButton
url="/download/rider"
event="CDWS3QRP" />
<DownloadButton url="/download/rider" />

In [JetBrains Rider](https://www.jetbrains.com/rider) you can install the _NUKE Support plugin_ to be more productive in writing, running, and debugging your builds.

Expand Down
4 changes: 1 addition & 3 deletions docs/07-ide/visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ title: Visual Studio

import DownloadButton from '@site/src/components/DownloadButton';

<DownloadButton
url="/download/visual-studio"
event="ICIIXSN5" />
<DownloadButton url="/download/visual-studio" />

In [Visual Studio](https://visualstudio.microsoft.com/) you can install the _NUKE Support extension_ to be more productive in writing, running, and debugging your builds.

Expand Down
4 changes: 1 addition & 3 deletions docs/07-ide/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ title: Visual Studio Code
import DownloadButton from '@site/src/components/DownloadButton';
import ControlKey from '@site/src/components/ControlKey';

<DownloadButton
url={null}
event="DR2GVCBB" />
<DownloadButton url={null} />

In [Visual Studio Code](https://code.visualstudio.com/) you can install the _NUKE Support extension_ to be more productive in writing, running, and debugging your builds.

Expand Down

0 comments on commit da755bf

Please sign in to comment.