diff --git a/docs/404.html b/docs/api/404.html similarity index 90% rename from docs/404.html rename to docs/api/404.html index f514159..0bf8271 100644 --- a/docs/404.html +++ b/docs/api/404.html @@ -1 +1 @@ -File not found - MC2IT Card

404 Page not found

Page not found, sorry.

\ No newline at end of file +File not found - MC2IT Card

404 Page not found

Page not found, sorry.

\ No newline at end of file diff --git a/docs/bootstrap/css/bootstrap-responsive.css b/docs/api/bootstrap/css/bootstrap-responsive.css similarity index 100% rename from docs/bootstrap/css/bootstrap-responsive.css rename to docs/api/bootstrap/css/bootstrap-responsive.css diff --git a/docs/bootstrap/css/bootstrap-responsive.min.css b/docs/api/bootstrap/css/bootstrap-responsive.min.css similarity index 100% rename from docs/bootstrap/css/bootstrap-responsive.min.css rename to docs/api/bootstrap/css/bootstrap-responsive.min.css diff --git a/docs/bootstrap/css/bootstrap-select.min.css b/docs/api/bootstrap/css/bootstrap-select.min.css similarity index 100% rename from docs/bootstrap/css/bootstrap-select.min.css rename to docs/api/bootstrap/css/bootstrap-select.min.css diff --git a/docs/bootstrap/css/bootstrap.css b/docs/api/bootstrap/css/bootstrap.css similarity index 100% rename from docs/bootstrap/css/bootstrap.css rename to docs/api/bootstrap/css/bootstrap.css diff --git a/docs/bootstrap/css/bootstrap.min.css b/docs/api/bootstrap/css/bootstrap.min.css similarity index 100% rename from docs/bootstrap/css/bootstrap.min.css rename to docs/api/bootstrap/css/bootstrap.min.css diff --git a/docs/bootstrap/img/glyphicons-halflings-white.png b/docs/api/bootstrap/img/glyphicons-halflings-white.png similarity index 100% rename from docs/bootstrap/img/glyphicons-halflings-white.png rename to docs/api/bootstrap/img/glyphicons-halflings-white.png diff --git a/docs/bootstrap/img/glyphicons-halflings.png b/docs/api/bootstrap/img/glyphicons-halflings.png similarity index 100% rename from docs/bootstrap/img/glyphicons-halflings.png rename to docs/api/bootstrap/img/glyphicons-halflings.png diff --git a/docs/bootstrap/js/bootstrap-select.min.js b/docs/api/bootstrap/js/bootstrap-select.min.js similarity index 100% rename from docs/bootstrap/js/bootstrap-select.min.js rename to docs/api/bootstrap/js/bootstrap-select.min.js diff --git a/docs/bootstrap/js/bootstrap.js b/docs/api/bootstrap/js/bootstrap.js similarity index 100% rename from docs/bootstrap/js/bootstrap.js rename to docs/api/bootstrap/js/bootstrap.js diff --git a/docs/bootstrap/js/bootstrap.min.js b/docs/api/bootstrap/js/bootstrap.min.js similarity index 100% rename from docs/bootstrap/js/bootstrap.min.js rename to docs/api/bootstrap/js/bootstrap.min.js diff --git a/docs/dark-mode.css b/docs/api/dark-mode.css similarity index 100% rename from docs/dark-mode.css rename to docs/api/dark-mode.css diff --git a/docs/extra-styles.css b/docs/api/extra-styles.css similarity index 100% rename from docs/extra-styles.css rename to docs/api/extra-styles.css diff --git a/www/favicon.ico b/docs/api/favicon.ico similarity index 100% rename from www/favicon.ico rename to docs/api/favicon.ico diff --git a/docs/haxe-nav.css b/docs/api/haxe-nav.css similarity index 100% rename from docs/haxe-nav.css rename to docs/api/haxe-nav.css diff --git a/docs/highlighter.css b/docs/api/highlighter.css similarity index 100% rename from docs/highlighter.css rename to docs/api/highlighter.css diff --git a/docs/highlighter.js b/docs/api/highlighter.js similarity index 100% rename from docs/highlighter.js rename to docs/api/highlighter.js diff --git a/docs/api/index.html b/docs/api/index.html new file mode 100644 index 0000000..ea15ff6 --- /dev/null +++ b/docs/api/index.html @@ -0,0 +1,10 @@ + + + +mc2it_card - MC2IT Card

mc2it_card version 4.1.0

Business card of MC2IT, distribution and services.

CardBuilder

Builds a business card by appending string chunks.

\ No newline at end of file diff --git a/docs/index.js b/docs/api/index.js similarity index 100% rename from docs/index.js rename to docs/api/index.js diff --git a/docs/jquery-1.9.1.min.js b/docs/api/jquery-1.9.1.min.js similarity index 100% rename from docs/jquery-1.9.1.min.js rename to docs/api/jquery-1.9.1.min.js diff --git a/docs/mc2it_card/CardBuilder.html b/docs/api/mc2it_card/CardBuilder.html similarity index 96% rename from docs/mc2it_card/CardBuilder.html rename to docs/api/mc2it_card/CardBuilder.html index 6f50dff..41a3d1c 100644 --- a/docs/mc2it_card/CardBuilder.html +++ b/docs/api/mc2it_card/CardBuilder.html @@ -7,4 +7,4 @@ float: none; text-shadow: 0 0 0 transparent; } -

Builds a business card by appending string chunks.

Static methods

staticcenter(this:StringBuf, text:String):CardBuilder

Appends a centered line of text.

staticfooter(this:StringBuf):CardBuilder

Appends a bottom border.

staticheader(this:StringBuf):CardBuilder

Appends a top border.

staticlabel(this:StringBuf, label:String, value:String):CardBuilder

Adds a labeled value.

@:value({ text : "" })staticline(this:StringBuf, text:String = ""):CardBuilder

Appends a line of text.

\ No newline at end of file +

Builds a business card by appending string chunks.

Static methods

staticcenter(this:StringBuf, text:String):CardBuilder

Appends a centered line of text.

staticfooter(this:StringBuf):CardBuilder

Appends a bottom border.

staticheader(this:StringBuf):CardBuilder

Appends a top border.

staticlabel(this:StringBuf, label:String, value:String):CardBuilder

Adds a labeled value.

@:value({ text : "" })staticline(this:StringBuf, text:String = ""):CardBuilder

Appends a line of text.

\ No newline at end of file diff --git a/docs/nav.js b/docs/api/nav.js similarity index 100% rename from docs/nav.js rename to docs/api/nav.js diff --git a/docs/styles.css b/docs/api/styles.css similarity index 100% rename from docs/styles.css rename to docs/api/styles.css diff --git a/docs/triangle-closed.png b/docs/api/triangle-closed.png similarity index 100% rename from docs/triangle-closed.png rename to docs/api/triangle-closed.png diff --git a/docs/triangle-opened.png b/docs/api/triangle-opened.png similarity index 100% rename from docs/triangle-opened.png rename to docs/api/triangle-opened.png diff --git a/www/favicon.svg b/docs/favicon.svg similarity index 100% rename from www/favicon.svg rename to docs/favicon.svg diff --git a/docs/index.html b/docs/index.html index 7118510..f4e81ad 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,10 +1,37 @@ - - -mc2it_card - MC2IT Card

mc2it_card version 4.0.0

Business card of MC2IT, distribution and services.

CardBuilder

Builds a business card by appending string chunks.

\ No newline at end of file + + + + MC2IT Card + + + + + + + + + + + + + + + + + + + + +
+ +