Kaynağa Gözat

deploy: 841512edb94828e4caf09c60192dd3c63f545c5f

Ethosa 3 yıl önce
ebeveyn
işleme
8e05c3f138
5 değiştirilmiş dosya ile 1828 ekleme ve 48 silme
  1. 37 35
      akane.html
  2. 0 2
      akane.idx
  3. 1756 0
      dochack.js
  4. 24 11
      nimdoc.out.css
  5. 11 0
      theindex.html

Dosya farkı çok büyük olduğundan ihmal edildi
+ 37 - 35
akane.html


+ 0 - 2
akane.idx

@@ -7,8 +7,6 @@ newServer	akane.html#newServer,string,uint16	akane: newServer(address: string =
 Example	akane.html#example	  Example	
 loadtemplate	akane.html#loadtemplate,string,JsonNode	akane: loadtemplate(name: string; json: JsonNode = %*{}): Future[string]	
 parseQuery	akane.html#parseQuery,Request	akane: parseQuery(request: Request): Future[JsonNode]	
-password2hash	akane.html#password2hash,string	akane: password2hash(password: string): Future[string]	
-validatePassword	akane.html#validatePassword,string,string	akane: validatePassword(password, hashpassword: string): Future[bool]	
 newCookie	akane.html#newCookie,ServerRef,string,string,string	akane: newCookie(server: ServerRef; key, value: string; domain = ""): HttpHeaders	
 pages	akane.html#pages.m,ServerRef,untyped	akane: pages(server: ServerRef; body: untyped): untyped	
 Example	akane.html#example	  Example	

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1756 - 0
dochack.js


+ 24 - 11
nimdoc.out.css

@@ -63,12 +63,13 @@ Modified by Boyd Greenfield and narimiran
 .theme-switch-wrapper {
   display: flex;
   align-items: center;
+}
 
-  em {
-    margin-left: 10px;
-    font-size: 1rem;
-  }
+.theme-switch-wrapper em {
+  margin-left: 10px;
+  font-size: 1rem;
 }
+
 .theme-switch {
   display: inline-block;
   height: 22px;
@@ -153,10 +154,11 @@ body {
   margin-left: 0; }
 
 .three.columns {
-  width: 19%; }
+  width: 22%;
+}
 
 .nine.columns {
-  width: 80.0%; }
+  width: 77.0%; }
 
 .twelve.columns {
   width: 100%;
@@ -408,7 +410,7 @@ ol ul {
   margin-bottom: 0;
   margin-left: 1.25em; }
 
-li {
+ul.simple > li {
     list-style-type: circle;
 }
 
@@ -419,7 +421,7 @@ ul.simple-boot li {
 }
 
 ol.simple > li, ul.simple > li {
-  margin-bottom: 0.25em;
+  margin-bottom: 0.2em;
   margin-left: 0.4em }
 
 ul.simple.simple-toc > li {
@@ -438,9 +440,19 @@ ul.simple-toc > li {
 
 ul.simple-toc-section {
   list-style-type: circle;
-  margin-left: 1em;
+  margin-left: 0.8em;
   color: #6c9aae; }
 
+ul.nested-toc-section {
+  list-style-type: circle;
+  margin-left: -0.75em;
+  color: var(--text);
+}
+
+ul.nested-toc-section > li {
+  margin-left: 1.25em;
+}
+
 
 ol.arabic {
   list-style: decimal; }
@@ -581,6 +593,7 @@ table th {
 
 table th.docinfo-name {
     background-color: transparent;
+    text-align: right;
 }
 
 table tr:hover {
@@ -644,7 +657,7 @@ div.topic {
   margin: 2em; }
 
 div.search_results {
-  background-color: antiquewhite;
+  background-color: var(--third-background);
   margin: 3em;
   padding: 1em;
   border: 1px solid #4d4d4d;
@@ -888,4 +901,4 @@ span.pragmawrap {
 span.attachedType {
   display: none;
   visibility: hidden;
-}
+}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 11 - 0
theindex.html


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor