Skip to content

Commit 502e61c

Browse files
authored
ENGDOCS-2298 (#21339)
<!--Delete sections as needed --> ## Description More DD IA improvements. Moves troubleshooting, faqs, support, and other misc. pages. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 3ea0cd7 commit 502e61c

Some content is hidden

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

55 files changed

+182
-247
lines changed

content/get-started/workshop/05_persisting_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can create the volume and start the container using the CLI or Docker Deskto
114114
> ```
115115
>
116116
> For more details about Git Bash's syntax differences, see
117-
> [Working with Git Bash](/desktop/troubleshoot/topics/#working-with-git-bash).
117+
> [Working with Git Bash](/desktop/troubleshoot-and-support/troubleshoot/topics/#working-with-git-bash).
118118
119119
120120
{{< /tab >}}

content/get-started/workshop/06_bind_mounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ work.
5050

5151
1. Verify that your `getting-started-app` directory is in a directory defined in
5252
Docker Desktop's file sharing setting. This setting defines which parts of your
53-
filesystem you can share with containers. For details about accessing the setting, see [File sharing](/manuals/desktop/settings.md#file-sharing).
53+
filesystem you can share with containers. For details about accessing the setting, see [File sharing](/manuals/desktop/settings-and-maintenance/settings.md#file-sharing).
5454

5555
2. Open a terminal and change directory to the `getting-started-app`
5656
directory.

content/guides/language-translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ To run the application using Docker:
315315
>
316316
> For Windows users, you may get an error when running the container. Verify
317317
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
318-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
318+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
319319
320320
You will see the following in your console after the container starts.
321321

content/guides/named-entity-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ To run the application using Docker:
318318
>
319319
> For Windows users, you may get an error when running the container. Verify
320320
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
321-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
321+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
322322
323323
You will see the following in your console after the container starts.
324324

content/guides/sentiment-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ To run the application using Docker:
331331
>
332332
> For Windows users, you may get an error when running the container. Verify
333333
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
334-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
334+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
335335
336336
You will see the following in your console after the container starts.
337337

content/guides/text-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ To run the application using Docker:
390390
>
391391
> For Windows users, you may get an error when running the container. Verify
392392
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
393-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
393+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
394394
395395
You will see the following in your console after the container starts.
396396

content/guides/text-summarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ To run the application using Docker:
324324
>
325325
> For Windows users, you may get an error when running the container. Verify
326326
> that the line endings in the `entrypoint.sh` are `LF` (`\n`) and not `CRLF` (`\r\n`),
327-
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
327+
> then rebuild the image. For more details, see [Avoid unexpected syntax errors, use Unix style line endings for files in containers](/desktop/troubleshoot-and-support/troubleshoot/topics/#avoid-unexpected-syntax-errors-use-unix-style-line-endings-for-files-in-containers).
328328
329329
You will see the following in your console after the container starts.
330330

content/manuals/accounts/create-account.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ To reset your password, enter your email address on the [Sign in](https://login.
9090

9191
## Troubleshooting
9292

93-
For support and troubleshooting information, see [Get support](../support.md).
93+
If you have a paid Docker subscription, you can [contact the Support team](https://hub.docker.com/support/contact/).
94+
95+
All Docker users can seek troubleshooting information and support through the following resources, where Docker or the community respond on a best effort basis.
96+
- [Docker Community Forums](https://forums.docker.com/)
97+
- [Docker Community Slack](http://dockr.ly/comm-slack)

content/manuals/build/builders/manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ It only removes your connection to the builder.
123123

124124
If you have turned on the
125125
[Docker Desktop Builds view](/manuals/desktop/use-desktop/builds.md),
126-
you can inspect builders in [Docker Desktop settings](/manuals/desktop/settings.md#builders).
126+
you can inspect builders in [Docker Desktop settings](/manuals/desktop/settings-and-maintenance/settings.md#builders).

content/manuals/compose/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you have already installed Docker Desktop, you can check which version of Com
4141
> $ sudo rm /usr/local/bin/docker-compose
4242
> $ sudo ln -s /Applications/Docker.app/Contents/Resources/cli-plugins/docker-compose /usr/local/bin/docker-compose
4343
> ```
44-
> Or enable [Automatically check configuration](/desktop/settings/) which will detect and fix it for you.
44+
> Or enable [Automatically check configuration](/manuals/desktop/settings-and-maintenance/settings.md) which will detect and fix it for you.
4545
4646
### Scenario two: Install the Compose plugin
4747

0 commit comments

Comments
 (0)