-
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
Move all pages into a nested navigation #9097
Conversation
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9097-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-9097-documentation.appa.pantheon.site |
…documentation into nested-nav---reporting
Hi from your friendly robot! 🤖 I've applied Prettier formatting to the following files in f1169ef:
The full diff is below. Please review the changes. Click to expanddiff --git a/src/components/omniSidebarNav/submenus/terminus.js b/src/components/omniSidebarNav/submenus/terminus.js
index 6050a2b57..fcc7b359e 100644
--- a/src/components/omniSidebarNav/submenus/terminus.js
+++ b/src/components/omniSidebarNav/submenus/terminus.js
@@ -5,7 +5,6 @@ const terminus = () => {
link: '/terminus',
title: 'Command Line Interface (CLI)',
children: [
-
simpleLink('/terminus', 'Terminus User Manual', [
simpleLink('/terminus', 'Introduction'),
simpleLink('/terminus/install', 'Install and Update Terminus'), |
…documentation into nested-nav---reporting
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9097-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-9097-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-9097-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-9097-documentation.appa.pantheon.site |
Hi from your friendly robot! 🤖 I've applied Prettier formatting to the following files in 23c3aaa:
The full diff is below. Please review the changes. Click to expanddiff --git a/gatsby-node.js b/gatsby-node.js
index ef1923c19..7297ca05b 100644
--- a/gatsby-node.js
+++ b/gatsby-node.js
@@ -692,6 +692,5 @@ exports.onPostBuild = async ({ graphql, getNodes }) => {
};
*/
-
/* todo Should there be an error thrown if a release note category is set that is not allowed? */
/* todo, infer published date from file name. And throw an error if there are files that don't follow the pattern. */
diff --git a/src/components/omniSidebarNav/submenus/terminus.js b/src/components/omniSidebarNav/submenus/terminus.js
index d47dce2d3..42c6ef719 100644
--- a/src/components/omniSidebarNav/submenus/terminus.js
+++ b/src/components/omniSidebarNav/submenus/terminus.js
@@ -19,10 +19,7 @@ const terminus = () => {
'/terminus/supported-terminus',
'Supported Terminus and PHP Versions',
),
- simpleLink(
- '/terminus/updates',
- 'Terminus Changelog',
- ),
+ simpleLink('/terminus/updates', 'Terminus Changelog'),
simpleLink('/terminus/terminus-3-0', 'Terminus 3'),
]),
simpleLink('/machine-tokens', 'Authentication', [ |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9097-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-9097-documentation.appa.pantheon.site |
The pull requests moves all pages within the documentation site into one information architecture.