Skip to content

Commit

Permalink
Merge branch 'develop' into doc/pgd/fix/fixrelnotedates
Browse files Browse the repository at this point in the history
  • Loading branch information
djw-m authored Sep 19, 2023
2 parents afb1138 + 5cb7557 commit 7b3bbec
Show file tree
Hide file tree
Showing 969 changed files with 8,667 additions and 5,417 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
build-deploy:
runs-on: ubuntu-latest
runs-on: docs-16c-64gb-600gb
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -42,6 +42,16 @@ jobs:
run: |
npm rebuild
- name: Checking Gatsby cache
id: gatsby-cache-build
uses: actions/cache@v3
with:
path: |
public/*
!public/pdfs
.cache
key: ${{ runner.os }}-gatsby-build-develop

- uses: actions/setup-python@v4
with:
python-version: "3.x"
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/deploy-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: |
(github.event.action == 'labeled' && github.event.label.name == 'deploy') ||
(github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'deploy'))
runs-on: ubuntu-latest
runs-on: docs-16c-64gb-600gb
steps:
- name: inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down Expand Up @@ -56,9 +56,12 @@ jobs:
uses: actions/cache@v3
with:
path: |
public
public/*
!public/pdfs
.cache
key: ${{ runner.os }}-gatsby-build-draft-${{ github.head_ref }}
restore-keys: |
${{ runner.os }}-gatsby-build-develop
- name: Fix mtimes
run: npm run fix-mtimes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
build-deploy:
runs-on: ubuntu-latest
runs-on: docs-16c-64gb-600gb
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/post-checkout'.\n"; exit 2; }
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-checkout' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs post-checkout "$@"
2 changes: 1 addition & 1 deletion .husky/post-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/post-commit'.\n"; exit 2; }
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-commit' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs post-commit "$@"
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/post-merge'.\n"; exit 2; }
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-merge' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs post-merge "$@"
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/pre-push'.\n"; exit 2; }
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs pre-push "$@"
4 changes: 4 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# First pass basic codeowners file

product_docs/docs/pgd/ @djw-m
product_docs/docs/epas/ @nidhibhammar
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ At this point you have a couple options.

1. Run `npm run start`. The application will start in the background and take a few minutes to load.

1. You can view logs and monitor the startup process by running `npm run logs`. Once it's finished it can be accessed at `http://localhost:8000/`.
1. You can view logs and monitor the startup process by running `npm run logs`. Once it's finished it can be accessed at [http://localhost:8000/](http://localhost:8000).

#### Additional Commands and Options for the Docker Environment

Expand All @@ -63,7 +63,7 @@ At this point you have a couple options.

If you find that the container crashes frequently or see that your container has exited with code 137, increasing the Docker memory should help. Allocating at least 4GB is recommended.

1. open Docker Desktop
1. Open Docker Desktop

1. Go to Preferences (gear icon in the top right corner)

Expand Down Expand Up @@ -283,7 +283,7 @@ If you need to setup a redirect from Docs 1.0 to Docs 2.0 manually, this is the

# MDX Format

Documentation must be formatted as an [MDX file](https://www.gatsbyjs.com/docs/mdx/writing-pages/) with the `.mdx` extension. MDX is a superset of [Markdown](https://www.markdownguide.org/).
Documentation must be formatted as an [MDX file](https://www.gatsbyjs.com/docs/how-to/routing/mdx/) with the `.mdx` extension. MDX is a superset of [Markdown](https://www.markdownguide.org/). See [What is MDX?](https://mdxjs.com/docs/what-is-mdx/) for a detailed explanation of the format.

## Frontmatter

Expand Down Expand Up @@ -367,18 +367,18 @@ Content is indexed for search when the production site builds.

To contribute content to this site submit as a pull request (PR). There are two options for this:

Option 1: locally
Option 1: Making changes locally

1. [Clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this repository.
2. [Make a new branch.](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging)
3. Add commits to branch and [push to GitHub](https://git-scm.com/book/en/v2/Git-Branching-Remote-Branches).
4. Create a new PR on GitHub.

Option 2: on GitHub
Option 2: Editing files on GitHub

1. Edit a file on GitHub.
2. Submit changes as a PR on a new branch.

### Style Guide for EDB contributors

See [EDB documentation style guide](https://enterprisedb.atlassian.net/wiki/spaces/DCBC/pages/2387870239/Documentation+Style+Guide).
See [EDB documentation style guide](https://www.enterprisedb.com/docs/community/contributing/styleguide/).
22 changes: 12 additions & 10 deletions advocacy_docs/community/contributing/index.mdx
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
---
title: We love feedback!
navTitle: Feedback
title: Contributing Feedback and More
navTitle: Contributing
description: Guidelines for offering feedback to EDB Docs.
iconName: IdeaSharing
---

All feedback is welcome:

1. an idea for something new
2. you feel there's something missing
3. a mistake
Is it a simple edit for a typo? Use the **Suggest Edits** button and you can make a change to the docs which we'll review before including in the next docs update.

Github Issues is the fastest way to get that feedback in front of us.
If, on the other hand you:

[Open an issue on Github →](https://github.com/rocketinsights/edb_docs_advocacy/issues)
1. have an idea for something new
2. you feel there's something missing
3. you can see a mistake thats more than a typo

---
Then Github Issues is the fastest way to get that feedback in front of us.

### Have code or content to contribute?
[Open an issue on Github →](https://github.com/EnterpriseDB/docs/issues)

The only things we love more than feedback are pull requests. Check out [the README on Github](https://github.com/EnterpriseDB/docs) to get started.
### Have code or content to contribute?

The only things we love more than feedback are pull requests.

Check out [the README on Github](https://github.com/EnterpriseDB/docs) to get started.

2 changes: 1 addition & 1 deletion advocacy_docs/community/contributing/repo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ You'll make edits and additions via your IDE (VS Code). We recommend using [Gith

## Further reading

- [Format & Style](/community/contribute/style)
- [Format & Style](/community/contributing/styleguide)
Loading

0 comments on commit 7b3bbec

Please sign in to comment.