generate the static docs site in the docs root
This commit is contained in:
		
							
								
								
									
										1
									
								
								docs/stylesheets/application.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								docs/stylesheets/application.css
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										105
									
								
								docs/stylesheets/highlight/highlight.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										105
									
								
								docs/stylesheets/highlight/highlight.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,105 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * overwrite the current primary color of the 
 | 
			
		||||
 * theme that is used as fallback in codeblocks 
 | 
			
		||||
 */
 | 
			
		||||
.article pre code {
 | 
			
		||||
	color: rgba(0, 0, 0, 0.8) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*	
 | 
			
		||||
	HIGHLIGHT.JS THEME 
 | 
			
		||||
 | 
			
		||||
	tweaked version of the Github theme
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
.hljs {
 | 
			
		||||
display:block;
 | 
			
		||||
overflow-x:auto;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-comment,
 | 
			
		||||
.hljs-quote {
 | 
			
		||||
color:#998;
 | 
			
		||||
font-style:italic;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-keyword,
 | 
			
		||||
.hljs-selector-tag,
 | 
			
		||||
.hljs-subst {
 | 
			
		||||
color:#333;
 | 
			
		||||
font-weight:700;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-number,
 | 
			
		||||
.hljs-literal,
 | 
			
		||||
.hljs-variable,
 | 
			
		||||
.hljs-template-variable,
 | 
			
		||||
.hljs-tag .hljs-attr {
 | 
			
		||||
color:teal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-string,
 | 
			
		||||
.hljs-doctag {
 | 
			
		||||
color:#d14;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-title,
 | 
			
		||||
.hljs-section,
 | 
			
		||||
.hljs-selector-id {
 | 
			
		||||
color:#900;
 | 
			
		||||
font-weight:700;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-subst {
 | 
			
		||||
font-weight:400;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-type,
 | 
			
		||||
.hljs-class .hljs-title {
 | 
			
		||||
color:#458;
 | 
			
		||||
font-weight:700;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-tag,
 | 
			
		||||
.hljs-name,
 | 
			
		||||
.hljs-attribute {
 | 
			
		||||
color:navy;
 | 
			
		||||
font-weight:400;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-regexp,
 | 
			
		||||
.hljs-link {
 | 
			
		||||
color:#009926;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-symbol,
 | 
			
		||||
.hljs-bullet {
 | 
			
		||||
color:#990073;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-built_in,
 | 
			
		||||
.hljs-builtin-name {
 | 
			
		||||
color:#0086b3;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-meta {
 | 
			
		||||
color:#999;
 | 
			
		||||
font-weight:700;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-deletion {
 | 
			
		||||
background:#fdd;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-addition {
 | 
			
		||||
background:#dfd;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-emphasis {
 | 
			
		||||
font-style:italic;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hljs-strong {
 | 
			
		||||
font-weight:700;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1
									
								
								docs/stylesheets/palettes.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								docs/stylesheets/palettes.css
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										11
									
								
								docs/stylesheets/temporary.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								docs/stylesheets/temporary.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
/*  This file only exists (temporarily) until the
 | 
			
		||||
    custom styling can be replaced with the
 | 
			
		||||
    implementation of the upstream project.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
blockquote {
 | 
			
		||||
    padding: 0 20px;
 | 
			
		||||
    margin: 0 0 20px;
 | 
			
		||||
    font-size: inherit;
 | 
			
		||||
    border-left: 5px solid #eee;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user