Skip to content

Commit 4cf13e2

Browse files
committed
find/replace
1 parent 05e03b0 commit 4cf13e2

39 files changed

+60
-60
lines changed

.circleci/scripts/deploy-live.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ touch ./deployment-log.txt
1313
try3 rsync --delete-delay -chrltzv --ipv4 --info=BACKUP,DEL -e 'ssh -p 2222 -oStrictHostKeyChecking=no' public/ --temp-dir=../../tmp/ live.$PROD_UUID@appserver.live.$PROD_UUID.drush.in:files/docs/ | tee deployment-log.txt;
1414
if [ "$?" -eq "0" ]
1515
then
16-
echo "Success: Deployed to https://pantheon.io/docs"
16+
echo "Success: Deployed to https://docs.pantheon.io"
1717
else
1818
# If rsync returns an error code the build will fail and send notifications for review
1919
echo "Error: Deploy failed, review rsync status"

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Pull requests should be opened in a branch off the `main` branch.
33
44
For more information on contributing to Pantheon documentation:
5-
- [Contributor Guidelines](https://pantheon.io/docs/contribute)
6-
- [Style Guide](https://pantheon.io/docs/style-guide)
5+
- [Contributor Guidelines](https://docs.pantheon.io/contribute)
6+
- [Style Guide](https://docs.pantheon.io/style-guide)
77
- and the [Google developer documentation style guide](https://developers.google.com/style) for formatting recommendations when contributing to the docs.
88
99
**Note:** Please fill out the PR template to ensure proper processing and release timing. If you're not sure about a section, leave it empty.
@@ -15,10 +15,10 @@ Closes #
1515

1616
<!-- Do not remove this section.
1717
18-
Example format: [Pantheon User Account Login Session Length](https://pantheon.io/docs/user-dashboard#pantheon-user-account-login-session-length)** - Adds action that Terminus users are also logged out after 24 hours of inactivity.
18+
Example format: [Pantheon User Account Login Session Length](https://docs.pantheon.io/user-dashboard#pantheon-user-account-login-session-length)** - Adds action that Terminus users are also logged out after 24 hours of inactivity.
1919
-->
2020

21-
**[Doc Page Title](https://pantheon.io/docs/doc-title)** - <Enter a one sentence summation of the pertinent changes (including not-yet-completed work) provided by this PR.>
21+
**[Doc Page Title](https://docs.pantheon.io/doc-title)** - <Enter a one sentence summation of the pertinent changes (including not-yet-completed work) provided by this PR.>
2222

2323
## Effect
2424

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

3-
For information on how to contribute a patch, see [Contributing to Pantheon Docs](https://pantheon.io/docs/contribute) or the [source page](/source/content/contribute.md).
3+
For information on how to contribute a patch, see [Contributing to Pantheon Docs](https://docs.pantheon.io/contribute) or the [source page](/source/content/contribute.md).
44

5-
For information on content, see the [Style Guide](https://pantheon.io/docs/style-guide) ([source](/source/content/style-guide.md)).
5+
For information on content, see the [Style Guide](https://docs.pantheon.io/style-guide) ([source](/source/content/style-guide.md)).
66

77
For Pantheors, check the DOCS space in Confluence for more detailed information on how to begin contributing to docs.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Actively Maintained](https://img.shields.io/badge/Pantheon-Actively_Maintained-yellow?logo=pantheon&color=FFDC28)](https://pantheon.io/docs/oss-support-levels#actively-maintained-support)
1+
[![Actively Maintained](https://img.shields.io/badge/Pantheon-Actively_Maintained-yellow?logo=pantheon&color=FFDC28)](https://docs.pantheon.io/oss-support-levels#actively-maintained-support)
22

33
## Status Update: 2023 - January/February
44

5-
Pantheon's Docs team has suspended publishing all updates to [pantheon.io/docs](https://pantheon.io/docs) following the [4 January CircleCI incident](https://circleci.com/blog/january-4-2023-security-alert/).
5+
Pantheon's Docs team has suspended publishing all updates to [docs.pantheon.io](https://docs.pantheon.io) following the [4 January CircleCI incident](https://circleci.com/blog/january-4-2023-security-alert/).
66

7-
We took the incident as an opportunity to revoke and rotate tokens and auths in a variety of places. Doing so showed us that the way that we were publishing changes to the site wasn't ideal and that the docs site is a perfect candidate for Pantheon's [Front-End Sites offering](https://pantheon.io/docs/guides/decoupled-sites/), currently in Early Access.
7+
We took the incident as an opportunity to revoke and rotate tokens and auths in a variety of places. Doing so showed us that the way that we were publishing changes to the site wasn't ideal and that the docs site is a perfect candidate for Pantheon's [Front-End Sites offering](https://docs.pantheon.io/guides/decoupled-sites/), currently in Early Access.
88

99
We're looking forward to re-deploying on the Front-End architecture sometime in mid-February. Until then, changes that have been merged to `main` [since 4 January](https://github.com/pantheon-systems/documentation/pulls?q=is%3Apull+is%3Amerged+updated%3A%3E2023-01-04+sort%3Aupdated-desc+) are available in the [GitHub repository code](https://github.com/pantheon-systems/documentation) and can be built locally using the [steps below](#local-installation).
1010

@@ -13,7 +13,7 @@ We'll remove this notice and update the [Changelog below](#changelog) after we'v
1313
Pantheon Documentation
1414
======================
1515

16-
https://pantheon.io/docs/
16+
https://docs.pantheon.io/
1717

1818
This repository contains the [Pantheon](https://pantheon.io) documentation as well as the tools to build local test environments.
1919

@@ -25,7 +25,7 @@ This repository contains the [Pantheon](https://pantheon.io) documentation as we
2525
Our docs are written in [Markdown](https://daringfireball.net/projects/markdown/), extended with [MDX](https://github.com/mdx-js/mdx) components. The pages live in `source/content`. Read [CONTRIBUTING](<CONTRIBUTING.md>) for more details on contributing documentation improvements.
2626

2727
### Style Guide
28-
Read [our Style Guide](https://pantheon.io/docs/style-guide) for our guidelines on how to write documentation.
28+
Read [our Style Guide](https://docs.pantheon.io/style-guide) for our guidelines on how to write documentation.
2929

3030
## Local Installation
3131

source/changelogs/2016-03-01-March.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ changelog: true
99
Sandbox sites that have not been used in six months will be frozen due to inactivity. But don’t worry--you can click **Unfreeze Site** on your Dashboard if you still need it.
1010

1111
### Docs Site Changes
12-
We updated the Docs landing page to show the five top docs in each category, added a Featured category to give you quick access to the most frequently used docs, and simplified the URLs. [Check it out](https://pantheon.io/docs/)!
12+
We updated the Docs landing page to show the five top docs in each category, added a Featured category to give you quick access to the most frequently used docs, and simplified the URLs. [Check it out](https://docs.pantheon.io/)!
1313

1414
### Terminus 0.11.0 Released
1515
If you haven't updated in a while, check out the [Terminus Changelog](https://github.com/pantheon-systems/cli/blob/master/CHANGELOG.md) and get the [latest version](https://github.com/pantheon-systems/cli/releases).

source/changelogs/2016-04-01-April.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ changelog: true
99
We changed the name of the tab to reduce ambiguity.
1010

1111
### Documentation Site Updates
12-
We improved navigation on the [docs site](https://pantheon.io/docs/) by removing the drop-down options from the sub-navigation menu, and added links to the home page to view all tags, all categories, and all docs.
12+
We improved navigation on the [docs site](https://docs.pantheon.io/) by removing the drop-down options from the sub-navigation menu, and added links to the home page to view all tags, all categories, and all docs.
1313

1414
### New Terminus Plugins for Quicksilver Integrations
1515
[Terminus Quicksilver Plugin](https://github.com/pantheon-systems/terminus-quicksilver-plugin): Helps you with the initial Quicksilver/Pantheon YAML setup

source/changelogs/2016-08-01-August.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can now automatically trigger a script after creating a site or Multidev. Ch
1616
We now support PHP 5.6 and 7.0. See our documentation to learn how to [upgrade your PHP version](/guides/php/php-versions).
1717

1818
### Docs Site Updated
19-
We redesigned the [Docs home page](https://pantheon.io/docs/). Check it out and let us know what you think!
19+
We redesigned the [Docs home page](https://docs.pantheon.io/). Check it out and let us know what you think!
2020

2121
### Solr Power for WordPress 0.5 Update
2222
We released an update for the [Solr Power WordPress plugin](https://wordpress.org/plugins/solr-power/) which adds a Solr search widget that supports faceting. If you have any input please open an issue on the [GitHub repo](https://github.com/pantheon-systems/solr-power).

source/changelogs/2016-12-01-December.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ changelog: true
77
Terminus 1.0 is now available as a public beta, complete with a [new guide](/terminus). In this release, we’ve updated the command structures and transitioned from a PHP based framework to Symfony Console. If you find bugs in the latest version, please [submit them along with feature requests here](https://github.com/pantheon-systems/terminus/issues/new?mkt_tok=eyJpIjoiTjJRMk1qRmpNbU5tWm1NMyIsInQiOiJMdzVaRGFCbXY5bEJHa2h4NE5FNlFiejBGdkxNZTFxUGphMUwxWXVocitoRTJoZUlDQVhlUnNaUDlWTjh1ZU5waU1tT3R2OHYzVGk3K2c4SnFzWWJBVm9KdUNSbzNXMFVwR1BIbGt2OUFoUTR1UkN5Q21rc0dUSEh5amo5WHlGaiJ9).
88

99
### Documentation and Trailing Relaunch
10-
We've categorized our existing documentation by common user objectives to make resources easier to find. Also included in this relaunch is the groundwork for our all new video training. [Explore introductory videos](https://pantheon.io/docs) and stay tuned for more video content coming soon!
10+
We've categorized our existing documentation by common user objectives to make resources easier to find. Also included in this relaunch is the groundwork for our all new video training. [Explore introductory videos](https://docs.pantheon.io) and stay tuned for more video content coming soon!
1111

1212
![New Docs](../images/docs-relaunch.png)
1313

source/changelogs/2020-07-01-July.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ Updates to both of these docs help clarify what Pantheon counts as site visits a
5353

5454
### Inclusive Language
5555

56-
As part of our commitment to more inclusive language, Pantheon recently switched to using `blocklist`/`allowlist`, and [pantheon.io/docs](https://pantheon.io/docs) has renamed its default Git branch to `main`.
56+
As part of our commitment to more inclusive language, Pantheon recently switched to using `blocklist`/`allowlist`, and [docs.pantheon.io](https://docs.pantheon.io) has renamed its default Git branch to `main`.
5757

5858
Learn more about inclusive language at [Google’s Writing inclusive documentation](https://developers.google.com/style/inclusive-documentation) guide.

source/changelogs/2021-08-01-August.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Drupal 9.2.x will receive security coverage until June 15, 2022. Sites on 9.1.x
3131

3232
## Documentation
3333

34-
[Autopilot](https://pantheon.io/docs/guides/autopilot) - Pantheon Autopilot has been released and is available to Gold, Platinum, and Diamond customers and partners. Check it out today by logging in and trying out the [new Dashboard](https://pantheon.io/docs/guides/new-dashboard). Click **Try the New Dashboard** in the User or Organization Dashboard to access the new Dashboard; the option for a guided tour of the new Dashboard is provided upon logging in for the first time. Defaulting to either the existing or the new Dashboard can be managed through your personal settings. For more information please review [Autopilot documentation](https://pantheon.io/docs/guides/autopilot).
34+
[Autopilot](https://docs.pantheon.io/guides/autopilot) - Pantheon Autopilot has been released and is available to Gold, Platinum, and Diamond customers and partners. Check it out today by logging in and trying out the [new Dashboard](https://docs.pantheon.io/guides/new-dashboard). Click **Try the New Dashboard** in the User or Organization Dashboard to access the new Dashboard; the option for a guided tour of the new Dashboard is provided upon logging in for the first time. Defaulting to either the existing or the new Dashboard can be managed through your personal settings. For more information please review [Autopilot documentation](https://docs.pantheon.io/guides/autopilot).
3535

36-
[Weekly Email Notifications for Autopilot](https://pantheon.io/docs/guides/new-dashboard/personal-settings#autopilot-email-notifications) - You can opt-in to receive an Autopilot weekly email digest which includes a summary of updates and activity on a site. To start receiving these emails, specify your preferences in the Personal Settings section of your new Dashboard.
36+
[Weekly Email Notifications for Autopilot](https://docs.pantheon.io/guides/new-dashboard/personal-settings#autopilot-email-notifications) - You can opt-in to receive an Autopilot weekly email digest which includes a summary of updates and activity on a site. To start receiving these emails, specify your preferences in the Personal Settings section of your new Dashboard.
3737

0 commit comments

Comments
 (0)