From d6aab069a7e8e1a1f3baadb1a9128bbef45316ca Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Mon, 21 Aug 2023 19:40:13 +0200 Subject: [PATCH] refactor(docs): rename InstallButton to DownloadButton --- docs/07-ide/resharper.md | 4 ++-- docs/07-ide/rider.md | 4 ++-- docs/07-ide/visual-studio.md | 4 ++-- docs/07-ide/vscode.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/07-ide/resharper.md b/docs/07-ide/resharper.md index 18832efc3..4818f0c70 100644 --- a/docs/07-ide/resharper.md +++ b/docs/07-ide/resharper.md @@ -2,9 +2,9 @@ title: ReSharper --- -import InstallButton from '@site/src/components/InstallButton'; +import DownloadButton from '@site/src/components/DownloadButton'; - diff --git a/docs/07-ide/rider.md b/docs/07-ide/rider.md index a085b6743..247dc80aa 100644 --- a/docs/07-ide/rider.md +++ b/docs/07-ide/rider.md @@ -3,9 +3,9 @@ title: JetBrains Rider sidebar_position: 1 --- -import InstallButton from '@site/src/components/InstallButton'; +import DownloadButton from '@site/src/components/DownloadButton'; - diff --git a/docs/07-ide/visual-studio.md b/docs/07-ide/visual-studio.md index 883b6a66e..7eae418f5 100644 --- a/docs/07-ide/visual-studio.md +++ b/docs/07-ide/visual-studio.md @@ -2,9 +2,9 @@ title: Visual Studio --- -import InstallButton from '@site/src/components/InstallButton'; +import DownloadButton from '@site/src/components/DownloadButton'; - diff --git a/docs/07-ide/vscode.md b/docs/07-ide/vscode.md index 23a82b71c..bb3ea2b8e 100644 --- a/docs/07-ide/vscode.md +++ b/docs/07-ide/vscode.md @@ -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'; -