Skip to content

Commit

Permalink
Update slurpit links (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga authored Feb 7, 2025
1 parent 4a5b489 commit 8d5db67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/sync/adapters/slurpit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Syncing data back into Slurp’it is not yet supported.
Our `infrahub` repository contains an **example schema** that serves as a starting point for syncing Slurp’it data into Infrahub.
This schema follows best practices for Infrahub, **but it does not map the Slurp’it data model one-to-one** since Infrahub may have additional use cases and Slurp’it can be customizable.

<ReferenceLink title="Schema" url="https://raw.githubusercontent.com/opsmill/infrahub/refs/heads/stable/models/examples/slurpit/slurpit.yml" openInNewTab />
<ReferenceLink title="Schema" url="https://github.com/opsmill/infrahub/blob/stable/models/examples/slurpit/slurpit.yml" openInNewTab />

### Installing the example schema

Expand All @@ -40,7 +40,7 @@ infrahubctl schema load schema.yml

`infrahub-sync` allows defining what gets synchronized from a source to a destination. Included in the examples is a `config.yml` file that matches the example schema.

<ReferenceLink title="config.yml" url="https://raw.githubusercontent.com/opsmill/infrahub-sync/refs/heads/main/examples/slurpit_to_infrahub/config.yml" openInNewTab />
<ReferenceLink title="config.yml" url="https://github.com/opsmill/infrahub-sync/blob/main/examples/slurpit_to_infrahub/config.yml" openInNewTab />

To download the example `config.yml`

Expand Down

0 comments on commit 8d5db67

Please sign in to comment.