Merged
Conversation
init how-to guides about Modus+Dgraph
Following customer feedback, add a simple how to guide to use Dgraph in a Modus app.
|
Running Code Quality on PRs by uploading data to Trunk will soon be removed. You can still run checks on your PRs using trunk-action - see the migration guide for more information. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new “Using Dgraph” guide for integrating Dgraph into Modus applications and updates the navigation to include it.
- Added a comprehensive MDX document detailing setup steps: provisioning, manifest connections, secrets, and SDK usage
- Updated
docs.jsonto surface the new guide in the How-To Guides section
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| modus/modus-dgraph.mdx | New documentation for Dgraph integration in Modus |
| docs.json | Added modus/modus-dgraph to the How-To Guides navigation group |
typo on API
add reference to SDK Examples.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new How-To guide for integrating Dgraph into Modus applications and updates the documentation index to include the new page.
- Introduces a
modus-dgraph.mdxguide with step-by-step setup for local and Hypermode Dgraph connections. - Updates
docs.jsonto register the new guide in the “How-To Guides” section.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| modus/modus-dgraph.mdx | New MDX guide for setting up and using Dgraph in Modus. |
| docs.json | Added modus/modus-dgraph to the How-To Guides pages. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Kevin Mingtarja <69668484+kevinmingtarja@users.noreply.github.com>
Co-authored-by: Kevin Mingtarja <69668484+kevinmingtarja@users.noreply.github.com>
Co-authored-by: Kevin Mingtarja <69668484+kevinmingtarja@users.noreply.github.com>
Co-authored-by: Kevin Mingtarja <69668484+kevinmingtarja@users.noreply.github.com>
Co-authored-by: Kevin Mingtarja <69668484+kevinmingtarja@users.noreply.github.com>
johnymontana
approved these changes
May 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explain the steps to work with Dgraph in Modus, connecting the dots with fragmented doc parts (Dgraph, connection string, manifest, secrets, SDK).