Skip to content
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

ENDOC-537 Add shortcuts #547

Merged
merged 1 commit into from
Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vuepress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions vuepress/docs/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Redirecting to the latest Entando CLI information...
<EntandoRedirect to="./v7.0/docs/reference/entando-cli.html" />
2 changes: 2 additions & 0 deletions vuepress/docs/hub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Redirecting to the latest Entando Hub information...
<EntandoRedirect to="./v7.0/tutorials/solution/entando-hub.html" />