Skip to content

Commit

Permalink
Merge pull request #16 from DHTMLX/next
Browse files Browse the repository at this point in the history
[fix] broken links (special task)
  • Loading branch information
serhiipylypchuk1991 authored Dec 19, 2024
2 parents ebe39f0 + 76c7a0f commit ab926a2
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
88 changes: 44 additions & 44 deletions docs/api/rest_api/routes/rest_routes_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,43 +37,43 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td>GET</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tasks"> /tasks</a></td>
<td>`GET`</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tasks/"> /tasks</a></td>
<td>Gets data on all tasks and returns a json object with an array of tasks objects</td>
</tr>
<tr>
<td>GET</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projecttasks"> /project/tasks</a></td>
<td>`GET`</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projecttasks/"> /project/tasks</a></td>
<td>Gets data on all tasks of the specified project and returns a json object with an array of all tasks objects for this specified project</td>
</tr>
<tr>
<td>POST</td>
<td><a href="../../../../api/rest_api/routes/post_routes/post_tasks"> /tasks</a></td>
<td>`POST`</td>
<td><a href="../../../../api/rest_api/routes/post_routes/post_tasks/"> /tasks</a></td>
<td>Creates a new task and returns a task object with the ID of a new task</td>
</tr>
<tr>
<td>POST</td>
<td><a href="../../../../api/rest_api/routes/post_routes/post_clone"> /clone</a></td>
<td>`POST`</td>
<td><a href="../../../../api/rest_api/routes/post_routes/post_clone/"> /clone</a></td>
<td>Creates a copy of a task and returns a json object with the client task ID and duplicated task ID of the server</td>
</tr>
<tr>
<td>PUT</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_tasks"> /tasks</a></td>
<td>`PUT`</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_tasks/"> /tasks</a></td>
<td>Updates data on the specified task(s) and returns an empty json object</td>
</tr>
<tr>
<td>PUT</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_move"> /move</a></td>
<td>`PUT`</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_move/"> /move</a></td>
<td>Moves a task to the specified position and returns an empty json object</td>
</tr>
<tr>
<td>PUT</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_sort"> /sort</a></td>
<td>`PUT`</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_sort/"> /sort</a></td>
<td>Sorts all tasks of an active project by the specified parameters and returns an empty json object</td>
</tr>
<tr>
<td>DELETE</td>
<td><a href="../../../../api/rest_api/routes/delete_routes/delete_tasks"> /tasks</a></td>
<td>`DELETE`</td>
<td><a href="../../../../api/rest_api/routes/delete_routes/delete_tasks/"> /tasks</a></td>
<td>Deletes data on a task and returns an empty json object</td>
</tr>

Expand All @@ -93,22 +93,22 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td>GET</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projects"> /projects</a></td>
<td>`GET`</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projects/"> /projects</a></td>
<td>Gets data on all projects and returns a json object with an array of projects objects</td>
</tr>
<tr>
<td>POST</td>
<td ><a href="../../../../api/rest_api/routes/post_routes/post_projects"> /projects</a></td>
<td>`POST`</td>
<td ><a href="../../../../api/rest_api/routes/post_routes/post_projects/"> /projects</a></td>
<td>Creates a new project and returns a project object with the project ID in it</td>
</tr>
<tr>
<td>PUT</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_projects"> /projects</a></td><td>Updates data on a project and returns an empty json object</td>
<td>`PUT`</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_projects/"> /projects</a></td><td>Updates data on a project and returns an empty json object</td>
</tr>
<tr>
<td>DELETE</td>
<td><a href="../../../../api/rest_api/routes/delete_routes/delete_projects"> /projects</a></td>
<td>`DELETE`</td>
<td><a href="../../../../api/rest_api/routes/delete_routes/delete_projects/"> /projects</a></td>
<td>Deletes data on a project and returns an empty json object</td>
</tr>
</tbody>
Expand All @@ -127,8 +127,8 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td>GET</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_users"> /users</a></td>
<td>`GET`</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_users/"> /users</a></td>
<td>Gets data on all users and returns a json object with an array of users objects</td>
</tr>
</tbody>
Expand All @@ -147,8 +147,8 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td>GET</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tags"> /tags</a></td>
<td>`GET`</td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tags/"> /tags</a></td>
<td>Gets data on all tags and returns a json object with an array of these tags</td>
</tr>

