flarum / docs

Flarum documentation.
https://docs.flarum.org
MIT License
65 stars 131 forks source link

Fix JSON code highlighting; change Github to GitHub #388

Closed davwheat closed 2 years ago

davwheat commented 2 years ago

This PR fixes JSON code highlighting (jsonc is not supported with Prism, so we should just use json).

Also corrects Github to GitHub.

Using json5 as our language specifier would be incorrect, as it allows trailing commas while very few of our json or jsonc files actually support this. The notable exception is tsconfig.json which is a JSON5 file.