Skip to content

Commit e85337c

Browse files
sadpandajoeclaudesfirke
authored
fix(docs): escape comparison operators in MDX files to resolve build errors (#35185)
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
1 parent fe7f806 commit e85337c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/configuration/alerts-reports.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Screenshots will be taken but no messages actually sent as long as `ALERT_REPORT
3636
#### In your `Dockerfile`
3737

3838
You'll need to extend the Superset image to include a headless browser. Your options include:
39-
- Use Playwright with Chrome: this is the recommended approach as of version >=4.1.x. A working example of a Dockerfile that installs these tools is provided under Building your own production Docker image on the [Docker Builds](/docs/installation/docker-builds#building-your-own-production-docker-image) page. Read the code comments there as you'll also need to change a feature flag in your config.
39+
- Use Playwright with Chrome: this is the recommended approach as of version 4.1.x or greater. A working example of a Dockerfile that installs these tools is provided under "Building your own production Docker image" on the [Docker Builds](/docs/installation/docker-builds#building-your-own-production-docker-image) page. Read the code comments there as you'll also need to change a feature flag in your config.
4040
- Use Firefox: you'll need to install geckodriver and Firefox.
4141
- Use Chrome without Playwright: you'll need to install Chrome and set the value of `WEBDRIVER_TYPE` to `"chrome"` in your `superset_config.py`.
4242

43-
In Superset versions <=4.0x, users installed Firefox or Chrome and that was documented here.
43+
In Superset versions prior to 4.1, users installed Firefox or Chrome and that was documented here.
4444

4545
Only the worker container needs the browser.
4646

docs/docs/configuration/theming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1
77
# Theming Superset
88

99
:::note
10-
apache-superset>=6.0
10+
`apache-superset>=6.0`
1111
:::
1212

1313
Superset now rides on **Ant Design v5's token-based theming**.

docs/docs/contributing/guidelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Committers may also update title to reflect the issue/PR content if the author-p
130130

131131
If the PR passes CI tests and does not have any `need:` labels, it is ready for review, add label `review` and/or `design-review`.
132132

133-
If an issue/PR has been inactive for >=30 days, it will be closed. If it does not have any status label, add `inactive`.
133+
If an issue/PR has been inactive for at least 30 days, it will be closed. If it does not have any status label, add `inactive`.
134134

135135
When creating a PR, if you're aiming to have it included in a specific release, please tag it with the version label. For example, to have a PR considered for inclusion in Superset 1.1 use the label `v1.1`.
136136

0 commit comments

Comments
 (0)