From 63a93fb573a80ac5562f7af63cc6fd7d6ac62abb Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Mon, 15 Jul 2024 17:06:29 -0500 Subject: [PATCH 1/5] Updating maching token URL --- source/content/machine-tokens.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/content/machine-tokens.md b/source/content/machine-tokens.md index fe56807c15..485049bbb9 100644 --- a/source/content/machine-tokens.md +++ b/source/content/machine-tokens.md @@ -14,7 +14,7 @@ integration: [--] Machine tokens are used to uniquely identify your machine and securely authenticate via [Terminus](/terminus). -Machine tokens: +Machine tokens: - Provide the same access as your username and password - Do not expire @@ -23,7 +23,7 @@ Machine tokens: ## Create a Machine Token -1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/users/#account/tokens/). +1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/personal-settings/machine-tokens). 1. Click **Create Token**. @@ -63,7 +63,7 @@ terminus auth:login --email For security purposes, we recommend removing tokens from your account when they are no longer used. -1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/users/#account/tokens/). +1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/personal-settings/machine-tokens). 1. Locate the token you want to delete, and click **Revoke Token**. From fb2d5fb204f2d7e3146b61b74b6c341677f628ce Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Mon, 15 Jul 2024 17:23:21 -0500 Subject: [PATCH 2/5] adding link for PHP versions --- source/content/guides/php/02-php-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/guides/php/02-php-versions.md b/source/content/guides/php/02-php-versions.md index c6869d869d..17c15ddffc 100644 --- a/source/content/guides/php/02-php-versions.md +++ b/source/content/guides/php/02-php-versions.md @@ -16,7 +16,7 @@ permalink: docs/guides/php/php-versions reviewed: "2022-12-13" --- -This section provides information on how to upgrade your PHP version. +This section provides information on how to upgrade to [a supported version of PHP](/guides/php##supported-php-versions). Upgrading your site's PHP version will improve the security, performance, and supportability of your site. Refer to our blog post for an [example of 62% performance gains after upgrading PHP](https://pantheon.io/blog/php-7-now-available-all-sites-pantheon). From d2ca9ba5f5058bf363e755582dd5380ce9d8ed4f Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Mon, 15 Jul 2024 17:55:36 -0500 Subject: [PATCH 3/5] Contributor links start --- src/templates/contributor.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/templates/contributor.js b/src/templates/contributor.js index 8b547d1347..da8b03598c 100644 --- a/src/templates/contributor.js +++ b/src/templates/contributor.js @@ -87,9 +87,17 @@ class ContributorTemplate extends React.Component {

Contributions

    {docs.map(({ node }) => { + + var linkPath = ''; + if (node.frontmatter.permalink) { + linkPath = "/" + node.frontmatter.permalink; + }else { + linkPath = "/" + node.id; + } + return (
  • - + {node.frontmatter.title}
  • @@ -137,6 +145,7 @@ export const pageQuery = graphql` id frontmatter { title + permalink } fileAbsolutePath } From 64aee9fe2ccc7c2ca4ac3e8414ed651b8f666c04 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Mon, 15 Jul 2024 18:12:44 -0500 Subject: [PATCH 4/5] Revert "adding link for PHP versions" This reverts commit fb2d5fb204f2d7e3146b61b74b6c341677f628ce. --- source/content/guides/php/02-php-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/guides/php/02-php-versions.md b/source/content/guides/php/02-php-versions.md index 17c15ddffc..c6869d869d 100644 --- a/source/content/guides/php/02-php-versions.md +++ b/source/content/guides/php/02-php-versions.md @@ -16,7 +16,7 @@ permalink: docs/guides/php/php-versions reviewed: "2022-12-13" --- -This section provides information on how to upgrade to [a supported version of PHP](/guides/php##supported-php-versions). +This section provides information on how to upgrade your PHP version. Upgrading your site's PHP version will improve the security, performance, and supportability of your site. Refer to our blog post for an [example of 62% performance gains after upgrading PHP](https://pantheon.io/blog/php-7-now-available-all-sites-pantheon). From ee9a9b51cb45b197e1ee4b8186dde4c21c8f5428 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Mon, 15 Jul 2024 18:13:18 -0500 Subject: [PATCH 5/5] Revert "Updating maching token URL" This reverts commit 63a93fb573a80ac5562f7af63cc6fd7d6ac62abb. --- source/content/machine-tokens.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/content/machine-tokens.md b/source/content/machine-tokens.md index 485049bbb9..fe56807c15 100644 --- a/source/content/machine-tokens.md +++ b/source/content/machine-tokens.md @@ -14,7 +14,7 @@ integration: [--] Machine tokens are used to uniquely identify your machine and securely authenticate via [Terminus](/terminus). -Machine tokens: +Machine tokens: - Provide the same access as your username and password - Do not expire @@ -23,7 +23,7 @@ Machine tokens: ## Create a Machine Token -1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/personal-settings/machine-tokens). +1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/users/#account/tokens/). 1. Click **Create Token**. @@ -63,7 +63,7 @@ terminus auth:login --email For security purposes, we recommend removing tokens from your account when they are no longer used. -1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/personal-settings/machine-tokens). +1. [Go to your Personal Settings](/personal-settings) and select [Machine Tokens](https://dashboard.pantheon.io/users/#account/tokens/). 1. Locate the token you want to delete, and click **Revoke Token**.