Skip to content

Commit

Permalink
Remove some mkdocs callouts for 'tip'
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Oct 24, 2024
1 parent 9755fc7 commit 7e50b9d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 53 deletions.
15 changes: 5 additions & 10 deletions deploy/docker/DOCKER-ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@ Edit all the fields according to your specific case.
| username1 | 'user1' | The gitlab instance username of a user of DTaaS |
| username2 | 'user2' | The gitlab instance username of a user of DTaaS |

<!-- markdownlint-disable MD046 -->
<!-- prettier-ignore -->
!!! tip
Important points to note:
:clipboard: Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The Server DNS can also be an IP address.
However, for proper working it is neccessary to use the
same convention (IP/DNS) in the client configuration file (`deploy/config/client/env.js`) as well.
<!-- markdownlint-enable MD046 -->
1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The Server DNS can also be an IP address.
However, for proper working it is neccessary to use the same convention (IP/DNS) in the client configuration file (`deploy/config/client/env.js`) as well.
17 changes: 6 additions & 11 deletions deploy/docker/LOCALHOST.SECURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,12 @@ Edit all the fields according to your specific case.
| DTAAS_DIR | '/home/Desktop/DTaaS' | Full path to the DTaaS directory. This is an absolute path with no trailing slash. |
| username1 | 'user1' | Your gitlab username |

<!-- markdownlint-disable MD046 -->
<!-- prettier-ignore -->
!!! tip
Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.local.js`.
Edit the URLs in this file by replacing `http` with `https`.
Beyond this, it is not necessary to modify this file.
<!-- markdownlint-enable MD046 -->
:clipboard: Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.local.js`.
Edit the URLs in this file by replacing `http` with `https`. Beyond this, it is not necessary to modify this file.

### Start DTaaS to Integrate Gitlab

Expand Down
16 changes: 6 additions & 10 deletions deploy/docker/LOCALHOST.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,12 @@ Edit all the fields according to your specific case.
| DTAAS_DIR | '/home/Desktop/DTaaS' | Full path to the DTaaS directory. This is an absolute path with no trailing slash. |
| username1 | 'user1' | Your gitlab username |

<!-- markdownlint-disable MD046 -->
<!-- prettier-ignore -->
!!! tip
Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.local.js`.
It is not necessary to modify this file.
<!-- markdownlint-enable MD046 -->
:clipboard: Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.local.js`.
It is not necessary to modify this file.

### Create User Workspace

Expand Down
19 changes: 7 additions & 12 deletions docs/admin/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,13 @@ Edit all the fields according to your specific case.
| username1 | 'user1' | The gitlab instance username of a user of DTaaS |
| username2 | 'user2' | The gitlab instance username of a user of DTaaS |

<!-- markdownlint-disable MD046 -->
<!-- prettier-ignore -->
!!! tip
Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.js`.
1. The Server DNS can also be an IP address.
However, for proper working it is neccessary to use the
same convention (IP/DNS) in the client configuration file as well.
<!-- markdownlint-enable MD046 -->
:clipboard: Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.js`.
1. The Server DNS can also be an IP address.
However, for proper working it is neccessary to use the same convention (IP/DNS) in the client configuration file as well.

### Website Client

Expand Down
16 changes: 6 additions & 10 deletions docs/admin/localhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,13 @@ Edit all the fields according to your specific case.
| DTAAS_DIR | '/home/Desktop/DTaaS' | Full path to the DTaaS directory. This is an absolute path with no trailing slash. |
| username1 | 'user1' | Your gitlab username |

<!-- markdownlint-disable MD046 -->
<!-- prettier-ignore -->
!!! tip
Important points to note:
:clipboard: Important points to note:

1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.local.js`.
If you are following the guide to use HTTPS on localhost, edit the URLs in this file by replacing `http` with `https`.
Beyond this, it is not necessary to modify this file.
<!-- markdownlint-enable MD046 -->
1. The path examples given here are for Linux OS.
These paths can be Windows OS compatible paths as well.
1. The client configuration file is located at `deploy/config/client/env.local.js`.
If you are following the guide to use HTTPS on localhost, edit the URLs in this file by replacing `http` with `https`.
Beyond this, it is not necessary to modify this file.

### Create User Workspace

Expand Down

0 comments on commit 7e50b9d

Please sign in to comment.