From a6044383c1e9efd62bee9cd1e4182db4508733df Mon Sep 17 00:00:00 2001 From: Nathan Shaw Date: Thu, 4 Aug 2022 15:11:06 -0400 Subject: [PATCH] ENDOC-537 Add shortcuts --- vuepress/README.md | 2 +- vuepress/docs/cli.md | 2 ++ vuepress/docs/hub.md | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 vuepress/docs/cli.md create mode 100644 vuepress/docs/hub.md diff --git a/vuepress/README.md b/vuepress/README.md index becd9b7d71..178f55625a 100644 --- a/vuepress/README.md +++ b/vuepress/README.md @@ -77,7 +77,7 @@ We have a simple versioning system in place currently. Creating a new version in 1. Add the new version to `extraWatchFiles` 1. Add sidebars for the new version under `themeConfig.sidebar` 1. Add the new version to `navLinks.js` -1. Modify Getting Started guide (top-level page, docs/getting-started and quick reference) to update references to jhipster, etc. to point to the appropriate build or package versions. +1. Modify Getting Started guide (top-level pages like cli.md and hub.md, docs/getting-started and quick reference) to update references to jhipster, etc. to point to the appropriate build or package versions. 1. Search for `/next` and `/vX.(Y-1)` references in the new vX.Y docs. If common practices have been followed, all docs should be using relative references so this should result in no additional changes. Please note that custom-resources.md has multiple absolute and relative links that should be checked with any version updates. 1. Run `yarn docs:check-md` to check for broken links. 1. Publish to the staging site and run the deadlink checker on it diff --git a/vuepress/docs/cli.md b/vuepress/docs/cli.md new file mode 100644 index 0000000000..2a405d53f0 --- /dev/null +++ b/vuepress/docs/cli.md @@ -0,0 +1,2 @@ +Redirecting to the latest Entando CLI information... + \ No newline at end of file diff --git a/vuepress/docs/hub.md b/vuepress/docs/hub.md new file mode 100644 index 0000000000..1c0ccce2ab --- /dev/null +++ b/vuepress/docs/hub.md @@ -0,0 +1,2 @@ +Redirecting to the latest Entando Hub information... + \ No newline at end of file