Skip to content

DO_NOT_MERGE_Test_01#24352

Draft
WriteMayur wants to merge 4 commits into
developfrom
test-search
Draft

DO_NOT_MERGE_Test_01#24352
WriteMayur wants to merge 4 commits into
developfrom
test-search

Conversation

@WriteMayur

Copy link
Copy Markdown
Contributor

Do not merge, this is a test PR.

@WriteMayur WriteMayur self-assigned this Jun 8, 2026
@WriteMayur WriteMayur added the from_tw Identifies issues/PRs from Tech Docs writers label Jun 8, 2026
@github-actions github-actions Bot added the eng issues related to site functionality that requires engineering label Jun 8, 2026
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Hi @WriteMayur 👋

Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days.

Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local.

If you really require a preview url, reach out to one of the writers and they will generate one for you.

@WriteMayur

Copy link
Copy Markdown
Contributor Author

netlify build

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

🚀 Netlify Preview Building!

If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes):

https://test-search--docs-website-netlify.netlify.app

Comment on lines +27 to +41
let textContent = content
// Remove JSX components
.replace(/<[^>]+>/g, ' ')
// Remove MDX imports
.replace(/^import\s+.*$/gm, '')
// Remove code blocks
.replace(/```[\s\S]*?```/g, ' ')
// Remove inline code
.replace(/`[^`]+`/g, ' ')
// Remove links but keep text
.replace(/\[([^\]]+)\]\([^)]+\)/g, '$1')
// Remove image references
.replace(/!\[([^\]]*)\]\([^)]+\)/g, '$1')
// Remove HTML comments
.replace(/<!--[\s\S]*?-->/g, '')
@WriteMayur

Copy link
Copy Markdown
Contributor Author

netlify build

@WriteMayur

Copy link
Copy Markdown
Contributor Author

netlify build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eng issues related to site functionality that requires engineering from_tw Identifies issues/PRs from Tech Docs writers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants