Skip to content

Commit

Permalink
https all the things!
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Dec 5, 2017
1 parent 853ca13 commit 38c8ebc
Show file tree
Hide file tree
Showing 150 changed files with 192 additions and 192 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note that `content/docs/api`, `content/docs/api`, `content/docs/native`, `conten

This site's humble beginnings started as a Github Pages site, and much of that core structure remains. Now it is a tiny Node.js/Express app that lives on a Heroku server. The Node.js app for the most part serves static html files that have been generated by Jekyll. Some pages are generated server-side via traditional Express routes with Nunjucks templates (very similar to jekyll). These are contained within the `server` directory.

On every commit, Heroku runs a clean build and starts a node server at [ionic-site-staging.herokuapp.com](http://ionic-site-staging.herokuapp.com). Periodically the Ionic core team will inspect the site and promote the staging server to [ionicframework.com](http://ionicframework.com).
On every commit, Heroku runs a clean build and starts a node server at [ionic-site-staging.herokuapp.com](http://ionic-site-staging.herokuapp.com). Periodically the Ionic core team will inspect the site and promote the staging server to [ionicframework.com](https://ionicframework.com).

This project is in some ways multiple sites in one and has multiple build/compile processes. `gulp watch` will run all of these, and should meet most style and JS processing needs. Some older docs pages are ignored for performance reasons. A `bundle exec jekyll build` should update these.

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/creator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $blue: #4c8fff;


//@import url(https://fonts.googleapis.com/css?family=Nunito:300);
@import url('http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
@import './fonts',
'vars';

Expand Down
2 changes: 1 addition & 1 deletion content/_includes/fluid/component-docs/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3 class="section-nav" id="alert-radio">Radio</h3>
</nobr>
</p>

Radio Alerts are a type of Confirmation Alert, but use the [Radio](http://ionicframework.com/docs/components/#radio) component to offer several choices. A set of options is provided to the user, but only one option can be chosen.
Radio Alerts are a type of Confirmation Alert, but use the [Radio](https://ionicframework.com/docs/components/#radio) component to offer several choices. A set of options is provided to the user, but only one option can be chosen.

```
import { AlertController } from 'ionic-angular';
Expand Down
16 changes: 8 additions & 8 deletions content/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<dl>
<dt>Docs</dt>
<dd><a href="http://ionicframework.com/docs/">Documentation</a></dd>
<dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd>
<dd><a href="http://ionicframework.com/docs/v1/overview/">Overview</a></dd>
<dd><a href="http://ionicframework.com/docs/v1/components/">CSS Components</a></dd>
<dd><a href="http://ionicframework.com/docs/v1/api/">JavaScript</a></dd>
<dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd>
<dd><a href="https://ionicframework.com/docs/">Documentation</a></dd>
<dd><a href="https://ionicframework.com/getting-started/">Getting Started</a></dd>
<dd><a href="https://ionicframework.com/docs/v1/overview/">Overview</a></dd>
<dd><a href="https://ionicframework.com/docs/v1/components/">CSS Components</a></dd>
<dd><a href="https://ionicframework.com/docs/v1/api/">JavaScript</a></dd>
<dd><a href="https://ionicframework.com/submit-issue/">Submit Issue</a></dd>
</dl>

