docs: enable querystring option for operating systems tabs (#4542)

* docs: enable querystring option for operating systems tabs

* fix node.js version
This commit is contained in:
Shahed Nasser
2023-07-17 15:09:24 +03:00
committed by GitHub
parent 950a581690
commit 761c6c80d6
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: "16.10.0"
node-version: "16.14.0"
cache: "yarn"
- name: Install dependencies

View File

@@ -28,7 +28,7 @@ node -v
:::
<Tabs groupId="operating-systems">
<Tabs groupId="operating-systems" queryString="os">
<TabItem value="windows" label="Windows" default>
You can install the executable directly from [the Node.js website](https://nodejs.org/en/#home-downloadhead).
@@ -89,7 +89,7 @@ Make sure that you have Xcode command line tools installed; if not, run the fol
Medusa uses Git behind the scenes when you create a new project so you'll have to install it on your computer to get started.
<Tabs groupId="operating-systems">
<Tabs groupId="operating-systems" queryString="os">
<TabItem value="windows" label="Windows" default>
To install Git on Windows, you need to [download the installable package](https://git-scm.com/download/win).
@@ -151,7 +151,7 @@ After installing PostgreSQL, check out the [Configure your Backend documentation
:::
<Tabs groupId="operating-systems">
<Tabs groupId="operating-systems" queryString="os">
<TabItem value="windows" label="Windows">
You can [download the PostgreSQL Windows installer](https://www.postgresql.org/download/windows/) from their website.