From 82b5b597c2b32b828a08f72aded30a7640f01fb6 Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Thu, 29 Aug 2024 14:15:38 +1000 Subject: [PATCH] updating content --- src/docs/articles/how-your-data-is-handled.md | 4 +- .../articles/taytay-sings-the-budget-blues.md | 10 ++--- src/docs/articles/why-use-it.md | 38 +++++++++++-------- src/docs/component/get-started.md | 2 +- src/docs/component/introduction.md | 6 +-- src/docs/component/usage-and-configuration.md | 2 +- src/docs/component/validation.md | 2 +- .../guide/configuration/data-processing.md | 5 --- .../guide/configuration/general-settings.md | 6 --- .../guide/configuration/purchase-credits.md | 5 --- src/docs/guide/configuration/subscribe.md | 5 --- src/docs/guide/data-processing.md | 4 +- src/docs/guide/installation.md | 5 ++- src/docs/guide/register.md | 4 +- src/docs/guide/transcribing-content.md | 2 +- src/docs/guide/transforming-content.md | 4 +- src/docs/guide/visualising-the-structure.md | 11 +++--- src/docs/profiles/classes-and-inputs.md | 12 +++--- src/docs/profiles/introduction.md | 12 +++--- src/docs/profiles/profile-structure.md | 14 +++---- 20 files changed, 73 insertions(+), 80 deletions(-) delete mode 100644 src/docs/guide/configuration/data-processing.md delete mode 100644 src/docs/guide/configuration/general-settings.md delete mode 100644 src/docs/guide/configuration/purchase-credits.md delete mode 100644 src/docs/guide/configuration/subscribe.md diff --git a/src/docs/articles/how-your-data-is-handled.md b/src/docs/articles/how-your-data-is-handled.md index c4eee42..1bfec0d 100644 --- a/src/docs/articles/how-your-data-is-handled.md +++ b/src/docs/articles/how-your-data-is-handled.md @@ -50,8 +50,8 @@ Any metadata that you create with Describo remains in the source folder inside a If you choose to register with the Describo cloud and purchase credits to use the text extraction, entity recognition or assistant capabilities, the data that you select for processing will be uploaded to the Describo cloud. Detailed information about the Describo Cloud is at -[Cloud Services and Data Processing](/docs/guide/data-processing) but following is a plain english -explanation of that content. +[Cloud Services and Data Processing](/docs/guide/data-processing.html) but following is a plain +english explanation of that content. - Describo does not assert any right or title to any of the outputs of the cloud service. The Describo Cloud empowers you to create, while you retain complete ownership of your outputs. diff --git a/src/docs/articles/taytay-sings-the-budget-blues.md b/src/docs/articles/taytay-sings-the-budget-blues.md index fd05014..7a604fa 100644 --- a/src/docs/articles/taytay-sings-the-budget-blues.md +++ b/src/docs/articles/taytay-sings-the-budget-blues.md @@ -145,14 +145,14 @@ Following is a fun, albeit frivolous, example that demonstrates what you can do. If you want to try this with your own data, it's easy and you can be up and running in about 5 minutes! -- [Download the application - FREE](/desktop) -- [Register - FREE](/docs/guide/register) -- [Purchase Assistant Credits - $5 ](/docs/guide/purchase-credits) +- [Download the application - FREE](/desktop.html) +- [Register - FREE](/docs/guide/register.html) +- [Purchase Assistant Credits - $5 ](/docs/guide/purchase-credits.html) And if you have questions about how your data is used and where it's processed: -- [Terms and conditions](/terms-and-conditions#describo-cloud) -- [Where your data is processed](/docs/guide/data-processing) +- [Terms and conditions](/terms-and-conditions.html#describo-cloud) +- [Where your data is processed](/docs/guide/data-processing.html) diff --git a/src/docs/articles/why-use-it.md b/src/docs/articles/why-use-it.md index 3685bf8..6859ea0 100644 --- a/src/docs/articles/why-use-it.md +++ b/src/docs/articles/why-use-it.md @@ -84,9 +84,9 @@ online workspace. Issues that Describo mitigates. ### Describo lives here Describo is for people working with text based content in various formats. It provides tools for -them [to manipulate their data and transform it](/docs/guide/transforming-content); -[mine it for information using AI tools and cloud services](/docs/guide/assistant-supported-discovery); -[describe what they're finding as linked data entity relationships](/docs/guide/working-with-a-crate); +them [to manipulate their data and transform it](/docs/guide/transforming-content.html); +[mine it for information using AI tools and cloud services](/docs/guide/assistant-supported-discovery.html); +[describe what they're finding as linked data entity relationships](/docs/guide/working-with-a-crate.html); and ultimately, publish their work. Describo produces data objects in a standardised format: the @@ -162,31 +162,39 @@ it. diff --git a/src/docs/component/get-started.md b/src/docs/component/get-started.md index 5cd24a1..81d84a9 100644 --- a/src/docs/component/get-started.md +++ b/src/docs/component/get-started.md @@ -62,7 +62,7 @@ module.exports = { content: [ "./src/**/*.html", "./src/**/*.{js,jsx,ts,tsx,vue}", - "./node_modules/@describo/**/*.vue", + "./node_modules/@describo/crate-builder-component/src/**/*.vue", ], theme: { extend: {}, diff --git a/src/docs/component/introduction.md b/src/docs/component/introduction.md index 9f00e69..5f30e0e 100644 --- a/src/docs/component/introduction.md +++ b/src/docs/component/introduction.md @@ -19,7 +19,7 @@ aside: false back to your app for saving or handling as you wish.
- Read on to get started. + Read on to get started.
@@ -60,7 +60,7 @@ aside: false