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

Data Modeling > Command create via Native Mutation Tuts #893

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

seanparkross
Copy link
Collaborator

@seanparkross seanparkross commented Feb 12, 2025

Description πŸ“

Command create via Native Mutation Tutorials in the Data Modeling section. PostgreSQL and MongoDB. Tested βœ…

Quick Links πŸš€

/data-modeling/command/#creating-a-command

@hasura-bot
Copy link
Contributor

hasura-bot commented Feb 12, 2025

DX: Assertion Testing

βœ… Diff

The PR introduces several improvements to the documentation. The Table of Contents (toc_max_heading_level: 4) addition helps users to navigate the sections efficiently. The restructuring of imports and the intro of native mutation tutorials and how-to guides for PostgreSQL, MongoDB, and ClickHouse builds upon existing documentation to provide a more comprehensive guide. However, the ClickHouse commands being unsupported should be highlighted more prominently to prevent confusion.

βœ… Integrated

The PR effectively integrates with the full set of files. The updated PostgreSQL documentation in how-to-build-with-ddn/with-postgresql.mdx aligns with the changes made in the command tutorials, indicating an overall consistency throughout the documentation. This creates a cohesive experience for the user and makes it easier to understand and implement the commands for various connectors, as well as understanding new native mutation capabilities.

@hasura-bot
Copy link
Contributor

@seanparkross Thanks for your PR! I've assigned @robertjdominguez to review it.

Copy link

cloudflare-workers-and-pages bot commented Feb 12, 2025

Deploying ddn-docs with Β Cloudflare Pages Β Cloudflare Pages

Latest commit: 8bdce1b
Status:Β βœ…Β  Deploy successful!
Preview URL: https://611461e4.v3-docs-eny.pages.dev
Branch Preview URL: https://sean-doc-2317-data-modeling.v3-docs-eny.pages.dev

View logs

@hasura-bot
Copy link
Contributor

hasura-bot commented Feb 13, 2025

Redirects πŸ”€

Hey, @robertjdominguez & @seanparkross β€” the following redirects will be needed for deployment:

# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-how-to/
location = /docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-how-to/ {
    return 301 https://$host/docs/3.0/OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-tutorial/
location = /docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-create-native-mutation-tutorial/ {
    return 301 https://$host/docs/3.0/OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION;
}
# TEST ME: https://stage.hasura.io/docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-update-tutorial/
location = /docs/3.0/data-modeling/partials/classic-connectors/mongoDB/_command-update-tutorial/ {
    return 301 https://$host/docs/3.0/OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION;
}

@seanparkross seanparkross self-assigned this Feb 14, 2025
@seanparkross seanparkross marked this pull request as ready for review February 14, 2025 19:54
@seanparkross seanparkross changed the title WIP: Data Modeling > Command create via Native Mutation Tuts Data Modeling > Command create via Native Mutation Tuts Feb 14, 2025
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