Skip to content

Commit bb33366

Browse files
committed
24.x Update
1 parent f66b543 commit bb33366

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
template: home.html
3-
title: Digital Business Automation
3+
title: Data & AI - Business Automation
44
---

docs/introduction/reference-architecture/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: What is the purpose of the business automation reference architectu
99

1010
## Digital business automation architecture
1111

12-
The current Digital Business Automation architecture is documented [here](https://www.ibm.com/cloud/architecture/architectures/dba-architecture) in the [IBM Cloud Architecture Center](https://www.ibm.com/cloud/architecture).
12+
The current Business Automation architecture is documented [here](https://www.ibm.com/cloud/architecture/architectures/dba-architecture) in the [IBM Cloud Architecture Center](https://www.ibm.com/cloud/architecture).
1313
It includes detailed architecture capabilities on the following components:
1414

1515
* [Workflow management](https://www.ibm.com/cloud/architecture/architectures/workflowDomain) includes runtime and business process authoring components in a single view.

docs/methodology/overview/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Digital Business Automation implementation methodology
3-
description: Digital Business Automation implementation methodology
2+
title: Business Automation implementation methodology
3+
description: Business Automation implementation methodology
44
---
55

66
## Business automation application development

docs/src/pages/introduction/overview/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introduction
3-
description: IBM Digital Business Automation Reference Architecture
3+
description: IBM Business Automation Reference Architecture
44
---
55

66

@@ -13,9 +13,9 @@ description: IBM Digital Business Automation Reference Architecture
1313

1414
This repository provides working a set of patterns, best practices and reusable code and executable scenarios to help you build and deploy application using digital business automation capabilities from the IBM Cloud Pak for Business Automation.
1515

16-
[Digital business automation](https://www.ibm.com/cloud/cloud-pak-for-automation)(DBA) allows an organization to improve its operations by streamlining the way people participate in business processes and workflows, automate repeatable decisions, and provide business users with the ability to edit and change the business logic involved in these business processes. DBA projects also aim to make documents easy to store and retrieve, digitize document content, such as with optical character recognition (OCR), and automate data entries with software robots, referred as robotic process automation.
16+
[Business automation](https://www.ibm.com/cloud/cloud-pak-for-automation)(DBA) allows an organization to improve its operations by streamlining the way people participate in business processes and workflows, automate repeatable decisions, and provide business users with the ability to edit and change the business logic involved in these business processes. DBA projects also aim to make documents easy to store and retrieve, digitize document content, such as with optical character recognition (OCR), and automate data entries with software robots, referred as robotic process automation.
1717

18-
The IBM Cloud Pak for Automation offers a software platform to develop, deploy, run and manage your digital business automation projects, using the capabilities shown in the following digram:
18+
The IBM Cloud Pak for Business Automation offers a software platform to develop, deploy, run and manage your digital business automation projects, using the capabilities shown in the following digram:
1919

2020
![overview](./images/cp4a.png)
2121

mkdocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
site_name: Digital Business Automation
2-
site_description: Knowledge sharing on digital business automation
1+
site_name: Data & AI - Business Automation
2+
site_description: Knowledge sharing on business automation
33
repo_url: https://github.com/ibm-cloud-architecture/refarch-dba
44
docs_dir: docs
55
site_dir: public
@@ -64,7 +64,7 @@ nav:
6464
- Overview: methodology/overview/index.md
6565
- Agile Business Rule Development: methodology/abrd/index.md
6666
- Event Storming: https://ibm-cloud-architecture.github.io/refarch-eda/methodology/event-storming/
67-
- Patterns in DBA:
67+
- Patterns in Business Automation:
6868
- Devising the data models: methodology/model/index.md
6969
- Champion-challenger: https://ibm-cloud-architecture.github.io/odm-cp4d-integration/champchall/
7070
- Use Cases:

overrides/home.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<section>
1313
<div class=home-hero>
1414
<div class=home-hero-text>
15-
<h1>Digital Business Automation - Body Of Knowledge</h1>
15+
<h1>Business Automation - Body Of Knowledge</h1>
1616
</div>
1717
<div class=home-hero-image>
1818
</div>
@@ -22,10 +22,10 @@ <h1>Digital Business Automation - Body Of Knowledge</h1>
2222
<div class=home-description>
2323
<div class='row'>
2424
<div class='column'>
25-
What are Digital Business Automation Architectures?
25+
What are Business Automation Architectures?
2626
</div>
2727
<div class='column'>
28-
Digital Business Automation architectures provide a collection of patterns to develop business automation solutions by integrating content services, document processing/capture, decision management, and workflow automation with AI, machine learning, mining and robotic process automation (RPA).
28+
Business Automation architectures provide a collection of patterns to develop business automation solutions by integrating content services, document processing/capture, decision management, and workflow automation with AI, machine learning, mining and robotic process automation (RPA).
2929
<a
3030
className={calloutLink}
3131
href='/introduction/overview/'
@@ -85,7 +85,7 @@ <h1>Digital Business Automation - Body Of Knowledge</h1>
8585
Walk through real-world use cases
8686
<a
8787
className={calloutLink}
88-
href='/use-cases/accounts-pay/'
88+
href='/use-cases/onboarding-automation'
8989
>
9090
Read more →
9191
</a>

0 commit comments

Comments
 (0)