Add web documentation

- '/documentation': home page with all links
- '/documentation/handbook': html version of the gm handbook
- '/documentation/gachamapping': json document with the gacha mappings
This commit is contained in:
2bllw8
2022-05-15 17:04:00 +02:00
committed by Melledy
parent 827044b3da
commit e3ed396889
9 changed files with 644 additions and 0 deletions

View File

@@ -386,5 +386,27 @@
"available_three_stars": "Available 3-star Items",
"template_missing": "data/gacha_details.html is missing."
}
},
"documentation": {
"handbook": {
"title": "GM Handbook",
"title_commands": "Commands",
"title_avatars": "Avatars",
"title_items": "Items",
"title_scenes": "Scenes",
"title_monsters": "Monsters",
"header_id": "Id",
"header_command": "Command",
"header_description": "Description",
"header_avatar": "Avatar",
"header_item": "Item",
"header_scene": "Scene",
"header_monster": "Monster"
},
"index": {
"title": "Documentation",
"handbook": "GM Handbook",
"gacha_mapping": "Gacha mapping JSON"
}
}
}