GDQuest / GDQuest/gdscript-docs-maker

Detect new, changed, or removed features

Open
#37 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
297
Forks
26
PR merge metrics
No merged PRs in 30d

Description

This feature should probably be part of the docs merge tool.

It'd be nice to have some metadata to:

- Display the version of the project in the generated markdown. We can get that from `project.godot`. See #36, it needs to be done first
- Detect new, modified, or removed features in a given update. That would happen comparing the version numbers and/or changes upon merging the data.
- We can then add a metadata field to each relevant json object to add a [configurable] new html tag and css class name to the entries in the generated markdown

See `merge_json.py` to write that code.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.