Skip to content

Commit

Permalink
drupal notes and DNS titles
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Oct 16, 2024
1 parent 9e15bc5 commit cbc7ecf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
27 changes: 13 additions & 14 deletions src/components/omniSidebarNav/submenus/dnsProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,26 @@ import { getGuideDirectory, simpleLink } from './../helpers';
const dnsProviders = () => {
return {
link: '/dns-providers',
title: 'DNS Providers',
title: 'DNS Updates',
children: [
// Should these be the parent, and DNS the child?
simpleLink('/go-live'),
simpleLink('/relaunch'),

simpleLink('/go-live', 'Going live'),
simpleLink('/relaunch', 'Relaunch an existing site'),
// This page doesn't have a title???
simpleLink('/configure-dns'),

simpleLink('/configure-dns', 'Configure DNS'),
simpleLink('/1-and-1', '1 & 1'),
simpleLink('/route53', 'Amazon Route 53'),
simpleLink('/cloudflare', 'Cloudflare'),
simpleLink('/dns-made-easy', 'DNS Made Easy'),
simpleLink('/dreamhost'),
simpleLink('/dyn'),
simpleLink('/enom'),
simpleLink('/gandi'),
simpleLink('/godaddy'),
simpleLink('/google'),
simpleLink('/namecheap'),
simpleLink('/network-solutions'),
simpleLink('/dreamhost', 'DreamHost'),
simpleLink('/dyn', 'Dyn'),
simpleLink('/enom', 'eNom'),
simpleLink('/gandi', 'Gandi'),
simpleLink('/godaddy', 'GoDaddy'),
simpleLink('/namecheap', 'Namecheap'),
simpleLink('/network-solutions', 'Network Solutions'),
// Does this still exist?
simpleLink('/google', 'Google Cloud DNS'),
],
}

Expand Down
15 changes: 12 additions & 3 deletions src/components/omniSidebarNav/submenus/drupal.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,28 @@ const drupal = () => {
children: [
simpleLink('/develop-drupal'),

simpleLink('/drupal-10'),

// This page is odd now that D11 is out.
simpleLink('/drupal-10', 'Drupal 10'),
// This page might belong in s a tutorial section.
simpleLink('/drupal-advanced-page-cache'),
simpleLink('/drupal-broken-links'),

simpleLink('/drupal-cache'),
simpleLink('/drupal-caching-views'),
simpleLink('/drupal-cloudfront'),
simpleLink('/drupal-commerce'),
simpleLink('/drupal-commerce', "Drupal Commerce"),

// This page probably belongs in a different section.
simpleLink('/drupal-composer-managed'),
simpleLink('/drupal-from-dist'),
// This is another page that felt necessary in the early days of D8.
simpleLink('/drupal-configuration-management'),
simpleLink('/drupal-cron'),
simpleLink('/drupal-from-dist'),

simpleLink('/drupal-launch-check'),
simpleLink('/drupal-migration'),
// We have another page on VS Code. Should these be combined?
simpleLink('/drupal-phpstorm'),
simpleLink('/drupal-s3'),
simpleLink('/drupal-security-patches'),
Expand Down

0 comments on commit cbc7ecf

Please sign in to comment.