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

19 Commits

Author SHA1 Message Date
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
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
525ae72f8e Update documentation 2024-09-12 12:11:18 +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
fc28943741 Adjusted docs layout to fix table of content 2024-06-04 20:22:43 +00:00
65f63e862c Tweaks to modding docs & error reporting based on discovered issues 2024-05-16 15:14:36 +00:00
277a0e63d8 update docs 2024-05-06 00:46:21 +02:00
a93dd25867 Update docs to be in line with existing code. 2024-03-14 10:22:15 +01:00
9d705a3961 Update docs 2023-10-31 18:38:08 +01:00
1baac44495 Update documentation 2023-10-21 00:45:08 +03:00
fd01a25352 Implemented basic version of configurable Witch Hut 2023-10-16 00:12:38 +03:00
5b10b457cf Fix code review suggestions 2023-10-11 00:47:19 +02:00
6a7b23c007 Additional properties for limiter 2023-10-10 23:44:28 +02:00
daacf62f0e Reviewed description of bonuses up to GENERAL_DAMAGE_REDUCTION bonus 2023-09-13 21:55:36 +03:00
feb272e102 Updated map object and bonuses documentations 2023-09-13 21:55:36 +03:00
704772d6ce Added navigation to player and modders docs 2023-09-07 11:04:01 +03:00
4cb10460a8 Moved files from Github wiki to appropriate locations 2023-09-07 11:02:39 +03:00