1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
f3e690f3b2 Fix several 404 links in documentation 2025-01-23 21:01:17 +00:00
879aaba980 Use json instead of json5 for syntax highlight in docs
Looks like website only recognizes javascript & json, and is not aware
of jsonc or json5.

Will result in small regression on Github web view - comments will show
up as red (since comments are not part of json format), but syntax
highlight would work both on website and on Github.

Alternative is using javascript for syntax highlight, however syntax
highlighter for json looks better on both website and Github (since it
uses separate highlighting for json keys, separate from strings in
values)
2024-12-04 16:50:01 +00:00
5e57582c47 Replace js -> json5 code blocks 2024-12-01 19:06:50 +00:00
7b682f9010 Always use json5 for syntax highlighting. 2024-12-01 12:18:06 +00:00
74a4a10f48 Added markdownlint to Github CI
- Markdown will now be validated as part of Github CI
- Applied auto-fix to most common issues (mostly whitespace related)
- Fixed manually some of more complex cases

Some valid markdownlint rules are currently disabled, to avoid failing
CI, can be enabled in future
2024-11-30 20:20:15 +00:00
8f407311fd fix headings of md files 2024-07-16 20:29:20 +02:00
02e429e973 Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
2024-06-24 03:47:19 +02:00
277a0e63d8 update docs 2024-05-06 00:46:21 +02:00
c65794b9e3 Fix typos 2024-02-13 15:23:30 +01:00
f8b8ab0965 Add documentation for difficulty.json 2023-09-20 16:35:28 +02:00