Skip to content

Commit 1bd9aa1

Browse files
in docs, pnpm approve-builds (#25839)
## Description Two fixes: 1. in docs, pnpm approve-builds for "linkcheck-bin" 2. Work around bug in lint checker where it cannot handle the generated link to itself for a markdown section `#### 🌶️ Spicy`. Removing the `FE0F` ( `VARIATION SELECTOR-16` ) from 🌶️to work around bug (giving 🌶) seems to fix it.
1 parent bf13cba commit 1bd9aa1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/docs/data-structures/tree/schema-evolution/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To prevent this, the application can employ a [staged rollout](./index.mdx#stage
8686
**Examples:**
8787
- Adding an optional field when compatibility flag is enabled
8888

89-
#### 🌶 Spicy
89+
#### 🌶 Spicy
9090
| Backwards Compatible | Forwards Compatible | Rollout Process |
9191
|-----------------------|----------------------|-----------------|
9292
||| ⚠️ Staged |

docs/pnpm-workspace.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
# Because we have the client release group at the root of the repo, there's a pnpm-workspace.yaml file in the hierarchy
66
# for our independent packages as well. This file makes pnpm treat the project as a one-package workspace.
77
packages:
8-
- "."
8+
- .
9+
10+
onlyBuiltDependencies:
11+
- linkcheck-bin

0 commit comments

Comments
 (0)