Expand All @@ -172,23 +172,23 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td><a href="../../../../api/rest_api/routes/get_routes/get_users">GET /users</a></td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_users/">GET /users</a></td>
<td>Returns a json object with an array of all users objects</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tasks">GET /tasks</a></td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tasks/">GET /tasks</a></td>
<td>Returns a json object with an array of all tasks objects</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projects">GET /projects</a></td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projects/">GET /projects</a></td>
<td>Returns a json object with an array of all available projects objects</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tags">GET /tags</a></td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_tags/">GET /tags</a></td>
<td>Returns a json object with an array of all default tags</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projecttasks">GET /project/tasks</a></td>
<td><a href="../../../../api/rest_api/routes/get_routes/get_projecttasks/">GET /project/tasks</a></td>
<td>Returns a json object with an array of all tasks objects for the specified project</td>
</tr>
</tbody>
Expand All @@ -206,15 +206,15 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td ><a href="../../../../api/rest_api/routes/post_routes/post_clone">POST /clone</a></td>
<td ><a href="../../../../api/rest_api/routes/post_routes/post_clone/">POST /clone</a></td>
<td >Returns a json object with the client task ID and duplicated task ID of the server.</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/post_routes/post_projects">POST /projects</a></td>
<td><a href="../../../../api/rest_api/routes/post_routes/post_projects/">POST /projects</a></td>
<td>Returns a new project object with the project ID in it</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/post_routes/post_tasks">POST /tasks</a></td>
<td><a href="../../../../api/rest_api/routes/post_routes/post_tasks/">POST /tasks</a></td>
<td>Returns a new task object with the ID of a new task</td>
</tr>
</tbody>
Expand All @@ -230,22 +230,22 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td ><a href="../../../../api/rest_api/routes/put_routes/put_move">PUT /move</a></td>
<td ><a href="../../../../api/rest_api/routes/put_routes/put_move/">PUT /move</a></td>
<td >Returns an empty json object in case tasks are successfully moved as requested</td>
</tr>
<tr>
<td ><a href="../../../../api/rest_api/routes/put_routes/put_sort">PUT /sort</a></td>
<td ><a href="../../../../api/rest_api/routes/put_routes/put_sort/">PUT /sort</a></td>
<td >Returns an empty json object in case tasks are sorted as requested</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/put_routes/put_tasks">PUT /tasks</a></td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_tasks/">PUT /tasks</a></td>
<td>Returns an empty json object in case a task is modified as requested</td>
</tr>
<tr>
<td><a href="../../../../api/rest_api/routes/put_routes/put_projects">PUT /projects</a></td><td>Returns an empty json object in case a project is modified as requested</td>
<td><a href="../../../../api/rest_api/routes/put_routes/put_projects/">PUT /projects</a></td><td>Returns an empty json object in case a project is modified as requested</td>
</tr>
</tbody>
</table>
</table>
</TabItem>

<TabItem value="DELETE" label="DELETE">
Expand All @@ -258,11 +258,11 @@ For quick navigation you can use either of the two tabs below:
</thead>
<tbody>
<tr>
<td><a href="../../../../api/rest_api/routes/delete_routes/delete_tasks">DELETE /tasks</a></td>
<td><a href="../../../../api/rest_api/routes/delete_routes/delete_tasks/">DELETE /tasks</a></td>
<td>Returns an empty json object in case a task is successfully removed</td>
</tr>
<tr>
<td ><a href="../../../../api/rest_api/routes/delete_routes/delete_projects">DELETE /projects</a></td>
<td ><a href="../../../../api/rest_api/routes/delete_routes/delete_projects/">DELETE /projects</a></td>
<td >Returns an empty json object in case a project is successfully removed</td>
</tr>
</tbody>
Expand All @@ -273,4 +273,4 @@ For quick navigation you can use either of the two tabs below:

</TabItem>
</Tabs>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/guides/integration_with_react.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DHTMLX To Do List is compatible with **React**. We have prepared code examples o
## Creating a project

:::info
Before you start to create a new project, install [**Vite**](https://vitejs.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
Before you start to create a new project, install [**Vite**](https://vite.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
:::

You can create a basic **React** project or use **React with Vite**. Let's name the project as **my-react-todo-app**:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration_with_svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DHTMLX To Do List is compatible with **Svelte**. We have prepared code examples
## Creating a project

:::info
Before you start to create a new project, install [**Vite**](https://vitejs.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
Before you start to create a new project, install [**Vite**](https://vite.dev/) (optional) and [**Node.js**](https://nodejs.org/en/).
:::

There are several ways of creating a **Svelte** project:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration_with_vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: You can learn about the integration with Vue in the documentation o
# Integration with Vue

:::tip
You should be familiar with the basic concepts and patterns of [**Vue**](https://vuejs.org/) before reading this documentation. To refresh your knowledge, please refer to the [**Vue 3 documentation**](https://v3.vuejs.org/guide/introduction.html#getting-started).
You should be familiar with the basic concepts and patterns of [**Vue**](https://vuejs.org/) before reading this documentation. To refresh your knowledge, please refer to the [**Vue 3 documentation**](https://vuejs.org/guide/introduction.html#getting-started).
:::

DHTMLX To Do List is compatible with **Vue**. We have prepared code examples on how to use DHTMLX To Do List with **Vue 3**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/vue-todolist-demo).
Expand Down

0 comments on commit ab926a2

Please sign in to comment.