Skip to content

Commit 7942420

Browse files
committed
Merge branch 'easy_data_provider'
2 parents a1e6db9 + b12821e commit 7942420

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

documentation/dataInsertion/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ The data you want to analyze in DebiAI must follow a specific format.
3939

4040
## Methods for Inserting Data into DebiAI
4141

42-
There are currently two ways to insert data into DebiAI:
42+
The [DebiAI's architecture](../meta/architecture.md) supports two main ways to insert data:
4343

44-
<img src="/debiai_architecture.png" alt="DebiAI architecture" width="400"/>
44+
<div style="text-align: center;">
45+
<img src="/debiai_architecture.png" alt="DebiAI architecture" width="400"/>
46+
</div>
4547

4648
<LinkableChoices :choices="[
4749
{

documentation/dataInsertion/dataProviders/quickStart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ After creating your Data Provider, you must configure DebiAI to access it:
5252
title: 'From the dashboard',
5353
description: 'Easiest method',
5454
imageLink: '/install/screen.svg',
55-
elementIdDestination: '_1-from-the-dashboard'
55+
elementIdDestination: '_1-connecting-via-the-dashboard'
5656
},
5757
{
5858
title: 'Environment variables',
5959
description: 'Best for Docker deployments',
6060
imageLink: '/install/world.svg',
61-
elementIdDestination: '_2-environment-variables'
61+
elementIdDestination: '_2-connecting-via-environment-variables'
6262
},
6363
{
6464
title: 'Configuration file',
6565
description: 'For development setups',
6666
imageLink: '/install/build.svg',
67-
elementIdDestination: '_3-configuration-file'
67+
elementIdDestination: '_3-connecting-via-configuration-file'
6868
}
6969
]"
7070
/>

0 commit comments

Comments
 (0)