Commit 5820579
authored
[Docs] Fix documentation site build failures (#2913)
## Motivation for the change, related issues
Removes the two HTML comments with HTML code snippets in them to fix the
following docs site build error:
```
Error: MDX compilation failed for file "/home/runner/work/wordpress-playground/wordpress-playground/packages/docs/site/i18n/es/docusaurus-plugin-content-docs/current/main/guides/for-plugin-developers.md"
Cause: Unexpected character `!` (U+0021) before name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a comment in MDX, use `{/* text */}`)
Details:
```
It must have fell through the cracks in one of the recent translation
PRs based on an older version of `trunk` that did not yet have docs site
e2e tests.
cc @fellyph1 parent d7e3a00 commit 5820579
File tree
2 files changed
+1
-25
lines changed- packages/docs/site/i18n/es/docusaurus-plugin-content-docs/current/main
- guides
2 files changed
+1
-25
lines changedLines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
| 275 | + | |
288 | 276 | | |
289 | 277 | | |
290 | 278 | | |
| |||
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 21 | | |
34 | 22 | | |
35 | 23 | | |
| |||
0 commit comments