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

[Bug] Addon URLs and code leaks to the grass command Markdown #5442

Open
wenzeslaus opened this issue Mar 25, 2025 · 0 comments
Open

[Bug] Addon URLs and code leaks to the grass command Markdown #5442

wenzeslaus opened this issue Mar 25, 2025 · 0 comments
Labels
bug Something isn't working docs good first issue Good for newcomers
Milestone

Comments

@wenzeslaus
Copy link
Member

wenzeslaus commented Mar 25, 2025

Describe the bug

The (fully) generated version of the grass.md Markdown file in dist directory for MkDocs contains addons URLs and SplitResult.

This is probably just a trivial forgotten print.

## AUTHORS (of this page)

Justin Hickey  
Markus Neteler  
Hamish Bowman  
Martin Landa, Czech Technical University in Prague, Czech Republic
https://github.com/OSGeo/grass-addons/tree/grass8/
SplitResult(scheme='https', netloc='github.com', path='/OSGeo/grass-addons', query='', fragment='')
https://github.com/OSGeo/grass-addons

## SOURCE CODE

Available at: [grass source code](https://github.com/OSGeo/grass-addons/tree/grass8/)
([history](https://github.com/OSGeo/grass-addons/commits/grass8/))  
Latest change: Monday Mar 24 14:27:11 2025 in commit [2a7439f](https://github.com/OSGeo/grass-addons/commit/2a7439f48b214a09640c0f5e266659b894ba6f79)

To reproduce

Get the mkdocs-site artifact from the CI Documentation workflow and see page grass.html or go to Interfaces > Command Line > The grass Command.

To compile the MkDocs site locally:

make
cd man
make serve-mkdocs

Expected behavior

Clean Markdown and HTML.

Screenshots

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs good first issue Good for newcomers
Projects
Development

No branches or pull requests

1 participant