Skip to content

Commit

Permalink
Fix .md prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstubbs committed Jul 17, 2024
1 parent c00553b commit f57d5be
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 42 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pnpm prettier ./**/*.md -w
pnpm pre-commit
3 changes: 2 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

### Patch Changes

- a388ad0: Don't notify the user that an update is available, if it is only a pre-release.
- a388ad0: Don't notify the user that an update is available, if it is only a
pre-release.
- Updated dependencies [11e0509]
- Updated dependencies [87fdf27]
- @pantheon-systems/pcc-sdk-core@3.7.0
Expand Down
7 changes: 4 additions & 3 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

### Patch Changes

- 11e0509: Fixed issue where some GQL parameters would not be passed to the API in
`getAllArticles`
- 87fdf27: PCC-GRANT (preview token) cookie now set with most relaxed security so that preview-pages can be shown in iframes.
- 11e0509: Fixed issue where some GQL parameters would not be passed to the API
in `getAllArticles`
- 87fdf27: PCC-GRANT (preview token) cookie now set with most relaxed security
so that preview-pages can be shown in iframes.

## 3.6.1

Expand Down
4 changes: 3 additions & 1 deletion packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Patch Changes

- e7d5252: Gracefully handle implementation edge case where a smart component map was provided to the ArticlerRenderer but without defining the react components that should be used.
- e7d5252: Gracefully handle implementation edge case where a smart component
map was provided to the ArticlerRenderer but without defining the react
components that should be used.
- Updated dependencies [11e0509]
- Updated dependencies [87fdf27]
- @pantheon-systems/pcc-sdk-core@3.7.0
Expand Down
15 changes: 11 additions & 4 deletions starters/gatsby-starter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ npm init pantheon-decoupled-kit -- gatsby-pcc

## Serverside Rendering

This starter uses Gatsby's [createPages API](https://www.gatsbyjs.com/docs/creating-and-modifying-pages/) to pre-render the pages on the server. See `gatsby-node.mjs` file for the implementation details.
This starter uses Gatsby's
[createPages API](https://www.gatsbyjs.com/docs/creating-and-modifying-pages/)
to pre-render the pages on the server. See `gatsby-node.mjs` file for the
implementation details.

You could also use the provided client-side hooks in @pantheon-systems/pcc-react-sdk (`useArticles` and `useArticle`) to render the pages on the client.
You could also use the provided client-side hooks in
@pantheon-systems/pcc-react-sdk (`useArticles` and `useArticle`) to render the
pages on the client.

## Pantheon @pantheon-systems/gatsby-kit and @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/gatsby-kit and @pantheon-systems/pcc-react-sdk are included as dependencies in this project. This allows developers to make use of utility functions to simplify the
process of building and maintaining a Front-End site on Pantheon.
Pantheon's @pantheon-systems/gatsby-kit and @pantheon-systems/pcc-react-sdk are
included as dependencies in this project. This allows developers to make use of
utility functions to simplify the process of building and maintaining a
Front-End site on Pantheon.

Full documentation can be found at:
https://github.com/pantheon-systems/decoupled-kit-js/tree/canary/web/docs/Packages
14 changes: 7 additions & 7 deletions starters/nextjs-starter-approuter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand All @@ -26,7 +25,8 @@ pcc init ./my-new-site --template=nextjs

## Pantheon's @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this project.
Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this
project.

## Tests

Expand Down
14 changes: 7 additions & 7 deletions starters/nextjs-starter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand All @@ -26,7 +25,8 @@ pcc init ./my-new-site --template=nextjs

## Pantheon's @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this project.
Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this
project.

## Tests

Expand Down
14 changes: 7 additions & 7 deletions starters/nextjs-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand All @@ -26,7 +25,8 @@ pcc init ./my-new-site --template=nextjs

## Pantheon's @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this project.
Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this
project.

## Tests

Expand Down
11 changes: 5 additions & 6 deletions starters/vue-starter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand Down
11 changes: 5 additions & 6 deletions starters/vue-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand Down

0 comments on commit f57d5be

Please sign in to comment.