Skip to content

Commit

Permalink
refactor(docs): rename InstallButton to DownloadButton
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Aug 21, 2023
1 parent bcf9854 commit d6aab06
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/07-ide/resharper.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: ReSharper
---

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

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

Expand Down
4 changes: 2 additions & 2 deletions docs/07-ide/rider.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: JetBrains Rider
sidebar_position: 1
---

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

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

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

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

<InstallButton
<DownloadButton
url="/download/visualstudio"
event="ICIIXSN5" />

Expand Down
4 changes: 2 additions & 2 deletions docs/07-ide/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Visual Studio Code
---

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

<InstallButton
<DownloadButton
url="/download/vscode"
event="DR2GVCBB" />

Expand Down

0 comments on commit d6aab06

Please sign in to comment.