Skip to content

Fix callouts in OAuth Git quickstarts (GitLab, Azure DevOps, Bitbucket)#3326

Open
sfc-gh-jbilek wants to merge 4 commits into
masterfrom
oauth-git-callout-fix
Open

Fix callouts in OAuth Git quickstarts (GitLab, Azure DevOps, Bitbucket)#3326
sfc-gh-jbilek wants to merge 4 commits into
masterfrom
oauth-git-callout-fix

Conversation

@sfc-gh-jbilek
Copy link
Copy Markdown
Contributor

Summary

The new snowflake.com developer guides renderer strips <aside class="positive"> / <aside class="negative"> wrappers and dumps the inner markdown as raw text. On the live pages this shows up as literal **bold** syntax and unparsed [link text](url) markdown — see the GitHub callout near the top of each guide today, e.g. https://www.snowflake.com/en/developers/guides/snowflake-git-oauth-gitlab/.

This PR replaces every <aside> block in the three OAuth Git quickstarts (added in #3315) with a single-line > **Note:** … blockquote. The renderer wraps blockquotes in a styled <blockquote> element with proper bold + link rendering — verified on the existing Configure CI/CD Integrations guide which uses the same syntax.

Convention used:

  • Former <aside class="positive"> (helpful tips) → > **Tip:** …
  • Former <aside class="negative"> (gotchas / warnings) → > **Important:** …

Affected files

  • site/sfguides/src/snowflake-git-oauth-gitlab/snowflake-git-oauth-gitlab.md (5 callouts)
  • site/sfguides/src/snowflake-git-oauth-azure-devops/snowflake-git-oauth-azure-devops.md (4 callouts)
  • site/sfguides/src/snowflake-git-oauth-bitbucket/snowflake-git-oauth-bitbucket.md (3 callouts)

Net diff: 12 insertions, 36 deletions.

Test plan

  • After merge + republish, verify each guide shows styled blockquotes for the 12 callouts (no raw **bold** or [text](url) syntax visible).
  • Spot-check that no aside's content was lost or duplicated by the conversion.

The new snowflake.com developer guides renderer strips <aside class="…">
wrappers and dumps the inner markdown as raw text, so lines like
**GitHub** show literal asterisks instead of bold and links never
parse. Replace each aside with a single-line `> **Note:** …` blockquote,
which the renderer turns into a styled <blockquote> (verified on the
existing configure-cicd-integrations-with-snowflake guide).

Affects all three guides: GitLab, Azure DevOps, Bitbucket.
@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-azure-devops
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-azure-devops-71ef722e728de56192fbd23e8e6b6308ce9d826a

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-bitbucket
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-bitbucket-71ef722e728de56192fbd23e8e6b6308ce9d826a

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-gitlab
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-gitlab-71ef722e728de56192fbd23e8e6b6308ce9d826a

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

A reader on the GitLab quickstart wants GitLab steps, not a detour to
the GitHub App. The provider choice belongs on the docs page, not at
the top of a provider-specific guide.
@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-azure-devops
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-azure-devops-00a1c515993db1ad07d4c83d659b888ea82144b7

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-bitbucket
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-bitbucket-00a1c515993db1ad07d4c83d659b888ea82144b7

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-gitlab
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-gitlab-00a1c515993db1ad07d4c83d659b888ea82144b7

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

The Bitbucket overview repeated the gotcha that already sits next to
the SQL block, and the Azure DevOps overview pre-explained an endpoint
detail before any endpoint had been introduced. Both belonged where
the corresponding configuration step happens, not at the top.
@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-azure-devops
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-azure-devops-ee6e5f527921ad37717db54be3fd6470fb757627

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-bitbucket
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-bitbucket-ee6e5f527921ad37717db54be3fd6470fb757627

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-gitlab
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-gitlab-ee6e5f527921ad37717db54be3fd6470fb757627

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@sfc-gh-ghernandez sfc-gh-ghernandez self-requested a review May 29, 2026 15:21
@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-azure-devops
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-azure-devops-5924bd2a322b4a84338be7ab22e8936c410cf671

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-bitbucket
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-bitbucket-5924bd2a322b4a84338be7ab22e8936c410cf671

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

@github-actions
Copy link
Copy Markdown
Contributor

🔗 Staging Preview Ready

Quickstart: snowflake-git-oauth-gitlab
Language: en

👉 Preview URL: https://publish-p57963-e462098.adobeaemcloud.com/en/developers/guides/snowflake-git-oauth-gitlab-5924bd2a322b4a84338be7ab22e8936c410cf671

Note: Images are uploaded asynchronously. If images are missing, wait a few minutes and refresh.


Generated by GitHub Actions

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 this pull request may close these issues.

3 participants