Skip to content

Commit

Permalink
Copy fixes (#2310)
Browse files Browse the repository at this point in the history
* Fix copy

* Copy on limitations
  • Loading branch information
spolu authored Oct 31, 2023
1 parent be5053d commit 37df6dc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 43 deletions.
12 changes: 0 additions & 12 deletions connectors/admin/prod.sh

This file was deleted.

9 changes: 0 additions & 9 deletions core/admin/forever.sh

This file was deleted.

3 changes: 0 additions & 3 deletions core/admin/prod.sh

This file was deleted.

14 changes: 0 additions & 14 deletions front/admin/prod.sh

This file was deleted.

22 changes: 18 additions & 4 deletions front/pages/w/[wId]/builder/data-sources/managed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,24 @@ export default function DataSourcesView({
<Page.Vertical>
<Page.H>Limitations</Page.H>
<Page.P variant="secondary">
Dust doesn't synchronize external files shared within a Notion page
or a Slack channel. On Google Drive, files with extracted text
bigger than 750KB are excluded. On GitHub, the code base is not
synchronized.
<ul>
<li>
<span className="font-bold">Slack</span>: Dust doesn't take into
account external files or content behind a url.
</li>
<li>
<span className="font-bold">Notion</span>: Dust doesn't take
into account external files or content behind a url.
</li>
<li>
<span className="font-bold">Google Drive</span>: Dust doesn't
take into account files with more than 750Kb of extracted text.
</li>
<li>
<span className="font-bold">Github</span>: take into account
files with more than 750Kb of extracted text.
</li>
</ul>
</Page.P>
</Page.Vertical>
</Page.Vertical>
Expand Down
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default function Welcome({
<p className="font-objektiv text-2xl font-bold tracking-tighter text-green-400 sm:font-objektiv md:font-objektiv">
You're ready to go!
</p>
<p>Here is a 3 minutes video to get you started with Dust.</p>
<p>Here is a short video to get you started with Dust.</p>
</div>
<div>
<YoutubeIframe youtubeId={youtubeId} />
Expand Down

0 comments on commit 37df6dc

Please sign in to comment.