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:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v2.4.1
|
uses: actions/setup-node@v2.4.1
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.14.0"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ node -v
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<Tabs groupId="operating-systems">
|
<Tabs groupId="operating-systems" queryString="os">
|
||||||
<TabItem value="windows" label="Windows" default>
|
<TabItem value="windows" label="Windows" default>
|
||||||
|
|
||||||
You can install the executable directly from [the Node.js website](https://nodejs.org/en/#home-downloadhead).
|
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.
|
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>
|
<TabItem value="windows" label="Windows" default>
|
||||||
|
|
||||||
To install Git on Windows, you need to [download the installable package](https://git-scm.com/download/win).
|
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">
|
<TabItem value="windows" label="Windows">
|
||||||
|
|
||||||
You can [download the PostgreSQL Windows installer](https://www.postgresql.org/download/windows/) from their website.
|
You can [download the PostgreSQL Windows installer](https://www.postgresql.org/download/windows/) from their website.
|
||||||
|
|||||||
Reference in New Issue
Block a user