Commit 8b74ff8
[Documentation] Adding troubleshooting sections for WP-CLI database connections (#2333)
## Motivation for the change, related issues
Issue #2332 identified a scenario where additional steps are required to
mount WP-CLI with a mounted playground. This pull request adds a guide
for the user to run `WP-CLI` command successfully with WordPress
Playground.
## Implementation details
- Adds a new troubleshooting section to
/blueprints/troubleshoot-and-debug detailing how to resolve "Error
establishing a database connection".
- Includes a corresponding Blueprint example in /blueprints/examples for
quick reference.
## Testing Instructions (or ideally a Blueprint)
- Download the branch `adding-blueprints-tips`.
- Install the node dependencies.
- Run the documentation `npm run dev:docs`
---------
Co-authored-by: Bero <[email protected]>
Co-authored-by: Adam Zieliński <[email protected]>1 parent b3e6e4c commit 8b74ff8
File tree
2 files changed
+49
-2
lines changed- packages/docs/site/docs/blueprints
2 files changed
+49
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
| |||
Lines changed: 31 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
15 | 44 | | |
16 | 45 | | |
17 | 46 | | |
| |||
46 | 75 | | |
47 | 76 | | |
48 | 77 | | |
49 | | - | |
| 78 | + | |
50 | 79 | | |
51 | 80 | | |
52 | 81 | | |
| |||
0 commit comments