Skip to content

Commit

Permalink
Merge pull request #4685 from EnterpriseDB/release/2023-08-24
Browse files Browse the repository at this point in the history
Release: 2023-08-24
  • Loading branch information
drothery-edb authored Aug 24, 2023
2 parents c780dc2 + 83bb336 commit a9b4c3f
Show file tree
Hide file tree
Showing 56 changed files with 1,128 additions and 440 deletions.
6 changes: 3 additions & 3 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
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

1 comment on commit a9b4c3f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.