@t8/docsgen 0.2.32 → 0.2.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin.js CHANGED
@@ -876,6 +876,9 @@ ${intro || features || note ? `
876
876
  ${intro ? `<div class="intro">${intro}</div>` : ""}
877
877
  ${features ? `<div class="features">${features}</div>` : ""}
878
878
  ${note ? `<div class="note">${note}</div>` : ""}
879
+ <p class="pagenav">
880
+ <span class="next"><a href="/start">To the docs</a> <span class="icon">\u2192</span></span>
881
+ </p>
879
882
  </div>
880
883
  </section>
881
884
  ` : ""}
@@ -40,7 +40,6 @@ main {
40
40
  h1 {
41
41
  max-width: 16rem;
42
42
  font-size: 2.5em;
43
- font-family: "Helvetica Neue", Arial, sans-serif;
44
43
  font-weight: 900;
45
44
  color: color(from var(--c1) srgb r g b / 0.75);
46
45
  margin: 1rem 0;
@@ -51,13 +50,16 @@ h1 {
51
50
  font-size: 2.25em;
52
51
  }
53
52
  }
54
- h1 a,
55
- h1 a:link,
56
- h1 a:hover,
57
- h1 a:visited,
58
- h1 a:active {
53
+ h1 > a,
54
+ h1 > a:link,
55
+ h1 > a:hover,
56
+ h1 > a:visited,
57
+ h1 > a:active {
59
58
  border-bottom: none;
60
59
  }
60
+ h1 sup {
61
+ font-size: 0.5em;
62
+ }
61
63
  header {
62
64
  display: block;
63
65
  text-align: center;
@@ -239,6 +241,9 @@ section.intro .section-content {
239
241
  padding: 0;
240
242
  }
241
243
  }
244
+ .pagenav {
245
+ text-align: right;
246
+ }
242
247
  p.installation {
243
248
  margin: 0;
244
249
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.32",
3
+ "version": "0.2.34",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
@@ -250,6 +250,9 @@ ${
250
250
  ${intro ? `<div class="intro">${intro}</div>` : ""}
251
251
  ${features ? `<div class="features">${features}</div>` : ""}
252
252
  ${note ? `<div class="note">${note}</div>` : ""}
253
+ <p class="pagenav">
254
+ <span class="next"><a href="/start">To the docs</a> <span class="icon">→</span></span>
255
+ </p>
253
256
  </div>
254
257
  </section>
255
258
  `
package/src/css/index.css CHANGED
@@ -40,7 +40,6 @@ main {
40
40
  h1 {
41
41
  max-width: 16rem;
42
42
  font-size: 2.5em;
43
- font-family: "Helvetica Neue", Arial, sans-serif;
44
43
  font-weight: 900;
45
44
  color: color(from var(--c1) srgb r g b / 0.75);
46
45
  margin: 1rem 0;
@@ -51,13 +50,16 @@ h1 {
51
50
  font-size: 2.25em;
52
51
  }
53
52
  }
54
- h1 a,
55
- h1 a:link,
56
- h1 a:hover,
57
- h1 a:visited,
58
- h1 a:active {
53
+ h1 > a,
54
+ h1 > a:link,
55
+ h1 > a:hover,
56
+ h1 > a:visited,
57
+ h1 > a:active {
59
58
  border-bottom: none;
60
59
  }
60
+ h1 sup {
61
+ font-size: 0.5em;
62
+ }
61
63
  header {
62
64
  display: block;
63
65
  text-align: center;
@@ -239,6 +241,9 @@ section.intro .section-content {
239
241
  padding: 0;
240
242
  }
241
243
  }
244
+ .pagenav {
245
+ text-align: right;
246
+ }
242
247
  p.installation {
243
248
  margin: 0;
244
249
  }