Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect new, changed, or removed features #37

Open
NathanLovato opened this issue Feb 7, 2020 · 0 comments
Open

Detect new, changed, or removed features #37

NathanLovato opened this issue Feb 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@NathanLovato
Copy link
Contributor

NathanLovato commented Feb 7, 2020

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 Store and write the project version #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.

@NathanLovato NathanLovato added the enhancement New feature or request label Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant