Sync docs from master to gh-pages
@@ -1 +1 @@
|
||||
{"checksum":"23a7e5a52b04e1a55f2d102255d7ea04","width":886,"height":676}
|
||||
{"checksum":"23a7e5a52b04e1a55f2d102255d7ea04","options":{"config":null},"width":886,"height":676}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"c9ffba1bc9383435e35a7973e5641dd8","width":1213,"height":1341}
|
||||
{"checksum":"c9ffba1bc9383435e35a7973e5641dd8","options":{"config":null},"width":1213,"height":1341}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"30b3d3322b3ecb24a6c5346a8571ba98","width":815,"height":618}
|
||||
{"checksum":"30b3d3322b3ecb24a6c5346a8571ba98","options":{"config":null},"width":815,"height":618}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"37241bc45c73dbad7383a4733a05d559","width":930,"height":810}
|
||||
{"checksum":"37241bc45c73dbad7383a4733a05d559","options":{"config":null},"width":930,"height":810}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"b137ec966db7960885422f991695d28f","width":783,"height":677}
|
||||
{"checksum":"b137ec966db7960885422f991695d28f","options":{"config":null},"width":783,"height":677}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"a46f733654d99c8861184f0e4e04bb95","width":590,"height":685}
|
||||
{"checksum":"a46f733654d99c8861184f0e4e04bb95","options":{"config":null},"width":590,"height":685}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"b1418561d3b01d5d71885b4b7bb1be93","width":1138,"height":1223}
|
||||
{"checksum":"b1418561d3b01d5d71885b4b7bb1be93","options":{"config":null},"width":1138,"height":1223}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"7a8cb19e9d604071d61e4aa9201ee623","width":688,"height":903}
|
||||
{"checksum":"7a8cb19e9d604071d61e4aa9201ee623","options":{"config":null},"width":688,"height":903}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"27396daead141eee677aa6311403d175","width":986,"height":704}
|
||||
{"checksum":"27396daead141eee677aa6311403d175","options":{"config":null},"width":986,"height":704}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"89bbfd25e4c214245543ed34208e2afa","width":1588,"height":1421}
|
||||
{"checksum":"89bbfd25e4c214245543ed34208e2afa","options":{"config":null},"width":1588,"height":1421}
|
||||
@@ -1 +1 @@
|
||||
{"checksum":"e3500a52c420af0a5337450779a25536","width":1237,"height":835}
|
||||
{"checksum":"e3500a52c420af0a5337450779a25536","options":{"config":null},"width":1237,"height":835}
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
79
reference/htmlsingle/js/highlight/styles/github-gist.min.css
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
/**
|
||||
* GitHub Gist Theme
|
||||
* Author : Anthony Attard - https://github.com/AnthonyAttard
|
||||
* Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: white;
|
||||
padding: 0.5em;
|
||||
color: #333333;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-meta {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-strong,
|
||||
.hljs-emphasis,
|
||||
.hljs-quote {
|
||||
color: #df5000;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-type {
|
||||
color: #d73a49;
|
||||
}
|
||||
|
||||
.hljs-literal,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-attribute {
|
||||
color: #0086b3;
|
||||
}
|
||||
|
||||
.hljs-section,
|
||||
.hljs-name {
|
||||
color: #63a35c;
|
||||
}
|
||||
|
||||
.hljs-tag {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-attr,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-selector-attr,
|
||||
.hljs-selector-pseudo {
|
||||
color: #6f42c1;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
color: #55a532;
|
||||
background-color: #eaffea;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
color: #bd2c00;
|
||||
background-color: #ffecec;
|
||||
}
|
||||
|
||||
.hljs-link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hljs-number {
|
||||
color: #005cc5;
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
color: #032f62;
|
||||
}
|
||||
89
reference/htmlsingle/js/highlight/styles/googlecode.min.css
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
/*
|
||||
|
||||
Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
padding: 0.5em;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #800;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-section,
|
||||
.hljs-title,
|
||||
.hljs-name {
|
||||
color: #008;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-template-variable {
|
||||
color: #660;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-selector-attr,
|
||||
.hljs-selector-pseudo,
|
||||
.hljs-regexp {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-literal,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-meta,
|
||||
.hljs-number,
|
||||
.hljs-link {
|
||||
color: #066;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-doctag,
|
||||
.hljs-type,
|
||||
.hljs-attr,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-params {
|
||||
color: #606;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-subst {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.hljs-formula {
|
||||
background-color: #eee;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #9B703F
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #baeeba;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #ffc8bd;
|
||||
}
|
||||
|
||||
.hljs-doctag,
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||