BabylonJS / Documentation

Babylon.js's documentation website
https://doc.babylonjs.com
Apache License 2.0
77 stars 231 forks source link

Fix typedoc/classes links after 1b4559c31 #1113

Closed sevaseva closed 4 months ago

sevaseva commented 4 months ago

Apologies for introducing this issue earlier.

Bonus idea: add a test or a pre-commit hook that fails if there is a match in any *.md file for regex \(/typedoc/classes/babylon\.[A-Z]

i.e. that fails if there is a capital letter after (/typedoc/classes/babylon. anywhere in Markdown or something along those lines

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 19, 2024 10:34pm
impurity-dev commented 4 months ago

Bonus idea: add a test or a pre-commit hook that fails if there is a match in any *.md file for regex \(/typedoc/classes/babylon\.[A-Z]

i.e. that fails if there is a capital letter after (/typedoc/classes/babylon. anywhere in Markdown or something along those lines

I might see if I can add some precommit hooks to this repo this weekend. I also want this :) (see https://github.com/BabylonJS/Documentation/issues/1022)