From c57df3dc776f8a35aaad35fc399960f0d7fee06d Mon Sep 17 00:00:00 2001 From: Elliott Sprehn Date: Wed, 10 Nov 2010 10:09:48 -0800 Subject: Make the docs look a little nicer --- docs/doc_widgets.css | 1 - docs/filter.template | 2 +- docs/formatter.template | 2 +- docs/index.html | 144 ++++++++++++++++++++++++++++++++++++++++-------- docs/overview.template | 2 +- docs/validator.template | 2 +- docs/widget.template | 2 +- 7 files changed, 126 insertions(+), 29 deletions(-) diff --git a/docs/doc_widgets.css b/docs/doc_widgets.css index f4ef70bd..8361f105 100644 --- a/docs/doc_widgets.css +++ b/docs/doc_widgets.css @@ -7,7 +7,6 @@ doc\:example { ul.doc-example { list-style-type: none; position: relative; - width: 700px; font-size: 14px; } diff --git a/docs/filter.template b/docs/filter.template index 4875798e..2731f5a3 100644 --- a/docs/filter.template +++ b/docs/filter.template @@ -1,4 +1,4 @@ -

{{name}}

+

{{name}}

Description

{{{description}}} diff --git a/docs/formatter.template b/docs/formatter.template index dd8fcb99..af95f729 100644 --- a/docs/formatter.template +++ b/docs/formatter.template @@ -1,4 +1,4 @@ -

{{name}}

+

{{name}}

Description

{{{description}}} diff --git a/docs/index.html b/docs/index.html index 3495f6c8..4939dc9c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,49 +1,147 @@ + <Angular/> Docs + + + + - - - - + + - - - - - -
-
- {{name}} - -
-
+ + +
+ +
- \ No newline at end of file + diff --git a/docs/overview.template b/docs/overview.template index 6207d41b..7af05ff4 100644 --- a/docs/overview.template +++ b/docs/overview.template @@ -1,4 +1,4 @@ -

{{name}}

+

{{name}}

{{{description}}} {{#example}} diff --git a/docs/validator.template b/docs/validator.template index 124f35b9..63d17072 100644 --- a/docs/validator.template +++ b/docs/validator.template @@ -1,4 +1,4 @@ -

{{name}}

+

{{name}}

Description

{{{description}}} diff --git a/docs/widget.template b/docs/widget.template index 9b280775..4a20629e 100644 --- a/docs/widget.template +++ b/docs/widget.template @@ -1,4 +1,4 @@ -

{{name}}

+

{{name}}

Description

{{{description}}} -- cgit v1.2.3