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

Support replacing multiple instances of {docs-pr-index-url} in message-template #47

Open
mfisher87 opened this issue Jan 6, 2025 · 0 comments · May be fixed by #48
Open

Support replacing multiple instances of {docs-pr-index-url} in message-template #47

mfisher87 opened this issue Jan 6, 2025 · 0 comments · May be fixed by #48

Comments

@mfisher87
Copy link

mfisher87 commented Jan 6, 2025

I think this can be achieved by changing the call to String.replace to String.replaceAll here:

const body_message = MESSAGE_TEMPLATE.replace("{docs-pr-index-url}", RTD_URL);

I'm looking to do this because our docs include a WASM deployment of our app, and I'd like folks to be able to jump straight there in addition to the docs root.

image

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 a pull request may close this issue.

1 participant