Skip to content

Commit a96e158

Browse files
Merge pull request #1358 from EnterpriseDB/release/2021-05-11
Former-commit-id: dba19b2
2 parents d79005e + 1b85db0 commit a96e158

File tree

594 files changed

+3214
-25241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

594 files changed

+3214
-25241
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ We recommend using MacOS to work with the EDB Docs application.
2828

2929
1. Install Python 3 with `brew install python3`, if it's not already installed. (Use `python3 -V` to check that you have version 3.6 or higher.) Python is not needed for the core Gatsby system, but is required by several source scripts.
3030

31-
1. Install Yarn with `npm i -g yarn`. Yarn is the package manager we're using for this project, instead of NPM.
31+
1. Install Yarn with `npm i -g yarn`. Yarn is the package manager we're using for this project, instead of NPM. NPM may fail with a permissions related issue. To fix that, ensure that your user account owns the required directory: `sudo chown -R $(whoami) /usr/local/lib/node_modules`
3232

3333
1. Install Gatsby with `npm i -g gatsby-cli`. Gatsby is the software that powers the EDB Docs site.
3434

3535
1. Install all required packages by running `yarn`.
3636

37-
1. Pull the shared icon files down with `git submodule update --init`.
37+
1. Pull the shared icon files down with `git submodule update --init`. This needs to be run inside of the project folder, if you have cloned the repo using GitHub Desktop, ensure that you have `cd` into the project.
3838

3939
1. And finally, you can start up the site locally with `yarn develop`, which should make it live at `http://localhost:8000/`. Huzzah!
4040

README_DOCKER_VSCODE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ If you cannot or do not wish to install the prerequisite versions of Python, Nod
77
1. [Docker](https://docs.docker.com/get-docker/) (for MacOS or Windows, that'll be Docker Desktop)
88
2. [Visual Studio Code](https://code.visualstudio.com/docs/setup/setup-overview)
99
3. The [Remote Development Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) for VSCode
10+
4. [Git](https://git-scm.com/download)
1011

1112
If you intend to edit using VSCode, I also recommend installing the [MDX extension](https://marketplace.visualstudio.com/items?itemName=silvenon.mdx) - this is not required, but it is handy!
1213

1314
## Installation
1415

1516
1. In VSCode, from the command pallet select the `Remote-Containers: Clone Repository in Container Volume...` command
1617
2. Paste in the URL of this repository, or a GitHub branch URL, or a GitHub PR URL
17-
3. Choose "isolated volume" (in most cases this will be what you want)
18+
3. Choose "unique volume" (in most cases this will be what you want)
1819
4. Wait for VSCode to build the container, then open a terminal
1920
8. Run the site locally with `yarn develop`. VSCode will remap port 8000 used within the container to a free port on your machine, which you can view from the Remote Explorer panel in the left sidebar - or ctrl+click the URL that Gatsby prints in the terminal to open directly.
2021

product_docs/docs/bart/2.4/index.mdx

-12
This file was deleted.

product_docs/docs/bart/2.5.1/index.mdx

-12
This file was deleted.

product_docs/docs/bart/2.5.2/index.mdx

-12
This file was deleted.

product_docs/docs/bart/2.5.3/index.mdx

-12
This file was deleted.

product_docs/docs/bart/2.5.4/index.mdx

-12
This file was deleted.

product_docs/docs/bart/2.5.5/index.mdx

-12
This file was deleted.

product_docs/docs/bart/2.5.7/index.mdx

-12
This file was deleted.

0 commit comments

Comments
 (0)