Skip to content

Commit

Permalink
change title, etc for doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Oct 6, 2014
1 parent 30f7c09 commit 6a72cbf
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/source/components.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Calcite Web | Esri Patterns
title: Calcite Web
description: Quickly build beautiful, consistent websites with the Calcite Web Framework
data:
- kss
Expand Down
2 changes: 1 addition & 1 deletion docs/source/grid.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Calcite Web | Esri Patterns
title: Calcite Web
description: Quickly build beautiful, consistent websites with the Calcite Web Framework
data:
- kss
Expand Down
14 changes: 7 additions & 7 deletions docs/source/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Calcite Web | Esri Patterns
title: Calcite Web
description: Quickly build beautiful, consistent websites with the Calcite Web Framework
data:
- kss
Expand Down Expand Up @@ -47,7 +47,7 @@ <h4 class="side-nav-title">Contributing</h4>

When used statically, one very helpful thing to know is that Calcite Web comes bundled with several modifier classes. For example, if you need to add some margin to the top of an element, instead of writing a class and adding it yourself, you can use the built in `leader-X` class:

```
```html
<div class="leader-3">
This item will get three 'lines' of margin at the top.
</div>
Expand All @@ -59,15 +59,15 @@ <h4 class="side-nav-title">Contributing</h4>

To install Calcite-Web as a ruby gem, add a reference to your the gem to your Gemfile:

```
```ruby
gem "calcite-web", :git => "https://github.com/ArcGIS/calcite-web.git", :tag => "v0.0.0"
```

Be sure to use the most up to date tag.

Then in your project's sass file, just import it:

```
```scss
@import "calcite-web";
```

Expand All @@ -79,19 +79,19 @@ <h4 class="side-nav-title">Contributing</h4>

To install Calcite Web with npm, type:

```
```bash
npm install --save-dev git://github.com/ArcGIS/calcite-web.git
```

You can also use a specific release by appending the version number to the end:

```
```bash
npm install --save-dev git://github.com/ArcGIS/calcite-web.git#v0.0.1
```

Then, if you're using sass, be sure to add `node_modules/calcite-web/dist/sass/` to your load path. If you're using `grunt-contrib-sass` you add that like this:

```
```js
'sass': {
target: {
options: {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/javascript.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Calcite Web | Esri Patterns
title: Calcite Web
description: Quickly build beautiful, consistent websites with the Calcite Web Framework
data:
- kss
Expand Down
2 changes: 1 addition & 1 deletion docs/source/patterns.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Calcite Web | Esri Patterns
title: Calcite Web
description: Quickly build beautiful, consistent websites with the Calcite Web Framework
data:
- kss
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sass.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Calcite Web | Esri Patterns
title: Calcite Web
description: Quickly build beautiful, consistent websites with the Calcite Web Framework
data:
- kss
Expand Down
2 changes: 1 addition & 1 deletion docs/source/type.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Calcite Web | Esri Patterns
title: Calcite Web
description: Quickly build beautiful, consistent websites with the Calcite Web Framework
data:
- kss
Expand Down

0 comments on commit 6a72cbf

Please sign in to comment.