Multiple fixes to avoid broken links - #185
Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-185.westeurope.azurestaticapps.net |
- Don't remove `TabularEditor' from the names in the TOC
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-185.westeurope.azurestaticapps.net |
There was a problem hiding this comment.
Pull Request Overview
This PR adds a build step to replace shared cross-references in API HTML documentation during the deployment process. The main goal is to clean up HTML output by converting specific anchor tags to plain text in the API documentation.
- Adds a new GitHub Actions workflow step to find and replace shared xref links in API HTML files
- Updates filter configuration to exclude additional namespaces from API documentation
- Updates template documentation to reflect changes in build configuration and template functionality
Reviewed Changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/workflows/deploy.yml | Adds post-build step to replace shared xref anchor tags with plain text in API HTML files |
| configuration/filterConfig.yml | Excludes additional namespaces from API documentation generation |
| templates/tabulareditor/README.md | Updates documentation to reflect build changes and template modifications |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-185.westeurope.azurestaticapps.net |
No description provided.