Paulo Ribeiro

Results 9 comments of Paulo Ribeiro

I also ran into this issue, since my branch names typically have uppercase characters and forward slashes. The alias is also [limited to 37 characters](https://cli.netlify.com/commands/deploy/#nodejs-function-entry-points), but I found that I...

> May be worth putting a note in the docs for this caveat. @eliperelman this is also a good suggestion that can already help save some time for other people...

I also found this issue while thinking about making the suggestion of (optionally) writing the output to a file. Like this, it would be possible to use an action like...

I also came here looking for an alternative distribution. :slightly_smiling_face: Flatpak would work for me as well! :+1:

Hi @praneesha, your issue is actually a duplicate of https://github.com/raviqqe/liche/issues/42. But we're still waiting for a solution or a workaround for this.

Besides `*.md` files, mkdocs-redirects also allows you to redirect to full URLs. So a quick workaround would be to do redirects like in this example: ``` plugins: - redirects: redirect_maps:...

Hello, What I do is using relative links between the files in the different repositories. So, for example, if you have the following files: ``` main/index.md API v1/index.md API v2/index.md...

See my reply here https://github.com/backstage/mkdocs-monorepo-plugin/issues/25#issuecomment-744086700 for a solution using relative links that has been working for me.

Thank you! I started thinking if in the future it would make sense to have a shared `util.py` module that would gather the functionality needed by all these MkDocs plugins...