Skip to content

Commit

Permalink
some doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaswise committed Aug 20, 2015
1 parent a495c7d commit 8cd08e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/source/get-started/_deploy-the-documentation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
To update the documentation site, just make sure you have push access to the `Esri/calcite-web` repository and type `grunt deploy`. This will build the site and deploy to gh-pages.
To update the documentation site, just make sure you have push access to the `Esri/calcite-web` repo and type `grunt deploy`. This will build the site and deploy to gh-pages.

The site should be updated at http://esri.github.io/calcite-web/ in just a few moments.
The site should be updated at http://esri.github.io/calcite-web/ in just a few moments.
3 changes: 2 additions & 1 deletion docs/source/get-started/_get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Calcite Web was built *for* developers. It is meant to be flexible enough that y

## Using Calcite Web

There are two main ways to use Calcite Web:
There are three ways to use Calcite Web:

- (a) copying static files into your project
- (b) installing via a package manager
- (c) loading files from the cdn

Using this framework as a Sass library will give you the most power, but whatever your flavor, we have you covered.

Expand Down
5 changes: 0 additions & 5 deletions docs/source/get-started/_versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ The final number signifies patches such as fixing a pattern or component in a ce
3. Make sure `Esri/calcite-web` is up-to-date with your changes.
5. Run `grunt release`. If prompted enter your GitHub credentials and your s3 access key/secret.

# Updating the Documentation Site

To update the documentation site, just make sure you have push access to the `Esri/calcite-web` repo and type `grunt deploy`. This will build the site and deploy to gh-pages.

The site should be updated at http://esri.github.io/calcite-web/ in just a few moments.

0 comments on commit 8cd08e1

Please sign in to comment.