-
Notifications
You must be signed in to change notification settings - Fork 328
Add Foursquare dataset + general improvements #3780
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
Conversation
@Blargian is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
"getting-started/example-datasets/wikistat", | ||
"getting-started/example-datasets/youtube-dislikes", | ||
], | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should strictly prefer this in our docs, but it only works when structure is aligned to disk
Summary
Additionally, but unrelated:
beta-and-experimental-features.md
file. In production this is fine because we start from scratch each time but locally this causes duplicated content in a file and fails the build on anchorChecker due to duplicate anchor ids.Solution:
Added support for
<--AUTOGENERATED_START--><--AUTOGENERATED_END-->
tags. The script now looks for those tags and just replaces the content in between them so we don't get multiple copies if the script is run more than once.Checklist