Skip to content

Commit

Permalink
add toc and deploy to js guide
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-luna committed May 2, 2018
1 parent 9961294 commit 11d8d7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jekyll/_cci2/language-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ order: 5

If you're new to CircleCI 2.0, we recommend reading our [Project Walkthrough]({{ site.baseurl }}/2.0/project-walkthrough/) for a detailed explanation of our configuration using Python and Flask as an example.

* TOC
{:toc}

## Quickstart: demo JavaScript NodeJS reference project

We maintain a reference JavaScript NodeJS project to show how to build an Express.js app on CircleCI 2.0:
Expand Down Expand Up @@ -75,12 +78,17 @@ jobs: # a collection of steps
prefix: coverage
- store_test_results: # special step to upload test results for display in Test Summary
path: test-results.xml
# See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples
```
{% endraw %}
---

Success! You just set up CircleCI 2.0 for a NodeJS app. Check out our [project’s {% comment %} TODO: Job {% endcomment %}build page](https://circleci.com/gh/CircleCI-Public/circleci-demo-javascript-express) to see how this looks when building on CircleCI.

## Deploy

See the [Deploy]({{ site.baseurl }}/2.0/deployment-integrations/) document for example deploy target configurations.

## See Also

Refer to the [Examples]({{ site.baseurl }}/2.0/examples/) page for more configuration examples of public Javascript projects.
Expand Down

0 comments on commit 11d8d7a

Please sign in to comment.