From ddb6cc6737450055de07a3fadd87d43eaf51913b Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 3 Sep 2013 15:05:42 -0500 Subject: [PATCH] Basic docs stuff --- docs/app.js | 0 docs/components.html | 81 ++++++++++++++++++++++++++++++++++++++++++++ docs/index.html | 77 ++++++++++++++++++++--------------------- docs/pygments.css | 70 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 190 insertions(+), 38 deletions(-) create mode 100644 docs/app.js create mode 100644 docs/components.html create mode 100644 docs/pygments.css diff --git a/docs/app.js b/docs/app.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/components.html b/docs/components.html new file mode 100644 index 0000000000..121b7e6afb --- /dev/null +++ b/docs/components.html @@ -0,0 +1,81 @@ + + + + + + + Ionic - The Most powerful cross-platform mobile app framework. + + + + + + + + +
+
+
+ +
+ +

+ Buttons are the core of any great mobile app. With Ionic, we support a set of + styled buttons in the spirit of Bootstrap. +

+
+

Styles

+ +
+
<button class="button button-primary">Button</a>
+
+
+
+
+
+ + diff --git a/docs/index.html b/docs/index.html index b58702943f..6e68526ef3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,8 +6,7 @@ Ionic - The Most powerful cross-platform mobile app framework. - - + @@ -24,7 +23,7 @@