Skip to content

Commit

Permalink
Add 2.0.0 docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Apr 17, 2015
1 parent a3b74ec commit 228f61d
Show file tree
Hide file tree
Showing 47 changed files with 1,806 additions and 0 deletions.
33 changes: 33 additions & 0 deletions _2x_docs/2.0.0/apidoc/assets/immutant.css
@@ -0,0 +1,33 @@
code code, pre code {
padding: 0 !important;
border: 0 !important;
}

div.public {
margin-bottom: 1em;
padding-top: 1em;
border-top: 1px solid #e4e4e4;
}

div.guide-content .description {
font-style: italic;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}

div.guide-content h2 {
font-weight: bold;
font-size: 20px;
}

h2.shrunk {
font-size: 20px;
}

#guide-index table {
margin-top: 10px;
}

.sidebar li.guide {
margin-left: 5px;
}
4 changes: 4 additions & 0 deletions _2x_docs/2.0.0/apidoc/assets/immutant.js
@@ -0,0 +1,4 @@
$(function () {
$('.clojure').parent('pre').addClass('syntax clojure')
$.syntax({blockLayout: 'plain'})
})
6 changes: 6 additions & 0 deletions _2x_docs/2.0.0/apidoc/assets/jquery.syntax.brush.lisp.js

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

5 changes: 5 additions & 0 deletions _2x_docs/2.0.0/apidoc/assets/jquery.syntax.cache.js

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

46 changes: 46 additions & 0 deletions _2x_docs/2.0.0/apidoc/assets/jquery.syntax.core.css
@@ -0,0 +1,46 @@
.syntax {
font-family: Menlo, Monaco, Consolas, monospace;
line-height: 1.5em; }
.syntax .function {
color: #3333ff; }
.syntax .keyword, .syntax .access {
color: #a90d91; }
.syntax .type {
color: #3239a6;
font-weight: bold; }
.syntax .comment {
color: #66aacc;
font-style: italic; }
.syntax .constant {
color: #1c00ce; }
.syntax .string {
color: #c41a15; }
.syntax .string .escape {
color: #ff9999; }
.syntax .operator {
color: black; }
.syntax .href {
color: #0e0eff;
text-decoration: underline; }
.syntax .variable {
color: #3e6d74; }
.syntax .highlight {
background-color: #fdfdba; }
.syntax pre {
overflow: auto;
font-family: inherit; }

.syntax-container {
position: relative; }
.syntax-container .toolbar {
font-size: 80%;
text-align: right;
padding: 0 0.2em 0.2em; }
.syntax-container .toolbar a {
margin-left: 1em; }
.syntax-container pre.raw {
overflow: auto;
padding: 0 0.4em 0 !important;
margin: 0 !important;
background-color: #f0f0f0;
border: 1px solid #aaaaaa; }

0 comments on commit 228f61d

Please sign in to comment.