Skip to content

Commit 03880dd

Browse files
committed
Add redirects for deprecated topics
Added redirects from classic topics deprecated in projectone
1 parent c995edb commit 03880dd

File tree

10 files changed

+32
-1
lines changed

10 files changed

+32
-1
lines changed

_docs/deployments/helm/helm-charts-and-repositories.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /docs/new-helm/helm-charts-and-repositories/
88
- /docs/new-helm/
99
- /docs/add-helm-repository/
10+
- /docs/new-helm/add-helm-repository/
1011
toc: true
1112
---
1213
Codefresh allows you to integrate with external Helm repositories and Helm charts in the Helm Charts page.

_docs/deployments/helm/using-helm-in-codefresh-pipeline.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ redirect_from:
77
- /docs/new-helm/using-helm-in-codefresh-pipeline/
88
- /docs/deployments/helm/create-helm-artifacts-using-codefresh-pipeline/
99
- /docs/install-helm-chart-using-codefresh-pipeline/
10+
- /docs/new-helm/helm2-support/
11+
- /docs/new-helm/integration-tests-with-helm/
1012
toc: true
1113
---
1214

_docs/example-catalog/ci-examples/nodejs-angular2-mongodb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ sub_group: ci-examples
66
redirect_from:
77
- /docs/yaml-examples/examples/nodejs-angular2-mongodb/
88
- /docs/nodejs-angular2-mongodb/
9-
- /docs/on-demand-test-environment/example-compositions/nodejs-angular2-mongodb/
9+
- /docs/on-demand-test-environment/example-compositions/nodejs-angular2-mongodb/
10+
- /docs/learn-by-example/python/voting-app/
1011
toc: true
1112
---
1213
This tutorial will walk you through the process of adding the following:

_docs/example-catalog/ci-examples/run-integration-tests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sub_group: ci-examples
66
redirect_from:
77
- /docs/yaml-examples/examples/run-integration-tests/
88
- /docs/run-integration-tests/
9+
- /docs/learn-by-example/general/selenium-test/
910
toc: true
1011
---
1112
In this example, we will see a Java/Tomcat project using JUnit for unit tests and Spock for integration tests. For the integration test phase, we will launch both the application and the tests in order to run the integration tests against a real web instance (without mocking).

_docs/getting-started/concepts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "Concepts in Codefresh"
33
description: "Understand terminology and nuances in Codefresh"
44
group: getting-started
5+
redirect_from:
6+
- /docs/getting-started/faq/
57
toc: true
68
---
79
<!--- remove WIP from header once complete -->

_docs/integrations/docker-registries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /docs/docker-registries/
99
- /docs/codefresh-registry/
1010
- /docs/docker-registries/codefresh-registry/
11+
- /docs/docker-registries/cfcr-deprecation/
1112
toc: true
1213
---
1314
Codefresh enables you to integrate with several Docker container registries, including (but not limited to):

_docs/pipelines/introduction-to-codefresh-pipelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ group: pipelines
55
redirect_from:
66
- /docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/
77
- /docs/configure-ci-cd-pipeline/
8+
- /docs/how-to-guides/migrating-from-drone-io/
9+
- /docs/how-to-guides/migrating-from-travis-ci/
810
toc: true
911
---
1012

_docs/pipelines/service-containers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ group: pipelines
55
redirect_from:
66
- /docs/pipelines/service-containers/
77
- /docs/codefresh-yaml/service-containers/
8+
- /docs/testing/composition-service-discovery/
89
toc: true
910
---
1011

_docs/pipelines/steps/git-clone.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sub_group: steps
66
redirect_from:
77
- /docs/git-clone/
88
- /docs/codefresh-yaml/steps/git-clone/
9+
- /docs/troubleshooting/git-step-migration/
910
toc: true
1011
---
1112
Clones a Git repository to the filesystem.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Failed to create container of image"
3+
description: "Failure creating container"
4+
group: troubleshooting
5+
sub_group: common-issues
6+
toc: true
7+
---
8+
9+
## Issue
10+
11+
Freestyle step fails with message: `Failed to create a container of: <image>`
12+
13+
14+
## Possible cause
15+
This issue occurs if your image filesystem already contains a _file_ in `/codefresh` or `/codefresh/volume`. The Codefresh engine cannot mount the Codefresh volume within a _file_.
16+
17+
18+
## Solution
19+
Make sure that the filesystem does not contain files entitled `codefresh`, and that the `/codefresh/volume` directory can be created successfully.

0 commit comments

Comments
 (0)