Alan Guedes

Results 70 comments of Alan Guedes

Hi. I have a similar need to generate a pdf alongside mkdcos build: https://github.com/alanlivio/website/blob/master/build_mkdocs_latex.py What I did was use mkdocs.__main__.cli and rewrite the sys.argv.

Hi again. I using another working around (https://github.com/alanlivio/website/blob/3a2efd4b7a15e5a45be723fa432bd7c73479568c/build.py). I am using ```` from mkdocs.__main__ import build_command build_command({}) ```

Many thanks @kenji-miyake. It works. But I still thing that it may be done by some json vsconfig given the recurrence, so otherse it requreded to be done for each...

Its will be very good an configuration file.

It is currently supported. Thanks. ``` > winget search msys2 Name Id Version Source ----------------------------------------------------------------- MSYS2 msys2.msys2 20211130 winget Ruby with MSYS2 RubyInstallerTeam.RubyWithDevKit 3.1.0-1 winget ```

I found in MSys documentation this guide to add a profile: https://www.msys2.org/docs/terminals/ Just to complement it will be interesting to have it installed together with Msys as `a WindowsTerminal Profile...

Thanks, @WardenGnaw. I think it is the right path.