<dl>
Expand All @@ -26,8 +26,8 @@
<dt>Contribute</dt>
<dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd>
<dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic Slack</a></dd>
<dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd>
<dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd>
<dd><a href="https://ionicframework.com/present-ionic/">Present Ionic</a></dd>
<dd><a href="https://ionicframework.com/contribute/">Contribute</a></dd>
<dd><a href="https://github.com/ionic-team/ionic-learn/issues/new">Write for us</a></dd>
<dd><a href="http://shop.ionicframework.com/">Ionic Shop</a></dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion content/_layouts/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src='/js/nprogress.js'></script>
<link rel='stylesheet' href='/css/nprogress.css'/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css"/>
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css"/>
<style>
html,
body {
Expand Down
2 changes: 1 addition & 1 deletion content/contribute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>Submit An Issue For Ionic</h2>
<div class="docs-section" id="improve-docs">
<h2>Help Improve The Docs</h2>
<p>
See a typo? Have a better way to describe Ionic within our documentation? Have a great tutorial? Please help make our docs awesome. The docs for our directives and services are generated from our source code using <a href="https://github.com/angular/dgeni">dgeni</a>, so fork the <a href="https://github.com/ionic-team/ionic"> main Ionic repo</a> to make an edit there. For anything site related, fork the <a href="https://github.com/ionic-team/ionic-site">ionic-site repo</a>, add, correct or improve the content, then submit a pull request with the improved docs. Not sure what to do? <a href="http://ionicframework.com/submit-issue/">Submit an issue</a>, and we will address it.
See a typo? Have a better way to describe Ionic within our documentation? Have a great tutorial? Please help make our docs awesome. The docs for our directives and services are generated from our source code using <a href="https://github.com/angular/dgeni">dgeni</a>, so fork the <a href="https://github.com/ionic-team/ionic"> main Ionic repo</a> to make an edit there. For anything site related, fork the <a href="https://github.com/ionic-team/ionic-site">ionic-site repo</a>, add, correct or improve the content, then submit a pull request with the improved docs. Not sure what to do? <a href="https://ionicframework.com/submit-issue/">Submit an issue</a>, and we will address it.
</p>
<p>
<a class="btn btn-primary" href="https://github.com/ionic-team/ionic">Fork ionic</a>
Expand Down
2 changes: 1 addition & 1 deletion content/css/creator.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion content/css/creator.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions content/css/job.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@

/* Avenir Next Pro */

@font-face {font-family: 'AvenirNextLTPro-Regular';src: url('http://code.ionicframework.com/assets/fonts/28882F_0_0.eot');src: url('http://code.ionicframework.com/assets/fonts/28882F_0_0.eot?#iefix') format('embedded-opentype'),url('http://code.ionicframework.com/assets/fonts/28882F_0_0.woff') format('woff'),url('http://code.ionicframework.com/assets/fonts/28882F_0_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirNextLTPro-Regular';src: url('https://code.ionicframework.com/assets/fonts/28882F_0_0.eot');src: url('https://code.ionicframework.com/assets/fonts/28882F_0_0.eot?#iefix') format('embedded-opentype'),url('https://code.ionicframework.com/assets/fonts/28882F_0_0.woff') format('woff'),url('https://code.ionicframework.com/assets/fonts/28882F_0_0.ttf') format('truetype');}


@font-face {font-family: 'AvenirNextLTPro-Medium';src: url('http://code.ionicframework.com/assets/fonts/28882F_1_0.eot');src: url('http://code.ionicframework.com/assets/fonts/28882F_1_0.eot?#iefix') format('embedded-opentype'),url('http://code.ionicframework.com/assets/fonts/28882F_1_0.woff') format('woff'),url('http://code.ionicframework.com/assets/fonts/28882F_1_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirNextLTPro-Medium';src: url('https://code.ionicframework.com/assets/fonts/28882F_1_0.eot');src: url('https://code.ionicframework.com/assets/fonts/28882F_1_0.eot?#iefix') format('embedded-opentype'),url('https://code.ionicframework.com/assets/fonts/28882F_1_0.woff') format('woff'),url('https://code.ionicframework.com/assets/fonts/28882F_1_0.ttf') format('truetype');}


@font-face {font-family: 'AvenirNextLTPro-UltLt';src: url('http://code.ionicframework.com/assets/fonts/29CC36_0_0.eot');src: url('http://code.ionicframework.com/assets/fonts/29CC36_0_0.eot?#iefix') format('embedded-opentype'),url('http://code.ionicframework.com/assets/fonts/29CC36_0_0.woff') format('woff'),url('http://code.ionicframework.com/assets/fonts/29CC36_0_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirNextLTPro-UltLt';src: url('https://code.ionicframework.com/assets/fonts/29CC36_0_0.eot');src: url('https://code.ionicframework.com/assets/fonts/29CC36_0_0.eot?#iefix') format('embedded-opentype'),url('https://code.ionicframework.com/assets/fonts/29CC36_0_0.woff') format('woff'),url('https://code.ionicframework.com/assets/fonts/29CC36_0_0.ttf') format('truetype');}




/* Frieght Text Pro */

@font-face {font-family: 'FreightTextProBook-Regular';src: url('http://code.ionicframework.com/assets/fonts/29D26A_0_0.eot');src: url('http://code.ionicframework.com/assets/fonts/29D26A_0_0.eot?#iefix') format('embedded-opentype'),url('http://code.ionicframework.com/assets/fonts/29D26A_0_0.woff') format('woff'),url('http://code.ionicframework.com/assets/fonts/29D26A_0_0.ttf') format('truetype');}
@font-face {font-family: 'FreightTextProBook-Regular';src: url('https://code.ionicframework.com/assets/fonts/29D26A_0_0.eot');src: url('https://code.ionicframework.com/assets/fonts/29D26A_0_0.eot?#iefix') format('embedded-opentype'),url('https://code.ionicframework.com/assets/fonts/29D26A_0_0.woff') format('woff'),url('https://code.ionicframework.com/assets/fonts/29D26A_0_0.ttf') format('truetype');}


@font-face {font-family: 'FreightTextProMedium-Regular';src: url('http://code.ionicframework.com/assets/fonts/29D26A_1_0.eot');src: url('http://code.ionicframework.com/assets/fonts/29D26A_1_0.eot?#iefix') format('embedded-opentype'),url('http://code.ionicframework.com/assets/fonts/29D26A_1_0.woff') format('woff'),url('http://code.ionicframework.com/assets/fonts/29D26A_1_0.ttf') format('truetype');}
@font-face {font-family: 'FreightTextProMedium-Regular';src: url('https://code.ionicframework.com/assets/fonts/29D26A_1_0.eot');src: url('https://code.ionicframework.com/assets/fonts/29D26A_1_0.eot?#iefix') format('embedded-opentype'),url('https://code.ionicframework.com/assets/fonts/29D26A_1_0.woff') format('woff'),url('https://code.ionicframework.com/assets/fonts/29D26A_1_0.ttf') format('truetype');}

#job {
}
Expand Down
2 changes: 1 addition & 1 deletion content/data/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/dist/bundles/ionic.system.js
Original file line number Diff line number Diff line change
Expand Up @@ -8462,7 +8462,7 @@ System.register("ionic/components/app/id", ["angular2/core", "./app"], function
* no matter where in the UI heirarchy you are. For example, this makes toggling
* a global side menu feasible from any place in the application.
*
* See the [Menu section](http://ionicframework.com/docs/components/#menus) of
* See the [Menu section](https://ionicframework.com/docs/components/#menus) of
* the Component docs for an example of how Menus rely on ID's.
*
* @usage
Expand Down
2 changes: 1 addition & 1 deletion content/dist/preview-app/www/build/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/docs/2.0.0/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.0.1/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.1.0/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.2.0/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.3.0/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs//theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/3.0.0/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/3.0.1/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/3.1.0/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/3.1.1/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
2 changes: 1 addition & 1 deletion content/docs/3.2.0/api/components/item/Item/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ to the item. To show the right arrow icon on an element that doesn&#39;t display
<p>This feature is not enabled by default for <code>md</code> and <code>wp</code> modes, but it can be enabled by setting the
Sass variables <code>$item-md-detail-push-show</code> and <code>$item-wp-detail-push-show</code>, respectively, to <code>true</code>.
It can also be disabled for ios by setting <code>$item-ios-detail-push-show</code> to <code>false</code>. See the
<a href="http://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
<a href="https://ionicframework.com/docs/theming/overriding-ionic-variables/">theming documentation</a> for
more information on overriding Sass variables.</p>
<h2 id="item-placement">Item Placement</h2>
<p>Items rely heavily on content projection to position content. The item grabs content based on the
Expand Down
Loading

0 comments on commit 38c8ebc

Please sign in to comment.