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

20 Commits

Author SHA1 Message Date
9805520f3c Fix comma 2025-03-09 17:57:52 +01:00
ea80cccb25 Update docs 2025-03-09 09:27:34 +01: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
306ee95496 Merge pull request #4965 from vcmi/sealed_zone
New type of zone - "sealed"
2024-12-02 13:21:02 +02: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
b3b525d282 Better docs 2024-11-25 17:34:13 +01:00
6bdb10444f New type of zone - "sealed" 2024-11-23 12:19:25 +01:00
54e47c20b0 Add docs for new options 2024-09-14 13:20:24 +02:00
ff8d36c350 It is now possible to define game settings in rmg template 2024-09-05 15:16:28 +00:00
f4f416eb16 Add RMG option "forcePortal" 2024-07-29 20:36:23 +02:00
8f407311fd fix headings of md files 2024-07-16 20:29:20 +02:00
277a0e63d8 update docs 2024-05-06 00:46:21 +02:00
b7df6064cd Add random map description and display it in RMG menu 2024-02-03 16:23:56 +01:00
7614a3f49b Update docs. Old info is irelevant anyway. 2023-10-30 21:03:12 +01:00
9f894d6ca0 Updated RMG template schema 2023-09-26 15:55:27 +03:00
704772d6ce Added navigation to player and modders docs 2023-09-07 11:04:01 +03:00
3dcd4c7a6f Modders docs update iteration 2023-09-07 11:04:01 +03:00
06f9513b32 Updated modders docs 2023-09-07 11:04:01 +03:00
d78106b52b Files renamed for consistency, updated some pages 2023-09-07 11:02:39 +03:00