-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs-copy.yml
341 lines (331 loc) · 16.6 KB
/
mkdocs-copy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
#Project Information
site_name: HCL Leap 9.3.5 Help Center
site_description: >
A next-gen documentation site for HCL Leap.
site_url: https://opensource.hcltechsw.com/leap-doc/9.3.5/index.html
use_directory_urls: false
docs_dir: 9.3.5
site_dir: docs/9.3.5
# Theme Configuration
theme:
name: material
logo: assets/CNX_logo.png
favicon: assets/favicon.png
language: en
features:
- content.code.select
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.instant
- search.highlight
- search.share
- search.suggest
custom_dir: theme_overrides/
icon:
repo: fontawesome/brands/github
font:
text: Roboto
code: Roboto Mono
# Static files
static_templates:
- 404.html
# Markdown Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- toc:
title: On this page
extra:
# analytics:
# provider: custom
# property: UA-169645537-2
social:
- icon: fontawesome/brands/github
link: https://github.com/HCL-TECH-SOFTWARE
version:
provider: mike
# Repository
repo_url: https://github.com/HCL-TECH-SOFTWARE/leap-doc
repo_name: hcl-software/leap-doc
edit_uri: edit/main/docs
# Customization
extra_css:
- stylesheets/style.css
plugins:
- section-index
- search
#Table of contents
nav:
# HCL Connections Documentation
- Introducing Leap: index.md
# What's New
- What's new?: whats_new.md
# Overview
- Overview:
- ovr_overview.md
- What is HCL Leap, and how is it used?: get_overview.md
- Release Notes: ovr_release_notes.md
- Accessibility Overview:
- ac_experience_builder_accessibility.md
- Accessibility features for application designers: ac_accessibility_features_for_designers.md
- Accessibility features for application users: ac_accessibility_features_for_users.md
# Guide Me
- Guide Me:
- guide_me.md
# Tutorials
- Tutorials for form design:
- tut_tutorials_toc.md
- Video -- Creating and deploying an application using Leap: tut_video_overview.md
- Building a Survey application:
- tut_survey_application_OV.md
- Building a survey with Leap: tut_survey_application_module1.md
- Tutorial summary: tut_survey_application_SM.md
- Adding tables and workflow elements to a Leap form:
- tut_roles_and_stages_OV.md
- Adding tables to forms: tut_roles_and_stages_module1.md
- Adding workflow Stages to a form: tut_roles_and_stages_module2.md
- Applying access control through Roles: tut_roles_and_stages_module3.md
- Tutorial summary: tut_roles_and_stages_SM.md
# Deploying
- Deploying:
- in_overview.md
- Preparing to deploy:
- in_prep.md
- Create a Database:
- in_create_db.md
- Creating a DB2 database: in_create_db2.md
- Creating an Oracle database: in_oracle_creating_db.md
- Creating a PostgreSQL database: create_postgresql_db.md
- Kubernetes Helm deployment:
- kubernetes_helm_deployment.md
- Preparation:
- helm_preparation.md
- Prepare a namespace: helm_prepare_namespace.md
- Prepare configuration: prepare_config_helm.md
- Load images: helm_load_images.md
- PersistentVolumeClaims: helm_persistent_volume.md
- Provide admin user a custom secret: helm_admin_customsecret.md
- Probes configuration in values.yaml file: helm_probes_config_valuesfile.md
- SAML configuration: helm_saml_config.md
- Certificates: helm_certificates.md
- Configure Role Mapping: helm_configure_roleMapping.md
- Open Liberty server customizations: helm_open_liberty_custom.md
- Configure Database: helm_configure_db.md
- Configure SMTP: helm_configure_smtp.md
- Configure LDAP: helm_configure_ldap.md
- Service Catalog: helm_service_catalog.md
- Leap properties: helm_leap_properties.md
- JVM options: helm_jvm_options.md
- Changing the log level: helm_changing_log_level.md
- Enabling additional Open Liberty features: helm_extending_image.md
- Install commads to deploy: helm_install_commands.md
- Uninstall Helm deployment: helm_uninstall.md
- Update the settings of an existing installation: helm_update_install.md
- Configuring Leap with OIDC: helm_oidc_config.md
- Migrating From WebSphere to Liberty: migrating_websphere_liberty.md
- Deploying to a traditional platform:
- deploytraditional_leap.md
- Basic Architecture: in_basic_architecture.md
- Manually deploying to WebSphere Application Server: in_deploying_was.md
- Completing the post-deployment tasks: in_setting_up_environment.md
- Upgrading:
- upgradingleap_sec.md
- Upgrading Leap on a traditional platform: in_upgrading.md
- Migrating from IBM Forms Experience Builder: in_migrating_feb.md
# Administering and Configuring
- Administering:
- administering_leap.md
- Backing up and restoring the DB2 database: ad_managing_db2_database.md
- Strict CSP: leap_strict_csp.md
- Admin Application Dashboard: admin_application_dashboard.md
# Configuring
- Configuring:
- co_config_toc.md
- Application server environment configuration: co_config_app_server_enviro.md
- Configuring the properties file:
- co_configuring_the_properties_file.md
- Configuration properties: co_configuration_properties.md
# Securing
- Securing:
- se_security_toc.md
- Defining basic security roles for users: as_define_security_roles.md
- Assigning users or groups to roles: as_assigning_users_or_groups_to_roles.md
- Setting Stage permissions: as_setting_stage_permissions.md
- Defining permissions to share data with other applications: se_permission_for_sharing_data_with_other_apps.md
- Assigning users to maintain the application: as_assigning_users_to_maintain_the_application.md
- Setting up security for anonymous access: as_setting_up_security_for_anon_access.md
# Troubleshooting
- Troubleshooting:
- tr_troubleshooting_toc.md
- Troubleshooting and support: tr_troubleshooting_and_support.md
- Troubleshooting Leap: tr_troubleshooting.md
# Creating and managing applications (Building Apps)
- Building Apps:
- cr_creating_and_managing_toc.md
- Creating an application: cr_creating_application_overview.md
- Creating an application from an excel spreadsheet: cr_creating_application_excel.md
- Styling your application with a custom theme: cr_custom_theme.md
- Upgrading an application design: upgrade_application_design.md
- Copying items: cr_copying_items.md
- Moving items on a form: cr_moving_items_on_a_form.md
- Creating an accessible application:
- ac_creating_accessible_application.md
- Using a Text item as a label: ac_using_text_item_as_label.md
- Enabling dynamic layout: cr_enabling_dynamic_layout.md
- Globalization features:
- gl_forms_experience_builder_globalization.md
- Setting a language: gl_setting_a_language.md
- Creating rules in your application:
- ru_creating_rules_in_your_form.md
- Setting rules on form items: ru_set_rule_on_form_items.md
- Setting rules on pages in an application: ru_setting_rules_on_pages_in_an_application.md
- Setting rules on Stages: ru_setting_rules_on_stage_actions.md
- Labeling data, performing data analysis, and exporting data:
- da_data_analysis_and_exporting_data.md
- Changing the Saved Value of a form item: da_labeling_saved_values_in_forms.md
- Adding Data Labels to form items: da_labeling_fields_in_a_form.md
- Exporting data from your application:
- da_exporting_data_from_your_application.md
- Controlling data available for export: da_controlling_data_available_for_export.md
- Incorporating web services into your applications:
- cr_using_apps_as_services_toc.md
- Adding and configuring a service: cr_in_app_service.md
- Service Oriented Architecture – Exposing a service to Leap: cr_using_apps_exposing_service_to.md
- Triggering a service from a button: se_triggering_a_web_service_from_a_button.md
- Using a service to populate form items: se_using_a_service_to_populate_a_drop_down.md
- Integrating your application with existing Leap applications: cr_using_other_apps_as_services.md
- Adding formulas to your application:
- cr_adding_formulas_toc.md
- Creating a Formula from the Properties side panel: cr_adding_formulas_from_properties_window.md
- Creating a formula from the Settings tab: cr_adding_formula_from_settings_tab.md
- Running a formula from an event: cr_adding_formula_running_formula_from_event.md
- Adding specialized form items:
- wi_introduction_to_specialized_form_items.md
- Echoing text with a Text item: wi_echoing_text_with_a_text_item.md
- Adding tables to a form: wi_adding_tables_to_a_form.md
- Adding HTML fragments to a form: wi_adding_html_fragments_to_a_form.md
- Adding media to a form: wi_adding_media_to_a_form.md
- Managing the files associated with your application:
- wf_managing_the_files_associated_with_your_appl.md
- Uploading files for use in your application: cr_uploading_and_using_files.md
- Leap document integration:
- di_pop_doc_with_app_data.md
- Adding a PDF to Leap: di_adding_pdf_to.md
- Mapping form items to PDF fields: di_mapping_form_items_to_pdf_fields.md
- Mapping form items to PDF fields and storing the filled PDF: di_mapping_form_items_to_pdf_fields_and_attaching.md
- Creating the PDF trigger: di_creating_the_pdf_trigger.md
- Document integration usage details: di_usage_details.md
- Adding Stages to an application:
- sub_adding_stages_toc.md
- Editing the message a user sees upon form submission: sub_editing_the_message_a_user_sees.md
- Redirecting users after form submission: sub_editing_the_url_a_user_sees.md
- Sending an email after a user submits a form: sub_sending_an_email.md
- Populating information upon form submission using a web service: sub_use_service_to_populate_on_form_submission.md
- Assigning users to a role after submission: sub_assigning_a_user.md
- Configuring behavior of a form on submission: sub_sending_a_user_to_another_url.md
- Saving work as a draft: sad_allowing_users_to_save.md
- Scenario -- hidden or read-only form items in Stages: sub_hidden_or_read_only_items_in_stages.md
- Saving a PDF to a file location: sub_saving_pdf.md
- Deploying applications and viewing data responses:
- cr_deploy_and_launch_toc.md
- Deploying an application: cr_deploying_an_application.md
- Updating and stopping a deployment: cr_updating_and_stopping_deployment.md
- Launching an application: cr_launching_an_application.md
- Viewing submitted responses: cr_viewing_submitted_responses.md
- Importing data in View Data: cr_import_data_in_view_responses.md
# Extending
- Extending:
- extending_toc.md
- Using custom style sheets:
- ex_css_toc.md
- Adding customized CSS to your application: ex_adding_ccs.md
- Removing a custom style sheet: ex_removing_a_css.md
- Adding services:
- services_toc.md
- Setting up your development environment: ser_setup_development_environment.md
- Providing Groups of Dynamic Services:
- ser_provide_groups_of_dynamic_services.md
- Adding a Service Catalog Group: ser_add_service_catalog_group.md
- Adding a Service Catalog: ser_add_service_catalog.md
- Service Oriented Architecture -– Service Transport:
- ex_soa_service_transport.md
- Creating your own custom Service Transport: ser_create_custom_service_transport.md
# Reference
- References:
- reference_toc.md
- REST API reference:
- ref_rest_api_ref.md
- Data access REST API:
- ref_data_access_rest_api.md
- List:
- ref_data_rest_api_list.md
- Filtering Data REST API results: ref_data_rest_api_list_filter.md
- Retrieve: ref_data_rest_api_retrieve.md
- Create: ref_data_rest_api_create.md
- Update: ref_data_rest_api_update.md
- Delete: ref_data_rest_api_delete.md
- Metadata: ref_data_rest_api_metadata.md
- Retrieve Attachment: ref_data_rest_api_retrieve_attachment.md
- Create Attachment: ref_data_rest_api_create_attachment.md
- Application management REST API: ref_rest_api_auto_deploy.md
- Application statistics REST API: app_stats_restapi.md
- JavaScript API:
- ref_javascript_api.md
- Running Custom JavaScript -– Events:
- ref_jsapi_running_custom_js_events.md
- Application Events: ref_jsapi_application_events.md
- Form Events: ref_jsapi_form_events.md
- Page Events: ref_jsapi_page_events.md
- Item Events: ref_jsapi_item_events.md
- Running Custom JavaScript Files: ref_jsapi_running_external_js_files.md
- Reference Objects and Functions:
- ref_jsapi_objects_and_functions.md
- Interface objects:
- ref_jsapi_running_external_js_files.md
- Application objects: ref_application_object.md
- Form objects: ref_form_objects.md
- Page and App Page objects: ref_page_app_page_objects.md
- Item objects: ref_item_objects.md
- Other objects: ref_other_objects.md
- Data objects: ref_jsapi_ref_data_objects.md
- JavaScript Security: ref_jsapi_javascript_security.md
- Services:
- ref_services_toc.md
- Basic Credentials Provider: ref_service_basic_credentials_provider.md
- Cookie Credentials Provider: ref_service_cookie_credentials_provider.md
- Java 2 Connector (J2C) Authentication Credentials Provider: ref_service_j2c_credentials_provider.md
- Service Description:
- ref_service_service_description.md
- Localizing Service Descriptions: ref_service_localizing_service_description.md
- Mapping Data for a Service Description: ref_service_mapping_service_description.md
- Deploying a Service Description: ref_service_deploying_service_description.md
- Using the service description tool for WSDL web service:
- ref_service_wsdl_ovr.md
- WSDL service description tool parameters: ref_service_wsdl_param.md
- Troubleshooting the WSDL service description generator - FAQ: tr_troubleshooting_wsdl_sd_tool.md
- HTTP Service Transport: ref_service_http_service_transport.md
- Embedding items in an iframe: ref_embed_iframe.md
- Embedding API: ref_embedding_api.md
- Creating customized Cascading Style Sheets: ref_customized_css.md
- Custom Widget API v1.0.0:
- customwidgetapi_landing.md
- Data Widgets vs Display Widgets: datawidgets_displaywidgets.md
- Data Types: datatypes_widgets.md
- Rules: rules_widgets.md
- Built-In Properties: builtin_properties_widgets.md
- Custom Properties: custom_properties_widgets.md
- Widgets with Options: widgets_options.md
- Widget Instantiation: widget_instantiation.md
- Validation: widget_validation.md
- Internationalization: widget_internationalization.md
- Usage of JavaScript API: widget_javaapi.md
- Versioning: widget_versioning.md
- Upgrading: widget_upgrade.md
- Security Considerations: widgets_security.md
- Incorporating third-party libraries: widgets_thirdpartylibraries.md
- Known limitations: widgets_limitations.md
- Examples: widgets_examples.md