Skip to content

Commit 8298b24

Browse files
authored
Merge pull request #29 from DHTMLX/prepare-docs-for-translation-5140
Preparing docs for translation
2 parents 6f77994 + 4c51b19 commit 8298b24

190 files changed

Lines changed: 3797 additions & 670 deletions

File tree

Some content is hidden

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

docs/api/api_overview.md

Lines changed: 99 additions & 99 deletions
Large diffs are not rendered by default.

docs/api/configs/activeproject_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ const toolbar = new Toolbar("#toolbar", {
5050
});
5151
~~~
5252

53-
**Related article:** [Managing projects](guides/project_index.md)
53+
**Related article:** [Managing projects](/guides/project_index/)

docs/api/configs/drag_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ const toolbar = new Toolbar("#toolbar", {
7070

7171
**Change log:** Added in v1.1
7272

73-
**Related article:** [Configuration](guides/configuration.md#drag-n-drop)
73+
**Related article:** [Configuration](/guides/configuration/#drag-n-drop)

docs/api/configs/history_config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: You can learn about the history config in the documentation of the
1111
@short: Optional. Enables/disables managing the history of changes
1212

1313
:::info
14-
Using the `history` property you can enable/disable managing the history of changes in To Do List. If you set the `history` property to `false`, you will not be able to manage the history of changes using [`undo()`](api/methods/undo_method.md)/[`redo()`](api/methods/redo_method.md) methods and controls on Toolbar.
14+
Using the `history` property you can enable/disable managing the history of changes in To Do List. If you set the `history` property to `false`, you will not be able to manage the history of changes using [`undo()`](/api/methods/undo_method/)/[`redo()`](/api/methods/redo_method/) methods and controls on Toolbar.
1515
:::
1616

1717
### Usage
@@ -67,5 +67,5 @@ new ToDo("#root", {
6767
**Change log:** The `history` config was added in v1.3
6868

6969
**Related API:**
70-
- [`redo`](api/methods/redo_method.md)
71-
- [`undo`](api/methods/undo_method.md)
70+
- [`redo`](/api/methods/redo_method/)
71+
- [`undo`](/api/methods/undo_method/)

docs/api/configs/locale_config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locale?: object;
1818

1919
### Default config
2020

21-
By default, DHTMLX To Do List uses [English locale](guides/localization.md#default-locale).
21+
By default, DHTMLX To Do List uses [English locale](/guides/localization/#default-locale).
2222

2323
~~~js
2424
locale: en
@@ -45,13 +45,13 @@ const toolbar = new Toolbar("#toolbar", {
4545

4646

4747
:::info
48-
The Toolbar is a separate component of To Do List . Thus, you also need to apply the necessary locale to the **Toolbar** via the related [`locale`](api/toolbar_api/configs/locale_config.md) property
48+
The Toolbar is a separate component of To Do List . Thus, you also need to apply the necessary locale to the **Toolbar** via the related [`locale`](/api/toolbar_api/configs/locale_config/) property
4949
:::
5050

5151
:::tip
52-
To change the locale dynamically, use the [`setLocale()`](api/methods/setlocale_method.md) method
52+
To change the locale dynamically, use the [`setLocale()`](/api/methods/setlocale_method/) method
5353
:::
5454

55-
**Related article:** [Localization](guides/localization.md)
55+
**Related article:** [Localization](/guides/localization/)
5656

5757
**Related sample:** [To do list. Localization](https://snippet.dhtmlx.com/kzjwvuq5)

docs/api/configs/menu_config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The callback should return one of the following values:
101101
]
102102
}
103103
~~~
104-
![Context menu item](../../assets/menu_item.png)
104+
![Context menu item](/assets/menu_item.png)
105105
</details>
106106

107107
- `"separator"` - the line for separating menu items
@@ -147,7 +147,7 @@ The callback should return one of the following values:
147147
}
148148
~~~
149149

150-
![Context menu item](../../assets/menu_priorities.png)
150+
![Context menu item](/assets/menu_priorities.png)
151151
</details>
152152

153153
- `"datepicker"` - the menu item intended for setting dates
@@ -166,7 +166,7 @@ The callback should return one of the following values:
166166
}
167167
~~~
168168

169-
![Context menu item](../../assets/menu_datepicker.png)
169+
![Context menu item](/assets/menu_datepicker.png)
170170
</details>
171171

172172
- `"user"` - the menu item intended for assigning users to tasks
@@ -187,7 +187,7 @@ The callback should return one of the following values:
187187
}
188188
~~~
189189

190-
![Context menu item](../../assets/menu_users.png)
190+
![Context menu item](/assets/menu_users.png)
191191
</details>
192192

193193
### Example

docs/api/configs/priorities_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ document.addEventListener("keydown", event => {
119119
~~~
120120

121121
**Related articles:**
122-
- [Loading and storing data](guides/loading_data.md)
122+
- [Loading and storing data](/guides/loading_data/)
123123

124124
**Related sample:** [To do list. Custom hotkeys for setting priorities](https://snippet.dhtmlx.com/5cymicwt?tag=todolist)

docs/api/configs/projects_config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ const toolbar = new Toolbar("#toolbar", {
5252
~~~
5353

5454
:::tip
55-
By default, the first project from the list of project objects will be loaded as an active project. To specify any other project as an active one, use the [`activeProject`](api/configs/activeproject_config.md) property
55+
By default, the first project from the list of project objects will be loaded as an active project. To specify any other project as an active one, use the [`activeProject`](/api/configs/activeproject_config/) property
5656
:::
5757

5858
**Related articles:**
59-
- [Loading and storing data](guides/loading_data.md)
60-
- [Managing projects](guides/project_index.md)
59+
- [Loading and storing data](/guides/loading_data/)
60+
- [Managing projects](/guides/project_index/)

docs/api/configs/readonly_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ const toolbar = new Toolbar("#toolbar", {
4747
});
4848
~~~
4949

50-
**Related article:** [Read-only mode](guides/readonly_mode.md)
50+
**Related article:** [Read-only mode](/guides/readonly_mode/)

docs/api/configs/selected_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ const toolbar = new Toolbar("#toolbar", {
3939

4040
**Change log:** Added in v1.1
4141

42-
**Related article:** [Multiple select and bulk operations](guides/multiselection.md)
42+
**Related article:** [Multiple select and bulk operations](/guides/multiselection/)

0 commit comments

Comments
 (0)