Skip to content

Commit

Permalink
added 3. question to help page
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeXShady committed Feb 16, 2024
1 parent 35d93ce commit 8346330
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions src/views/Help/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@ function Help() {
<>
<div className="container">
<nav className="navigation">
<a href="#q1">1. How to upload documents?</a>
<a href="#q1">2. How to upload documents?</a>
<br />

<a href="#q2">
2. How to use wanna
<span className="db">db</span> on my
documents?
</a>
<br />
<a href="#q3">
3. How can i interact with a DocBase?
</a>
</nav>
</div>

Expand Down Expand Up @@ -143,9 +148,48 @@ function Help() {
Using{' '}
<i className="bi bi-play-fill icon mr-2"></i>
'Run' will finish the
creation-process, so you can
interact with the newly structured
documents.
creation-process, and you can now
see the prefiltered documents.
</p>
</li>
</ol>
}
</section>
<section id="q3">
<h3>How can i interact with a DocBase</h3>
{
<ol>
<li className="liIcon">
<p>
In the DocBase-Segment you can find
your created document bases.
</p>
</li>
<li className="liIcon">
<p>
By pressing{' '}
<i className="bi bi-table icon icon"></i>{' '}
'Start interactive table population'
you can modify the DocBase.
<br />
</p>
</li>
<li className="liIcon">
<p>
This process is timed to terminate
after 180 seconds.
</p>
</li>
<li>
<p>
For each attribute you filtered for,
you can now
<i
className="bi icon ml bi-check-circle icon"
style={downLeft}
></i>{' '}
confirm if the found nuggets are
correct.
</p>
</li>
</ol>
Expand Down

0 comments on commit 8346330

Please sign in to comment.