@t8/docsgen 0.2.33 → 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
  ` : ""}
@@ -50,13 +50,16 @@ h1 {
50
50
  font-size: 2.25em;
51
51
  }
52
52
  }
53
- h1 a,
54
- h1 a:link,
55
- h1 a:hover,
56
- h1 a:visited,
57
- h1 a:active {
53
+ h1 > a,
54
+ h1 > a:link,
55
+ h1 > a:hover,
56
+ h1 > a:visited,
57
+ h1 > a:active {
58
58
  border-bottom: none;
59
59
  }
60
+ h1 sup {
61
+ font-size: 0.5em;
62
+ }
60
63
  header {
61
64
  display: block;
62
65
  text-align: center;
@@ -238,6 +241,9 @@ section.intro .section-content {
238
241
  padding: 0;
239
242
  }
240
243
  }
244
+ .pagenav {
245
+ text-align: right;
246
+ }
241
247
  p.installation {
242
248
  margin: 0;
243
249
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.2.33",
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
@@ -50,13 +50,16 @@ h1 {
50
50
  font-size: 2.25em;
51
51
  }
52
52
  }
53
- h1 a,
54
- h1 a:link,
55
- h1 a:hover,
56
- h1 a:visited,
57
- h1 a:active {
53
+ h1 > a,
54
+ h1 > a:link,
55
+ h1 > a:hover,
56
+ h1 > a:visited,
57
+ h1 > a:active {
58
58
  border-bottom: none;
59
59
  }
60
+ h1 sup {
61
+ font-size: 0.5em;
62
+ }
60
63
  header {
61
64
  display: block;
62
65
  text-align: center;
@@ -238,6 +241,9 @@ section.intro .section-content {
238
241
  padding: 0;
239
242
  }
240
243
  }
244
+ .pagenav {
245
+ text-align: right;
246
+ }
241
247
  p.installation {
242
248
  margin: 0;
243
249
  }