robindoc 0.0.0-experimental-68d72b2 → 0.0.0-experimental-ca4f5ef
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/lib/styles.css +52 -52
- package/package.json +7 -7
package/lib/styles.css
CHANGED
|
@@ -122,6 +122,42 @@
|
|
|
122
122
|
}
|
|
123
123
|
.r-powered-link:hover {
|
|
124
124
|
color: var(--r-primary-900);
|
|
125
|
+
}.r-docs-container {
|
|
126
|
+
min-height: calc(100dvh - var(--r-header-height));
|
|
127
|
+
overflow-wrap: break-word;
|
|
128
|
+
box-sizing: border-box;
|
|
129
|
+
}
|
|
130
|
+
@media screen and (width >= 768px) {
|
|
131
|
+
.r-docs-container {
|
|
132
|
+
display: grid;
|
|
133
|
+
justify-content: center;
|
|
134
|
+
column-gap: 32px;
|
|
135
|
+
grid-template-areas: "sidebar breadcrumbs" "sidebar contents" "sidebar content" "sidebar pagination";
|
|
136
|
+
grid-template-columns: 1fr calc(100% - 248px);
|
|
137
|
+
grid-template-rows: auto auto 1fr auto;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
@media screen and (width >= 1180px) {
|
|
141
|
+
.r-docs-container {
|
|
142
|
+
column-gap: 40px;
|
|
143
|
+
grid-template-areas: "sidebar breadcrumbs contents" "sidebar content contents" "sidebar pagination contents";
|
|
144
|
+
grid-template-columns: 1fr 640px 1fr;
|
|
145
|
+
grid-template-rows: auto 1fr auto;
|
|
146
|
+
}
|
|
147
|
+
}.r-blog-container {
|
|
148
|
+
min-height: calc(100dvh - var(--r-header-height));
|
|
149
|
+
overflow-wrap: break-word;
|
|
150
|
+
box-sizing: border-box;
|
|
151
|
+
}
|
|
152
|
+
@media screen and (width >= 1180px) {
|
|
153
|
+
.r-blog-container {
|
|
154
|
+
display: grid;
|
|
155
|
+
justify-content: space-between;
|
|
156
|
+
column-gap: 40px;
|
|
157
|
+
grid-template-areas: "breadcrumbs contents" "content contents" "pagination contents";
|
|
158
|
+
grid-template-columns: 760px 220px;
|
|
159
|
+
grid-template-rows: auto 1fr auto;
|
|
160
|
+
}
|
|
125
161
|
}.r-root {
|
|
126
162
|
--r-header-height: 60px;
|
|
127
163
|
position: relative;
|
|
@@ -354,46 +390,10 @@
|
|
|
354
390
|
--r-cl-60: #86181d;
|
|
355
391
|
--r-cl-61: #144620;
|
|
356
392
|
--r-cl-62: #c24e00;
|
|
357
|
-
}.r-docs-container {
|
|
358
|
-
min-height: calc(100dvh - var(--r-header-height));
|
|
359
|
-
overflow-wrap: break-word;
|
|
360
|
-
box-sizing: border-box;
|
|
361
|
-
}
|
|
362
|
-
@media screen and (width >= 768px) {
|
|
363
|
-
.r-docs-container {
|
|
364
|
-
display: grid;
|
|
365
|
-
justify-content: center;
|
|
366
|
-
column-gap: 32px;
|
|
367
|
-
grid-template-areas: "sidebar breadcrumbs" "sidebar contents" "sidebar content" "sidebar pagination";
|
|
368
|
-
grid-template-columns: 1fr calc(100% - 248px);
|
|
369
|
-
grid-template-rows: auto auto 1fr auto;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
@media screen and (width >= 1180px) {
|
|
373
|
-
.r-docs-container {
|
|
374
|
-
column-gap: 40px;
|
|
375
|
-
grid-template-areas: "sidebar breadcrumbs contents" "sidebar content contents" "sidebar pagination contents";
|
|
376
|
-
grid-template-columns: 1fr 640px 1fr;
|
|
377
|
-
grid-template-rows: auto 1fr auto;
|
|
378
|
-
}
|
|
379
393
|
}.r-page-container {
|
|
380
394
|
min-height: calc(100dvh - var(--r-header-height));
|
|
381
395
|
overflow-wrap: break-word;
|
|
382
396
|
box-sizing: border-box;
|
|
383
|
-
}.r-blog-container {
|
|
384
|
-
min-height: calc(100dvh - var(--r-header-height));
|
|
385
|
-
overflow-wrap: break-word;
|
|
386
|
-
box-sizing: border-box;
|
|
387
|
-
}
|
|
388
|
-
@media screen and (width >= 1180px) {
|
|
389
|
-
.r-blog-container {
|
|
390
|
-
display: grid;
|
|
391
|
-
justify-content: space-between;
|
|
392
|
-
column-gap: 40px;
|
|
393
|
-
grid-template-areas: "breadcrumbs contents" "content contents" "pagination contents";
|
|
394
|
-
grid-template-columns: 760px 220px;
|
|
395
|
-
grid-template-rows: auto 1fr auto;
|
|
396
|
-
}
|
|
397
397
|
}.keylink-to-content {
|
|
398
398
|
position: absolute !important;
|
|
399
399
|
top: 8px;
|
|
@@ -1398,9 +1398,6 @@
|
|
|
1398
1398
|
.r-breadcrumb-title {
|
|
1399
1399
|
color: var(--r-main-950);
|
|
1400
1400
|
font-weight: 600;
|
|
1401
|
-
}.r-last-modified {
|
|
1402
|
-
color: var(--r-main-700);
|
|
1403
|
-
margin-block-start: 16px;
|
|
1404
1401
|
}.r-pagination {
|
|
1405
1402
|
grid-area: pagination;
|
|
1406
1403
|
display: grid;
|
|
@@ -1473,6 +1470,9 @@
|
|
|
1473
1470
|
|
|
1474
1471
|
.r-pagination-svg {
|
|
1475
1472
|
display: block;
|
|
1473
|
+
}.r-last-modified {
|
|
1474
|
+
color: var(--r-main-700);
|
|
1475
|
+
margin-block-start: 16px;
|
|
1476
1476
|
}.r-git-logo {
|
|
1477
1477
|
display: block;
|
|
1478
1478
|
}.r-external-mark {
|
|
@@ -1640,6 +1640,19 @@
|
|
|
1640
1640
|
}
|
|
1641
1641
|
.r-blockquote-caution .r-blockquote-title {
|
|
1642
1642
|
color: var(--r-caution);
|
|
1643
|
+
}.r-code-block {
|
|
1644
|
+
font-family: var(--monospace-font, monospace, monospace);
|
|
1645
|
+
font-size: 16px;
|
|
1646
|
+
line-height: 1.33;
|
|
1647
|
+
border-radius: 6px;
|
|
1648
|
+
padding: 16px 20px;
|
|
1649
|
+
margin: 0;
|
|
1650
|
+
color: var(--r-primary-800);
|
|
1651
|
+
background-color: var(--r-main-50);
|
|
1652
|
+
overflow-x: auto;
|
|
1653
|
+
scrollbar-width: thin;
|
|
1654
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
1655
|
+
box-sizing: border-box;
|
|
1643
1656
|
}.r-code-span {
|
|
1644
1657
|
font-family: var(--monospace-font, monospace, monospace);
|
|
1645
1658
|
background-color: var(--r-main-100);
|
|
@@ -1654,19 +1667,6 @@
|
|
|
1654
1667
|
|
|
1655
1668
|
.r-code-span + .r-content-link-external {
|
|
1656
1669
|
margin-left: -12px;
|
|
1657
|
-
}.r-code-block {
|
|
1658
|
-
font-family: var(--monospace-font, monospace, monospace);
|
|
1659
|
-
font-size: 16px;
|
|
1660
|
-
line-height: 1.33;
|
|
1661
|
-
border-radius: 6px;
|
|
1662
|
-
padding: 16px 20px;
|
|
1663
|
-
margin: 0;
|
|
1664
|
-
color: var(--r-primary-800);
|
|
1665
|
-
background-color: var(--r-main-50);
|
|
1666
|
-
overflow-x: auto;
|
|
1667
|
-
scrollbar-width: thin;
|
|
1668
|
-
scrollbar-color: var(--r-main-200) transparent;
|
|
1669
|
-
box-sizing: border-box;
|
|
1670
1670
|
}.r-h1 {
|
|
1671
1671
|
font-size: 32px;
|
|
1672
1672
|
line-height: 1.4;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "robindoc",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-ca4f5ef",
|
|
4
4
|
"description": "Robindoc is a framework for automatically creating documentation websites based on markdown files, built on React.js Server Components",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -41,27 +41,27 @@
|
|
|
41
41
|
"gray-matter": "4.0.3",
|
|
42
42
|
"html-react-parser": "5.2.11",
|
|
43
43
|
"marked": "17.0.1",
|
|
44
|
-
"shiki": "3.
|
|
44
|
+
"shiki": "3.21.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@rollup/plugin-commonjs": "29.0.0",
|
|
48
48
|
"@rollup/plugin-terser": "0.4.4",
|
|
49
49
|
"@rollup/plugin-typescript": "12.3.0",
|
|
50
50
|
"@types/github-slugger": "2.0.0",
|
|
51
|
-
"@types/node": "25.0.
|
|
52
|
-
"@types/react": "19.2.
|
|
51
|
+
"@types/node": "25.0.8",
|
|
52
|
+
"@types/react": "19.2.8",
|
|
53
53
|
"@types/react-dom": "19.2.3",
|
|
54
54
|
"next": "16.1.1",
|
|
55
55
|
"react": "19.2.3",
|
|
56
56
|
"react-dom": "19.2.3",
|
|
57
|
-
"rollup": "4.
|
|
57
|
+
"rollup": "4.55.1",
|
|
58
58
|
"rollup-plugin-copy": "3.5.0",
|
|
59
59
|
"rollup-plugin-sass": "1.15.3",
|
|
60
60
|
"rollup-preserve-directives": "1.1.3",
|
|
61
|
-
"sass": "1.97.
|
|
61
|
+
"sass": "1.97.2",
|
|
62
62
|
"ts-patch": "3.3.0",
|
|
63
63
|
"typescript": "5.9.3",
|
|
64
|
-
"typescript-transform-paths": "3.5.
|
|
64
|
+
"typescript-transform-paths": "3.5.6"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"next": ">= 13.0.0",
|