Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jun 5, 2024
1 parent 1e00b16 commit ba0c4d0
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 19 deletions.
32 changes: 15 additions & 17 deletions sidebar-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,20 @@ export const sidebar = [
},
{ text: "Installation", link: "/docs/guide/installation" },
{
text: "Configuration",
collapsed: true,
items: [
{
text: "General Settings",
link: "/docs/guide/configuration/general-settings",
},
{
text: "Register with describo.cloud",
link: "/docs/guide/configuration/subscribe",
},
{
text: "Cloud Services & Data Processing",
link: "/docs/guide/configuration/data-processing",
},
],
text: "General Settings",
link: "/docs/guide/configuration/general-settings",
},
{
text: "Register with describo.cloud",
link: "/docs/guide/configuration/subscribe",
},
{
text: "Purchase Credits",
link: "/docs/guide/configuration/purchase-credits",
},
{
text: "Cloud Services & Data Processing",
link: "/docs/guide/configuration/data-processing",
},
{
text: "What is JSON-LD and RO-Crate?",
Expand All @@ -58,7 +56,7 @@ export const sidebar = [
link: "/docs/guide/tutorials/assistant-supported-discovery",
},
{
text: "Prompt engineering",
text: "Tips for using the assistant",
link: "/docs/guide/tutorials/prompt-engineering",
},
],
Expand Down
21 changes: 21 additions & 0 deletions src/docs/guide/configuration/purchase-credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Purchase Credits
---

# Purchase Credits

You can purchase credits as soon as you've registered with describo.cloud. When you click the link
on the Dashboard panel a page will open in your browser where you will see:

<ImageComponent src="/images/configuration/purchase1.webp" />

Selecting the credits you wish to purchase will open the payment providers dialog:

<ImageComponent src="/images/configuration/purchase2.webp" />

If the payment is successful you will see:

<div class="flex flex-row space-x-2">
<ImageComponent src="/images/configuration/purchase3.webp" />
<ImageComponent src="/images/configuration/purchase4.webp" />
</div>
4 changes: 2 additions & 2 deletions src/docs/guide/configuration/subscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ In order to use the text extraction, entity recognition and assistant capabiliti
register with describo.cloud. This is an essential requirement as you must purchase credits to use
the services.

::: warning Info
::: tip Info

Be sure to read the next page -
Be sure to read the page -
[/docs/guide/configuration/data-processing](/docs/guide/configuration/data-processing) - to learn
about the services used and where your data is processed.

Expand Down
Binary file added src/public/images/configuration/purchase1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/images/configuration/purchase1.webp
Binary file not shown.
Binary file added src/public/images/configuration/purchase2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/images/configuration/purchase2.webp
Binary file not shown.
Binary file added src/public/images/configuration/purchase3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/images/configuration/purchase3.webp
Binary file not shown.
Binary file added src/public/images/configuration/purchase4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/images/configuration/purchase4.webp
Binary file not shown.

0 comments on commit ba0c4d0

Please sign in to comment.