Skip to content

[Docs][CI] Ensure docfx links stay valid, prepare future xml API docs options, keep docs simple maintainable and introduce CI integration for this #846

@DevTKSS

Description

@DevTKSS

This Docs/CI Enhancement targets to keep pre / development Branch Docs + Releases API:

  • cleanly seperated on their branch (intellisense/markdown suggestion support)
  • allow valid API docs and source code linking in docs

Important

docfx docs generation will fail completly or produce invalid Links if we include the metadata step on a branch that doesn't include the to be linked file or src code!

To Ensure the latest docs PR (find linked in Additional Information Section) will not fall on our toes in the future or cause unnessesary additional (automate-able) work for us, we should consider:

  • GH Action for PR's md docs changes: If there are only md docs changes (our current build not includes API docs) This should get triggered and add a PR for maybe cherry picking those commits from development onto master? but this will potentially be causing invalid links as soon as we step on to use API docs!

  • Enhance/Ensure proper Commit Labels: We should then explicitly keep our commits cleanly seperated and scoped/categorized properly, which would include such relevant changes. It's possible for the commitlint.yml from what I readed by now, to add more allowed labels or similar but we should have this discussed and decided properly, what we want and maybe find ways to do this, which I maybe did possibly not consider here.

  • GH Action: Ensure DocFx correct build for API metadata: Pay Attention as soon as we might want to use generate xml docs from any source code via metadata!
    Produce and add API Docs after changes on non-master-merge PR branches:

    • create the API them in this case after their source branch got a relevant PR merge
    • have all docfx docs produced and merged to master (?) or @andrerav what do you think of reusing the gh-pages branch for our docs product then 🤔 ? possibly this is the cleanest way...
  • Review & Add DocFx Content Setup for API version support:

    I havn't been successfull by now with the output / dest settings in docfx.json which are linted as depreciated but I see many others still use them and I think this is required to have a proper xml API output control for this 🤔

    • Possibly I will need to ask the docfx team for help, to come to a working setup, but my targeted idea would be something like this in our github.io web docs then:

      image

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions