Skip to content

Add JSON docs back with tabs #787

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

Merged
merged 7 commits into from
Apr 11, 2025
Merged

Add JSON docs back with tabs #787

merged 7 commits into from
Apr 11, 2025

Conversation

richardgill
Copy link
Contributor

@richardgill richardgill commented Apr 10, 2025

Method:

vscode find and replace regex:
Screenshot 2025-04-10 at 16 01 57@2x

Copied and pasted from the red diffs: https://github.com/xataio/pgroll/pull/773/files

AI'd updown.mdx

Check the preview link for a demo

@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 14:51 Inactive
@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 14:52 Inactive
@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 14:54 Inactive
@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 15:00 Inactive
@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 15:01 Inactive
@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 15:01 Inactive
@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 15:02 Inactive
@github-actions github-actions bot temporarily deployed to Docs Preview April 10, 2025 15:05 Inactive
@richardgill richardgill requested a review from Copilot April 10, 2025 15:06
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 20 changed files in this pull request and generated 1 comment.

Files not reviewed (19)
  • docs/guides/updown.mdx: Language not supported
  • docs/operations/add_column.mdx: Language not supported
  • docs/operations/alter_column/add_check_constraint.mdx: Language not supported
  • docs/operations/alter_column/add_foreign_key.mdx: Language not supported
  • docs/operations/alter_column/add_not_null_constraint.mdx: Language not supported
  • docs/operations/alter_column/add_unique_constraint.mdx: Language not supported
  • docs/operations/alter_column/change_comment.mdx: Language not supported
  • docs/operations/alter_column/change_default.mdx: Language not supported
  • docs/operations/alter_column/change_type.mdx: Language not supported
  • docs/operations/alter_column/drop_not_null_constraint.mdx: Language not supported
  • docs/operations/create_constraint.mdx: Language not supported
  • docs/operations/create_index.mdx: Language not supported
  • docs/operations/create_table.mdx: Language not supported
  • docs/operations/drop_column.mdx: Language not supported
  • docs/operations/drop_constraint.mdx: Language not supported
  • docs/operations/drop_index.mdx: Language not supported
  • docs/operations/drop_multi_column_constraint.mdx: Language not supported
  • docs/operations/drop_table.mdx: Language not supported
  • docs/operations/raw_sql.mdx: Language not supported

"add_column": {
"table": "users",
"column": {
"name": "is_atcive",
Copy link
Preview

Copilot AI Apr 10, 2025

Choose a reason for hiding this comment

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

The column name 'is_atcive' appears to be misspelled. It should likely be 'is_active'.

Copilot uses AI. Check for mistakes.

@richardgill richardgill marked this pull request as ready for review April 10, 2025 15:27
@richardgill richardgill merged commit 95d8794 into main Apr 11, 2025
30 checks passed
@richardgill richardgill deleted the json-docs branch April 11, 2025 07:35
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