Skip to content

Commit 92e6838

Browse files
committed
Remove outdated docs (asciidoc, now using docusaurus)
1 parent 6608438 commit 92e6838

File tree

360 files changed

+9
-31852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+9
-31852
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ target
99
.DS_Store
1010
.vscode
1111
*.bpmn/
12-
/userguide/src/en/index.html
13-
userguide/src/en/output/
1412
migration.html
1513
/modules/**/bin
1614
modules/flowable-app-rest/.extract
1715
modules/flowable-app-rest/src/main/resources/static/docs/specfile
18-
userguide-dmn/src/en/output
19-
userguide-form/src/en/output
20-
userguide-cmmn/src/en/output
2116
docker/all-in-one/assets
2217
k8s/flowable/charts
2318
requirements.lock

docs/docusaurus/docs/bpmn/ch05a-Spring-Boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ Here is a list of configuration properties that the Flowable Spring Boot support
540540

541541
# Process https://github.com/flowable/flowable-engine/tree/main/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/src/main/java/org/flowable/spring/boot/process/FlowableProcessProperties.java
542542
flowable.process.definition-cache-limit=-1 # The maximum amount of process definitions available in the process definition cache. Per default it is -1 (all process definitions).
543-
flowable.process.enable-safe-xml=true # Enables extra checks on the BPMN xml that is parsed. See https://www.flowable.org/docs/userguide/index.html#advanced.safe.bpmn.xml. Unfortunately, this feature is not available on some platforms (JDK 6, JBoss), hence you need to disable if your platform does not allow the use of StaxSource during XML parsing.
543+
flowable.process.enable-safe-xml=true # Enables extra checks on the BPMN xml that is parsed. Unfortunately, this feature is not available on some platforms, hence you need to disable if your platform does not allow the use of StaxSource during XML parsing.
544544
flowable.process.servlet.load-on-startup=-1 # Load on startup of the Process dispatcher servlet.
545545
flowable.process.servlet.name=Flowable BPMN Rest API # The name of the Process servlet.
546546
flowable.process.servlet.path=/process-api # The context path for the Process rest servlet.
@@ -558,7 +558,7 @@ Here is a list of configuration properties that the Flowable Spring Boot support
558558
# CMMN https://github.com/flowable/flowable-engine/tree/main/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/src/main/java/org/flowable/spring/boot/cmmn/FlowableCmmnProperties.java
559559
flowable.cmmn.deploy-resources=true # Whether to perform deployment of resources, default is 'true'.
560560
flowable.cmmn.deployment-name=SpringBootAutoDeployment # The name of the deployment for the CMMN resources.
561-
flowable.cmmn.enable-safe-xml=true # Enables extra checks on the DMN xml that is parsed. See https://www.flowable.org/docs/userguide/index.html#advanced.safe.bpmn.xml. Unfortunately, this feature is not available on some platforms (JDK 6, JBoss), hence you need to disable if your platform does not allow the use of StaxSource during XML parsing.
561+
flowable.cmmn.enable-safe-xml=true # Enables extra checks on the DMN xml that is parsed. Unfortunately, this feature is not available on some platforms, hence you need to disable if your platform does not allow the use of StaxSource during XML parsing.
562562
flowable.cmmn.enabled=true # Whether the CMMN engine needs to be started.
563563
flowable.cmmn.resource-location=classpath*:/cases/ # The location where the CMMN resources are located.
564564
flowable.cmmn.resource-suffixes=**.cmmn,**.cmmn11,**.cmmn.xml,**.cmmn11.xml # The suffixes for the resources that need to be scanned.
@@ -578,7 +578,7 @@ Here is a list of configuration properties that the Flowable Spring Boot support
578578
# DMN https://github.com/flowable/flowable-engine/tree/main/modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/src/main/java/org/flowable/spring/boot/dmn/FlowableDmnProperties.java
579579
flowable.dmn.deploy-resources=true # Whether to perform deployment of resources, default is 'true'.
580580
flowable.dmn.deployment-name=SpringBootAutoDeployment # The name of the deployment for the dmn resources.
581-
flowable.dmn.enable-safe-xml=true # Enables extra checks on the DMN xml that is parsed. See https://www.flowable.org/docs/userguide/index.html#advanced.safe.bpmn.xml. Unfortunately, this feature is not available on some platforms (JDK 6, JBoss), hence you need to disable if your platform does not allow the use of StaxSource during XML parsing.
581+
flowable.dmn.enable-safe-xml=true # Enables extra checks on the DMN xml that is parsed. Unfortunately, this feature is not available on some platforms, hence you need to disable if your platform does not allow the use of StaxSource during XML parsing.
582582
flowable.dmn.enabled=true # Whether the dmn engine needs to be started.
583583
flowable.dmn.history-enabled=true # Whether the history for the DMN engine should be enabled.
584584
flowable.dmn.resource-location=classpath*:/dmn/ # The location where the dmn resources are located.

docs/userguide/.gitignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/userguide/README.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

docs/userguide/build.xml

Lines changed: 0 additions & 91 deletions
This file was deleted.

docs/userguide/scripts/clean.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/userguide/scripts/generate-all.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/userguide/scripts/generate-html.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/userguide/scripts/generate-pdf.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)