-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9420 drupalcms new #9448
base: main
Are you sure you want to change the base?
9420 drupalcms new #9448
Conversation
Hi from your friendly robot! 🤖 I've applied Prettier formatting to the following files in 6bb71e7:
The full diff is below. Please review the changes. Click to expanddiff --git a/src/components/omniSidebarNav/submenus/webInfrastructure.js b/src/components/omniSidebarNav/submenus/webInfrastructure.js
index 72aac7ac3..410282b7e 100644
--- a/src/components/omniSidebarNav/submenus/webInfrastructure.js
+++ b/src/components/omniSidebarNav/submenus/webInfrastructure.js
@@ -107,14 +107,15 @@ const webInfrastructure = () => {
]),
getGuideDirectory('guides/redirect', 'Redirects'),
-
simpleLink('/develop-drupal', 'Drupal', [
simpleLink('/develop-drupalCMS', 'DrupalCMS', [
- simpleLink('/drupalcms-from-dist', 'Create a DrupalCMS Site in Pantheon'),
+ simpleLink(
+ '/drupalcms-from-dist',
+ 'Create a DrupalCMS Site in Pantheon',
+ ),
simpleLink('/drupalcms-troubleshooting', 'DrupalCMS troubleshooting'),
-
]),
- simpleLink('/develop-drupal', 'Overview'),
+ simpleLink('/develop-drupal', 'Overview'),
simpleLink('/supported-drupal', 'Supported Drupal Versions'),
simpleLink('/modules', 'Pantheon Modules'),
simpleLink('/drupal-launch-check', 'Status Report'), |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
Thanks @alex-moreno, I'll review and will likely push some commit on top of this one |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
@alex-moreno I've consolidated down to one page and added some extra info. Can you review? |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
source/content/drupal-cms.md
Outdated
Drupal CMS builds on the concept of [Recipes](https://www.drupal.org/docs/extending-drupal/drupal-recipes) to [radically reduce the amount of time and expertise required to stand up common functionality](https://pantheon.io/blog/drupal-cms-innovations). | ||
In particular, Drupal CMS is aimed at Marketers and Content Editors who commonly use Drupal, but who may not have the technical expertise to install and configure modules themselves. | ||
|
||
For Pantheon's developer-centric community, Drupal CMS will be most valuable as a reference point and proving ground for recipes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this accurate? This seems to be saying that we don't expect Pantheon customers to get much use out of Drupal CMS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think recipes will be useful for everyone. I was testing AI chatbot the other day, and installing and configuring those modules took me quite a bit of time, and I failed. Using the recipe I had the bot up and running in minutes.
I'll propose an update on this text
source/content/drupal-cms.md
Outdated
Drupal CMS builds on the concept of [Recipes](https://www.drupal.org/docs/extending-drupal/drupal-recipes) to [radically reduce the amount of time and expertise required to stand up common functionality](https://pantheon.io/blog/drupal-cms-innovations). | ||
In particular, Drupal CMS is aimed at Marketers and Content Editors who commonly use Drupal, but who may not have the technical expertise to install and configure modules themselves. | ||
|
||
For Pantheon's developer-centric community, Drupal CMS will be most valuable as a reference point and proving ground for recipes. | ||
After trial usage of recipe combinations in sandbox sites, teams cab then replicate their favorite recipes on new or pre-existing live sites. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole section feels like we're downselling Drupal CMS and giving reasons why it's not a real solution for Pantheon customers. I don't think that's the sense we want to portray. The suggestions I've made hopefully address this somewhat.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accepted those suggestions. What do you think now?
Co-authored-by: Chris Reynolds <[email protected]>
Co-authored-by: Chris Reynolds <[email protected]>
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9448-documentation.appa.pantheon.site |
Summary
Create a Site based on DrupalCMS - Guide on creating a DrupalCMS Site in Pantheon.