Skip to content

Commit

Permalink
Delete dupe terminus drupal guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Dec 4, 2024
1 parent f0a9e8d commit b7d4243
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 248 deletions.
2 changes: 1 addition & 1 deletion source/content/guides/drush/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Drush developers should also install and use [Terminus](/terminus), a command-li

Terminus automatically uses the version of Drush it finds in `vendor/bin/drush` when running Drush commands on the platform if you have a [Composer-based site](/guides/composer).

You can run the commands below from Terminus instead of using Drush aliases. For example, you can run `terminus drush <site>.<env> -- cc drush` instead of `drush @pantheon.SITENAME.dev cc drush`. Refer to [Manage Drupal Sites with Terminus and Drush](/guides/terminus-drupal-site-management) for more information.
You can run the commands below from Terminus instead of using Drush aliases. For example, you can run `terminus drush <site>.<env> -- cc drush` instead of `drush @pantheon.SITENAME.dev cc drush`. Refer to [Manage Drupal Sites with Terminus and Drush](/guides/drush/drupal-commandline) for more information.

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion source/content/guides/getstarted/06-addsite.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ Now it's time to purchase a site plan in preparation for launching your site.
* [Manually Migrate Sites to Pantheon](/migrate-manual)
* [Create a Static Site Using an Empty Upstream](/static-site-empty-upstream)
* [Create a Drupal Site Using a Drupal Distribution](/guides/drupal-from-dist)
* [Using Terminus to Create and Update Drupal Sites on Pantheon](/terminus-drupal-site-management/)
* [Create a Drupal Site From the Command Line Using Terminus and Drush](/guides/drush/drupal-commandline)
* [Create a WordPress Site with Terminus and WP-CLI](/guides/create-wp-site)
234 changes: 0 additions & 234 deletions source/content/terminus-drupal-site-management.md

This file was deleted.

13 changes: 2 additions & 11 deletions source/data/landings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
- text: "Create a Drupal Site From the Command Line Using Terminus and Drush"
url: "/guides/drush/drupal-commandline"
icon: "book"
- text: "Using Terminus to Create and Update Drupal Sites on Pantheon"
url: "/guides/terminus-drupal-site-management"
icon: "book"
- text: "Create a WordPress Site From the Command Line Using Terminus and WP-CLI"
url: "/guides/wp-cli"
icon: "book"
Expand Down Expand Up @@ -585,9 +582,6 @@
- text: "Create a Drupal Site From the Command Line Using Terminus and Drush"
url: "/guides/drush/drupal-commandline"
icon: "book"
- text: "Using Terminus to Create and Update Drupal Sites on Pantheon"
url: "/guides/terminus-drupal-site-management"
icon: "book"
- text: "Create a WordPress Site From the Command Line Using Terminus and WP-CLI"
url: "/guides/wp-cli"
icon: "book"
Expand Down Expand Up @@ -839,8 +833,8 @@
url: "/guides/drupal-advanced-page-cache"
- text: "Using Pantheon as a Training Platform for WordPress and Drupal"
url: "/guides/trainers"
- text: "Using Terminus to Create and Update Drupal Sites on Pantheon"
url: "/guides/terminus-drupal-site-management"
- text: "Create a Drupal Site From the Command Line Using Terminus and Drush"
url: "/guides/drush/drupal-commandline"
- text: "Using WP SAML Auth with Google Apps"
url: "/guides/wordpress-google-sso"
- text: "Using WordPress with Composer on Pantheon"
Expand Down Expand Up @@ -1066,9 +1060,6 @@
url: "/guides/local-development/drupal-phpstorm"
- text: "Drupal Commerce"
url: "/guides/drupal-commerce"
- text: "Using Terminus to Create and Update Drupal Sites on Pantheon"
url: "/guides/terminus-drupal-site-management/"
icon: "book"
- text: "Creating a services.yml File for Drupal"
url: "/services-yml"
- text: "Drush"
Expand Down
2 changes: 1 addition & 1 deletion source/releasenotes/2015-03-01-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ categories: [documentation]

Check out our new guide <strike>Automated Testing for WordPress with Behat</strike> to learn how to set up Behat on your local machine and run automated tests against a remote WordPress site. **Editors note:** This was replaced with [Automate Testing with Behat](/guides/behat).

In our new guide [Use Terminus to Create and Update Drupal Sites on Pantheon](/guides/terminus-drupal-site-management), you'll learn how to create a new Drupal site, install some contrib modules, commit code, and clone from one site environment to another—all through the Terminus CLI.
In our new guide [Use Terminus to Create and Update Drupal Sites on Pantheon](/guides/drush/drupal-commandline), you'll learn how to create a new Drupal site, install some contrib modules, commit code, and clone from one site environment to another—all through the Terminus CLI.

Feel more at home at the command line? Read our [new guide](/guides/wp-cli) to learn how to use Terminus and WP-CLI to create and manage a WordPress site.

0 comments on commit b7d4243

Please sign in to comment.