Skip to content

Commit cc9b8ba

Browse files
authored
Merge pull request #79 from woocommerce/qit-954-restore-how-to-upgrade-qit-cli-doc-lost-from-test-packages
Restore missing URL and add redirect
2 parents 408fd4e + 4f2ab61 commit cc9b8ba

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

docs/getting-started.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ After updating your PATH, open a new terminal window or reload your shell config
4343

4444
</details>
4545

46+
## Updating the QIT CLI
47+
48+
Update to the latest version:
49+
50+
```bash
51+
composer global update woocommerce/qit-cli
52+
```
53+
4654
## Authentication
4755

4856
Connect QIT to your WooCommerce.com account:

docusaurus.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@ const config = {
8585
generateLLMsTxt: true,
8686
generateLLMsFullTxt: true,
8787
}],
88+
[
89+
'@docusaurus/plugin-client-redirects',
90+
{
91+
redirects: [
92+
{
93+
from: '/installation-setup/cli-installation',
94+
to: '/getting-started',
95+
},
96+
],
97+
},
98+
],
8899
],
89100

90101
themes: ['@docusaurus/theme-mermaid'],

package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@docusaurus/core": "^3.9.2",
18+
"@docusaurus/plugin-client-redirects": "^3.9.2",
1819
"@docusaurus/preset-classic": "^3.9.2",
1920
"@docusaurus/theme-mermaid": "^3.9.2",
2021
"@jongwooo/prism-theme-github": "^1.14.0",

0 commit comments

Comments
 (0)