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

Rework trait and weapon docs page generation #19948

Merged
merged 5 commits into from Sep 2, 2022

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    568c009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a8f68 View commit details
    Browse the repository at this point in the history
  3. Fixed weapon docs not including WeaponInfo

    Also made some code cleanups in the weapon docs export code.
    penev92 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    cc3ed10 View commit details
    Browse the repository at this point in the history
  4. Reworked weapon documentation generation

    Switched the Utility's ExtractWeaponDocsCommand output to JSON.
    Added a Python script to generate documentation Markdown from JSON.
    penev92 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6e72a85 View commit details
    Browse the repository at this point in the history
  5. Reworked trait documentation generation

    Switched the Utility's ExtractTraitDocsCommand output to JSON.
    Updated documentation generation to use that and the new Python script to generate the Markdown file, same as the Weapon documentation.
    penev92 committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9d4dcee View commit details
    Browse the repository at this point in the history