Skip to content

Commit

Permalink
incorporate Angel's feedback on migration/getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-luna authored May 3, 2018
1 parent 316f710 commit 2a55510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jekyll/_cci2/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Migrate an existing 1.0 project to CircleCI 2.0.

Document | Description
----|----------
[Getting Started]({{ site.baseurl }}/2.0/) | CircleCI 2.0 is very different from 1.0, use the Getting Started doc to get a green 2.0 run with your desired executor (docker, macos, or machine) first and a single job named `build`. Then, add jobs for discreet parts of your run, orchestrate them with a workflow, and share data between jobs with workspaces.
[Migrating from 1.0 to 2.0]({{ site.baseurl }}/2.0/migrating-from-1-2/) | Migrating a 1.0 Linux project to a CircleCI 2.0 configuration.
[iOS Migration]({{ site.baseurl }}/2.0/ios-migrating-from-1-2/) | Migrating a 1.0 iOS project to a CircleCI 2.0 configuration.
[Using the 1.0-to-2.0 config-translation Endpoint]({{ site.baseurl }}/2.0/config-translation/) | Instructions for using the `config-translation` endpoint to generate an initial CircleCI 2.0 configuration from your existing CircleCI 1.0 project for a limited set of languages: Ruby, PHP, Node.js, iOS (partial: 1.0 code signing is not supported - use Fastlane instead), Java (partial).
Expand Down

0 comments on commit 2a55510

Please sign in to comment.