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

Add related examples to snowflake doc #526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ncclementi
Copy link
Contributor

I'm trying to add related examples to the snowflake docs, I thought that by just adding this

```{relatedexamples}

```

They would show, but I don't see it locally. Is there an extra step that needs to be done to see them in the local build?

@ncclementi ncclementi requested a review from a team as a code owner February 12, 2025 20:44
Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not showing because the tag doesn't match the page URI.

The filename is platforms/snowflake.md so the tag needs to be platforms/snowflake for the relatedexamples extension to link them up. But it looks like the tag is platform/snowflake.

It looks like in the changes we made to make things more consistent recently some things may have been changed to not match the page URI. We should fix those up too.

@@ -343,3 +343,7 @@ USE ROLE ACCOUNTADMIN;
DROP ROLE CONTAINER_USER_ROLE;
DROP EXTERNAL ACCESS INTEGRATION ALLOW_ALL_EAI;
```

Copy link
Member

@jacobtomlinson jacobtomlinson Feb 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a subtitle.

Suggested change
## Related Examples

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.

2 participants