Skip to content

Commit

Permalink
update(index): add cards description (#1508)
Browse files Browse the repository at this point in the history
* add cards descriptions
* shorten too long descriptions
  • Loading branch information
NathalieC authored Apr 13, 2021
1 parent 71bcf47 commit 6e0a744
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,95 +8,95 @@ Welcome to the Bonita BPM documentation website.

[.card.card-index]
--
xref:release-notes.adoc[[.card-title]#Release note {varVersion}# [.card-body.card-content-overflow]#pass:q[A brief presentation of the new values, improvements, technical changes, deprecations, removals, and bug fixes of this release.]#]
xref:release-notes.adoc[[.card-title]#Release note {varVersion}# [.card-body.card-content-overflow]#pass:q[At a glance: new values, improvements, changes, and bug fixes]#]
--

[.card.card-index]
--
xref:release-notes.adoc#integration-sso-saml[[.card-title]#Integration of SSO SAML 2.0# [.card-body.card-content-overflow]#pass:q[]#]
xref:release-notes.adoc#integration-sso-saml[[.card-title]#Integration of SSO SAML 2.0# [.card-body.card-content-overflow]#pass:q[User Bonita BPM with Single-Sign-On (SSO) solutions using SAML V2 protocol]#]
--

[.card.card-index]
--
xref:release-notes.adoc#living-application-development-and-deployment[[.card-title]#New wizard to import a process in the studio and compare the artifacts# [.card-content-overflow]#pass:q[]#]
xref:release-notes.adoc#living-application-development-and-deployment[[.card-title]#New importation wizard# [.card-content-overflow]#pass:q[Compare the .bos project to import with existing resources to avoid overwriting errors]#]
--

[.card.card-index]
--
xref:release-notes.adoc#living-application-development-and-deployment[[.card-title]#Industrialization of Living Application (in Studio)# [.card-body.card-content-overflow]#pass:q[]#]
xref:release-notes.adoc#living-application-development-and-deployment[[.card-title]#Create Living applications from the studio# [.card-body.card-content-overflow]#pass:q[A handy editor to create application descriptors within the project]#]
--

[.card.card-index]
--
xref:release-notes.adoc#ui-personalization[[.card-title]#New management of date/time# [.card-body.card-content-overflow]#pass:q[]#]
xref:release-notes.adoc#ui-personalization[[.card-title]#New management of date/time# [.card-body.card-content-overflow]#pass:q[Use Java 8 date management system to create applications used on multiple timezones]#]
--

[.card.card-index]
--
xref:release-notes.adoc#technology-updates[[.card-title]#Full Java 8 support# [.card-body.card-content-overflow]#pass:q[]#]
xref:release-notes.adoc#technology-updates[[.card-title]#Full Java 8 support# [.card-body.card-content-overflow]#pass:q[Write Java 8 extension points and run Bonita BPM in Java 8 environments]#]
--

[.card.card-index]
--
xref:release-notes.adoc#technology-updates[[.card-title]#Support of Microsoft Edge browser# [.card-content-overflow]#pass:q[]#]
xref:release-notes.adoc#technology-updates[[.card-title]#Support of Microsoft Edge# [.card-content-overflow]#pass:q[Bonita BPM can now be deployed on environments using Microsoft Edge browsers]#]
--

[.card-section]
== Getting started
[.card.card-index]
--
xref:getting-started-tutorial.adoc[[.card-title]#Getting started tutorial# [.card-body.card-content-overflow]#pass:q[A step-by-step creation of a first simple Living Application to learn about all the concepts in Bonita.]#]
xref:getting-started-tutorial.adoc[[.card-title]#Getting started tutorial# [.card-body.card-content-overflow]#pass:q[A step-by-step creation of a first simple Living Application]#]
--

[.card.card-index]
--
xref:diagram-overview.adoc[[.card-title]#Process diagram overview# [.card-body.card-content-overflow]#pass:q[A BPMN definition of the logic executing in the background of th application.]#]
xref:diagram-overview.adoc[[.card-title]#Process diagram overview# [.card-body.card-content-overflow]#pass:q[A BPMN definition of the logic behind the application]#]
--

[.card.card-index]
--
xref:key-concepts.adoc[[.card-title]#Key concepts# [.card-body.card-content-overflow]#pass:q[All the concepts needed to create a Bonita automation project.]#]
xref:key-concepts.adoc[[.card-title]#Key concepts# [.card-body.card-content-overflow]#pass:q[All the concepts needed to create a Bonita automation project]#]
--

[.card.card-index]
--
xref:ui-designer-overview.adoc[[.card-title]#UI Designer overview# [.card-body.card-content-overflow]#pass:q[A presentation of the tool that allows you to create pages, forms, and all UI-related artifacts.]#]
xref:ui-designer-overview.adoc[[.card-title]#UI Designer overview# [.card-body.card-content-overflow]#pass:q[A presentation of the tool to create all UI-related artifacts]#]
--

[.card.card-index]
--
xref:bonita-bpm-studio-installation.adoc[[.card-title]#Bonita Studio installation# [.card-body.card-content-overflow]#pass:q[The very first step to start your Bonita project.]#]
xref:bonita-bpm-studio-installation.adoc[[.card-title]#Bonita Studio installation# [.card-body.card-content-overflow]#pass:q[The very first step to start your Bonita project]#]
--

[.card.card-index]
--
xref:tomcat-bundle.adoc[[.card-title]#Basic Bonita Runtime installation# [.card-body.card-content-overflow]#pass:q[Create Production and non-Production environments to execute your Bonita automation project.]#]
xref:tomcat-bundle.adoc[[.card-title]#Basic Bonita Runtime installation# [.card-body.card-content-overflow]#pass:q[Create environments to run Bonita automation projects]#]
--

[.card.card-index]
--
xref:create-your-first-project-with-the-engine-apis-and-maven.adoc[[.card-title]#Create your first project with Engine APIs and Maven# [.card-body.card-content-overflow]#pass:q[Set up a Maven client application using Bonita Engine APIs to run a process.]#]
xref:create-your-first-project-with-the-engine-apis-and-maven.adoc[[.card-title]#Create your first project with Engine APIs and Maven# [.card-body.card-content-overflow]#pass:q[Set up a Maven client application on Bonita Engine APIs]#]
--

[.card-section]
== Resources

[.card.card-index]
--
link:https://www.bonitasoft.com/downloads[[.card-title]#Download Bonita software# [.card-body.card-content-overflow]#pass:q[A link to our Community web site, the place to get Bonita.]#]
link:https://www.bonitasoft.com/downloads[[.card-title]#Download Bonita software# [.card-body.card-content-overflow]#pass:q[A link to our Community web site, the place to get Bonita]#]
--

[.card.card-index]
--
link:https://www.bpmn.org[[.card-title]#BPMN standard# [.card-body.card-content-overflow]#pass:q[A link to THE BPMN reference.]#]
link:https://www.bpmn.org[[.card-title]#BPMN standard# [.card-body.card-content-overflow]#pass:q[A link to THE BPMN reference]#]
--

[.card.card-index]
--
link:https://www.bonitasoft.com/for-you-to-read/bpm-library/ultimate-guide-bpmn[[.card-title]#The Ultimate Guide to BPMN2# [.card-body.card-content-overflow]#pass:q[Download Bonitasoft's whitepaper on BPMN2.]#]
link:https://www.bonitasoft.com/for-you-to-read/bpm-library/ultimate-guide-bpmn[[.card-title]#The Ultimate Guide to BPMN2# [.card-body.card-content-overflow]#pass:q[Download Bonitasoft's whitepaper on BPMN2]#]
--

[.card.card-index]
--
link:https://documentation.bonitasoft.com/javadoc/api/{varVersion}/index.html[[.card-title]#Javadoc# [.card-body.card-content-overflow]#pass:q[The API documentation extracted from our source code.]#]
link:https://documentation.bonitasoft.com/javadoc/api/{varVersion}/index.html[[.card-title]#Javadoc# [.card-body.card-content-overflow]#pass:q[The API documentation extracted from our source code]#]
--

0 comments on commit 6e0a744

Please sign in to comment.