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

Treat Invalid Links as Errors #14

Merged
merged 15 commits into from
May 23, 2024

Conversation

AristurtleDev
Copy link
Contributor

Description

This PR updates the docfx.json configuration file to add a rule set that will force a build error if there is an invalid link or uid ref detected on build.

Warning

The CI of this PR is going to fail due to invalid UID refs and links. That means this PR is doing what it's supposed to do. Those issues should be resolved in a separate PR.

Related Issues

#11

@SimonDarksideJ
Copy link
Collaborator

Ta Da @AristurtleDev , workflows enabled :D

AristurtleDev added a commit to AristurtleDev/MonoGame that referenced this pull request May 23, 2024
The documentation references the CreateDevice() method which is private and throwing an bookmark link error in the documentation repository.
Reference: MonoGame/docs.monogame.github.io#14
AristurtleDev added a commit to AristurtleDev/MonoGame that referenced this pull request May 23, 2024
Documentation references the `OnComponentRemoved`, `OnComponentAdded` private methods which causes an invalid bookmark link in the documentation repository.  Correctly updated these to the correct public event references.
Reference: MonoGame/docs.monogame.github.io#14
@SimonDarksideJ SimonDarksideJ merged commit 1994578 into MonoGame:main May 23, 2024
2 checks passed
@AristurtleDev AristurtleDev deleted the feature/link-errors branch July 16, 2024 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants