Skip to content

Commit 0c9faa0

Browse files
OJ423gitbook-bot
authored andcommitted
GitBook: [#80] No subject
1 parent d1f9614 commit 0c9faa0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

guides/how-to-guides/get-started-with-the-documents-user-interface.md renamed to guides/how-to-guides/use-the-document-ui-sdk.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ try {
7777

7878
Use three simple steps - input, configure, and output:
7979

80-
[Step 1. Create frame data](get-started-with-the-documents-user-interface.md#step-1.-create-frame-data)
80+
[Step 1. Create frame data](use-the-document-ui-sdk.md#step-1.-create-frame-data)
8181

82-
[Step 2. Configure properties and functions](get-started-with-the-documents-user-interface.md#step-2.-configure-properties-and-functions)
82+
[Step 2. Configure properties and functions](use-the-document-ui-sdk.md#step-2.-configure-properties-and-functions)
8383

84-
[Step 3. Generate the form](get-started-with-the-documents-user-interface.md#step-3.-generate-the-form)
84+
[Step 3. Generate the form](use-the-document-ui-sdk.md#step-3.-generate-the-form)
8585

8686
#### Step 1. Create frame data
8787

@@ -159,9 +159,9 @@ return <FrameViewer
159159

160160
The `FrameViewer` object supports three modes:
161161

162-
* [Create](get-started-with-the-documents-user-interface.md#create-mode)
163-
* [Edit](get-started-with-the-documents-user-interface.md#edit-mode)
164-
* [View](get-started-with-the-documents-user-interface.md#view-mode)
162+
* [Create](use-the-document-ui-sdk.md#create-mode)
163+
* [Edit](use-the-document-ui-sdk.md#edit-mode)
164+
* [View](use-the-document-ui-sdk.md#view-mode)
165165

166166
#### Create mode
167167

guides/reference-guides/document-ui-sdk/documents-user-interface-customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Details for customizing your user interfaces using the Document UI
66

77
Customize the look and feel of your forms with styles, widgets, and additional information.
88

9-
[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
9+
[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/use-the-document-ui-sdk.md)****
1010

1111
## The uiFrames parameter
1212

@@ -259,7 +259,7 @@ return <FrameViewer
259259

260260
## Further Reading
261261

262-
****[**Get started with the Document UI SDK**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
262+
****[**Get started with the Document UI SDK**](../../how-to-guides/use-the-document-ui-sdk.md)****
263263

264264
****[**Document UI SDK Data Types**](documents-user-interface-data-types.md)****
265265

guides/reference-guides/document-ui-sdk/documents-user-interface-data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Understand the different data types to build data driven user inter
66

77
The TerminusDB documents User Interface generates forms representing the properties or fields of document/s in your schema. For data entry, each field is one of several data types and is mandatory by default. Schema definitions enable the linking of documents and the specification of sets.
88

9-
[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
9+
[**To get started read the Document UI SDK how-to guide**](../../how-to-guides/use-the-document-ui-sdk.md)****
1010

1111
## Data types
1212

@@ -353,7 +353,7 @@ In `View` mode the form is displayed in the order it was created.
353353

354354
## Further Reading
355355

356-
****[**Get started with the Document UI SDK**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
356+
****[**Get started with the Document UI SDK**](../../how-to-guides/use-the-document-ui-sdk.md)****
357357

358358
****[**Document UI SDK Customization**](documents-user-interface-customization.md)****
359359

guides/reference-guides/document-ui-sdk/documents-user-interface-geographic-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ return <MapViewer
274274

275275
## Further Reading
276276

277-
****[**Get started with the Document UI SDK**](../../how-to-guides/get-started-with-the-documents-user-interface.md)****
277+
****[**Get started with the Document UI SDK**](../../how-to-guides/use-the-document-ui-sdk.md)****
278278

279279
****[**Document UI SDK Customization**](documents-user-interface-customization.md)****
280280

summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* [Shortest Path Queries](guides/how-to-guides/query-data/perform-graph-queries.md)
3030
* [Use Regular Expressions](guides/how-to-guides/query-data/use-regex.md)
3131
* [Find an Object State](guides/how-to-guides/query-data/find-object-state.md)
32-
* [Use the Document UI SDK](guides/how-to-guides/get-started-with-the-documents-user-interface.md)
32+
* [Use the Document UI SDK](guides/how-to-guides/use-the-document-ui-sdk.md)
3333
* [Reference Guides](guides/reference-guides/README.md)
3434
* [AccessControl](guides/reference-guides/accesscontrol.md)
3535
* [Document Interface](guides/reference-guides/document-interface.md)

0 commit comments

Comments
 (0)