From 4df82a836d4679ca911da5e69ed6ece1edd867e1 Mon Sep 17 00:00:00 2001 From: Omri Levy <61207713+Omri-Levy@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:53:12 +0300 Subject: [PATCH] fix(docs): fixed path to md file and in-progress page content (#2640) --- .../en/getting_started/system_overview.md | 20 +++++++++---------- ...dding_a_child_workflow_to_your_workflow.md | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/websites/docs/src/content/docs/en/getting_started/system_overview.md b/websites/docs/src/content/docs/en/getting_started/system_overview.md index 6b09863d0e..380c924b67 100644 --- a/websites/docs/src/content/docs/en/getting_started/system_overview.md +++ b/websites/docs/src/content/docs/en/getting_started/system_overview.md @@ -6,10 +6,10 @@ description: An overview of Ballerine's risk management platform and its modules Ballerine is a risk management platform for performing all types of risk flows and processes. To do so, Ballerine provides the risk modules needed to build custom risk flows. You can use all modules, combinations of some modules, or just one module to perform a desired risk process. -For example: -- **Build a full KYB flow** using data collection flow, 3rd party vendors, risk rules, and the case management. -- **Build a simple KYC** using 3rd party vendors, risk rules, and the case management. -- **Build a simple digital form** using data collection flow. +For example: +- **Build a full KYB flow** using data collection flow, 3rd party vendors, risk rules, and the case management. +- **Build a simple KYC** using 3rd party vendors, risk rules, and the case management. +- **Build a simple digital form** using data collection flow. - **Manually review documents** using the case management. - Etc. @@ -61,15 +61,15 @@ The Rules Engine applies risk rules to assign risk scores, present risk indicato [Calculation Risk Scores](/en/learn/calculating_risk_scores) ## Case Managment -The Case Management module provides a user interface for manual decision-making processes, such as approving, rejecting, or requesting re-submission of cases. It offers customizable layouts and information presentation, allowing users to efficiently handle and review cases. +The Case Management module provides a user interface for manual decision-making processes, such as approving, rejecting, or requesting re-submission of cases. It offers customizable layouts and information presentation, allowing users to efficiently handle and review cases. **Learn more about case management** -[Overview of case management](/en/learn/case_management_overview) +[Overview of case management](/en/learn/case_management_overview) -[Using the case management dashboard](/en/learn/using_the_case_management_dashboard) +[Using the case management dashboard](/en/learn/using_the_case_management_dashboard) -[Add and Customize Workflows in the Case Management](/en/learn/add_and_customize_workflows_in_the_case_management.md) +[Add and Customize Workflows in the Case Management](/en/learn/add_and_customize_workflows_in_the_case_management) Case Management @@ -95,7 +95,7 @@ Ballerine's plugins enables deep integration with your existing systems, allowin **Learn more about plugins** -[Using Plugins](/en/learn/plugins) +[Using Plugins](/en/learn/plugins) ## Webhooks @@ -103,4 +103,4 @@ Webhooks in Ballerine allow for real-time communication and integration with ext **Learn more about webhooks** -[Using webhooks](/en/learn/how_to_use_webhooks) +[Using webhooks](/en/learn/how_to_use_webhooks) diff --git a/websites/docs/src/content/docs/en/learn/adding_a_child_workflow_to_your_workflow.md b/websites/docs/src/content/docs/en/learn/adding_a_child_workflow_to_your_workflow.md index 62054f3a3c..ec19b267db 100644 --- a/websites/docs/src/content/docs/en/learn/adding_a_child_workflow_to_your_workflow.md +++ b/websites/docs/src/content/docs/en/learn/adding_a_child_workflow_to_your_workflow.md @@ -3,4 +3,4 @@ title: Adding a child workflow to your workflow description: A step-by-step guide for setting up and running child workflows in your workflows. --- -# Adding a child workflow to your workflow +## TODO