Skip to content

Commit

Permalink
Merge pull request #494 from CluedIn-io/feature/fix-management-level-…
Browse files Browse the repository at this point in the history
…one-boxes

Fixed text in management level one article
  • Loading branch information
SolomiiaSnihur committed Jul 16, 2024
2 parents e812b26 + 06ac505 commit 8d3027a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/080-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ The **Management** module allows you to efficiently handle your data, eliminate
<div class="card" href="/management/rules">
<div class="icon"><img src="/assets/icons/rules.svg" alt="rules"/></div>
<div class="title">Rules</div>
<div class="content">Set up rules to automate data transformation, determine operational values, and more</div>
<div class="content">Set up rules to automate data transformation</div>
</div>
<div class="card" href="/management/deduplication">
<div class="icon"><img src="/assets/icons/deduplication.svg" alt="deduplication"/></div>
<div class="title">Deduplication</div>
<div class="content">Identify and remove duplicate records by merging them into a single golden record</div>
<div class="content">Identify and merge duplicate records</div>
</div>
<div class="card" href="/management/data-catalog">
<div class="icon"><img src="/assets/icons/data-catalog.svg" alt="data catalog"/></div>
<div class="title">Data catalog</div>
<div class="content">Manage vocabularies and vocabulary keys to maintain a comprehensive data model</div>
<div class="content">Manage vocabularies and vocabulary keys</div>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/150-consume.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The **Consume** module allows you to set up a connection between CluedIn and ext
<div class="content">Configure a sequence of actions and transformations for your data before it reaches the destination</div>
</div>
<div class="card" href="/consume/graphql">
<div class="icon"><img src="/assets/icons/export-target.svg" alt="getting started"/></div>
<div class="icon"><img src="/assets/icons/graphQL.svg" alt="getting started"/></div>
<div class="title">GraphQL</div>
<div class="content">Query your data using the GraphQL endpoint: retrieve entities by ID, vocabulary keys, and more</div>
</div>
Expand Down

0 comments on commit 8d3027a

Please sign in to comment.