You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The docs are failing to build because of a typescript error
Describe the solution you'd like
I'd like to have the docs dir dockerize for quick linting of the docs, validation and quick check.
Describe alternatives you've considered
I prefer to have isolated builds for everything to make sure we have all in CI properly
Additional context
Error while verifying the docs, spending more than an hour to verify that a lot of the dependencies of docs/package.json were missing.
I isolated the docs linter problem to the following file: docs/packages/plugins.md
NOTE: I built a docker image to isolate the problem in a reproducible way.
39.56 [webpackbar] ✔ Client: Compiled with some errors in 37.40s 39.56 [ERROR] Client bundle compiled with errors therefore further build is impossible. 39.56 Error: MDX compilation failed for file "/opt/docusaurus/docs/packages/plugins.md" 39.56 Cause: Unexpected lazy line in expression in container, expected line to be prefixed with `>` when in a block quote, whitespace when in a list, etc 39.56 Details: 39.56 { 39.56 "column": 1, 39.56 "message": "Unexpected lazy line in expression in container, expected line to be prefixed with `>` when in a block quote, whitespace when in a list, etc", 39.56 "line": 617, 39.56 "name": "617:1",
The text was updated successfully, but these errors were encountered:
marcellodesales
changed the title
Serve docs from a docker container for quick docs verification
Serve docusaurus docs from a docker container for quick docs verification
Jan 3, 2025
Is your feature request related to a problem? Please describe.
The docs are failing to build because of a typescript error
Describe the solution you'd like
I'd like to have the docs dir dockerize for quick linting of the docs, validation and quick check.
Describe alternatives you've considered
I prefer to have isolated builds for everything to make sure we have all in CI properly
Additional context
Error while verifying the docs, spending more than an hour to verify that a lot of the dependencies of
docs/package.json
were missing.I isolated the docs linter problem to the following file:
docs/packages/plugins.md
The text was updated successfully, but these errors were encountered: