@diplodoc/cli-tests 0.0.0-rc-disable-resolve-codeblock-17941220955 → 0.0.0-rc-fix-manifest-18002055289
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/e2e/__snapshots__/alternates.test.ts.snap +40 -43
- package/e2e/__snapshots__/bundles.spec.ts.snap +3 -3
- package/e2e/__snapshots__/include-toc.test.ts.snap +28 -20
- package/e2e/__snapshots__/load-custom-resources.spec.ts.snap +10 -10
- package/e2e/__snapshots__/metadata.spec.ts.snap +7 -7
- package/e2e/__snapshots__/plugin-corner-cases.spec.ts.snap +0 -0
- package/e2e/__snapshots__/preprocess.test.ts.snap +291 -48
- package/e2e/__snapshots__/regression.test.ts.snap +49 -61
- package/e2e/__snapshots__/restricted-access.test.ts.snap +12 -13
- package/e2e/__snapshots__/rtl.spec.ts.snap +6 -6
- package/e2e/__snapshots__/search.test.ts.snap +1 -1
- package/e2e/__snapshots__/single-page.spec.ts.snap +3 -3
- package/e2e/__snapshots__/skip-html-extension.spec.ts.snap +4 -4
- package/e2e/__snapshots__/translation.spec.ts.snap +8 -12
- package/e2e/alternates.test.ts +1 -0
- package/e2e/bundles.spec.ts +1 -0
- package/e2e/errors.spec.ts +18 -8
- package/e2e/generate-map.spec.ts +6 -2
- package/e2e/include-toc.test.ts +1 -0
- package/e2e/load-custom-resources.spec.ts +1 -0
- package/e2e/metadata.spec.ts +1 -0
- package/e2e/plugin-corner-cases.spec.ts +1 -0
- package/e2e/preprocess.test.ts +8 -5
- package/e2e/redirects-validation.spec.ts +5 -4
- package/e2e/regression.test.ts +1 -0
- package/e2e/restricted-access.test.ts +3 -5
- package/e2e/rtl.spec.ts +1 -0
- package/e2e/search.test.ts +1 -0
- package/e2e/single-page.spec.ts +1 -0
- package/e2e/skip-html-extension.spec.ts +1 -0
- package/e2e/translation.spec.ts +17 -6
- package/fixtures/cliAdapter.ts +7 -3
- package/fixtures/globals.d.ts +1 -1
- package/fixtures/runners/binary.ts +5 -2
- package/fixtures/runners/index.ts +2 -1
- package/fixtures/runners/source.ts +1 -1
- package/fixtures/utils/file.ts +20 -16
- package/fixtures/utils/test.ts +19 -19
- package/mocks/preprocess/input/autotitle.md +3 -0
- package/mocks/preprocess/input/includes/level1.md +9 -0
- package/mocks/preprocess/input/includes/level11.md +1 -0
- package/mocks/preprocess/input/includes/sub/level2.md +7 -0
- package/mocks/preprocess/input/level0.md +7 -0
- package/mocks/preprocess/input/level1/level1.md +7 -0
- package/mocks/preprocess/input/level1/level2/level2.md +6 -0
- package/mocks/preprocess/input/level1/toc.yaml +5 -0
- package/mocks/preprocess/input/toc.yaml +8 -0
- package/package.json +1 -1
|
@@ -33,7 +33,8 @@ exports[`Regression > internal > filelist 1`] = `
|
|
|
33
33
|
"openapi/test-controller/index.md",
|
|
34
34
|
"redirects.yaml",
|
|
35
35
|
"sub/folder/item-1.md",
|
|
36
|
-
"toc.yaml"
|
|
36
|
+
"toc.yaml",
|
|
37
|
+
"yfm-build-manifest.json"
|
|
37
38
|
]"
|
|
38
39
|
`;
|
|
39
40
|
|
|
@@ -66,7 +67,8 @@ exports[`Regression > internal > filelist 2`] = `
|
|
|
66
67
|
"openapi/test-controller/getWithPayloadResponse.html",
|
|
67
68
|
"openapi/test-controller/index.html",
|
|
68
69
|
"sub/folder/item-1.html",
|
|
69
|
-
"toc.js"
|
|
70
|
+
"toc.js",
|
|
71
|
+
"yfm-build-manifest.json"
|
|
70
72
|
]"
|
|
71
73
|
`;
|
|
72
74
|
|
|
@@ -82,7 +84,6 @@ metadata:
|
|
|
82
84
|
- name: generator
|
|
83
85
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
84
86
|
vcsPath: 1.md
|
|
85
|
-
sourcePath: 1.md
|
|
86
87
|
---
|
|
87
88
|
# Title
|
|
88
89
|
|
|
@@ -122,7 +123,6 @@ metadata:
|
|
|
122
123
|
- name: generator
|
|
123
124
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
124
125
|
vcsPath: autotitle.md
|
|
125
|
-
sourcePath: autotitle.md
|
|
126
126
|
---
|
|
127
127
|
# Autotitles
|
|
128
128
|
|
|
@@ -159,7 +159,6 @@ metadata:
|
|
|
159
159
|
- name: generator
|
|
160
160
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
161
161
|
vcsPath: generic/1.md
|
|
162
|
-
sourcePath: generic/1.md
|
|
163
162
|
---
|
|
164
163
|
# Note 1
|
|
165
164
|
|
|
@@ -173,7 +172,6 @@ metadata:
|
|
|
173
172
|
- name: generator
|
|
174
173
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
175
174
|
vcsPath: generic/2.md
|
|
176
|
-
sourcePath: generic/2.md
|
|
177
175
|
---
|
|
178
176
|
# Note 1
|
|
179
177
|
|
|
@@ -187,7 +185,6 @@ metadata:
|
|
|
187
185
|
- name: generator
|
|
188
186
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
189
187
|
vcsPath: generic/3.md
|
|
190
|
-
sourcePath: generic/3.md
|
|
191
188
|
---
|
|
192
189
|
Note content 1
|
|
193
190
|
"
|
|
@@ -199,7 +196,6 @@ metadata:
|
|
|
199
196
|
- name: generator
|
|
200
197
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
201
198
|
vcsPath: generic/Sub notes/1.md
|
|
202
|
-
sourcePath: generic/Sub notes/1.md
|
|
203
199
|
---
|
|
204
200
|
# Sub note 1
|
|
205
201
|
|
|
@@ -213,7 +209,6 @@ metadata:
|
|
|
213
209
|
- name: generator
|
|
214
210
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
215
211
|
vcsPath: generic/Sub notes/2.md
|
|
216
|
-
sourcePath: generic/Sub notes/2.md
|
|
217
212
|
---
|
|
218
213
|
# Sub note 2
|
|
219
214
|
|
|
@@ -227,7 +222,6 @@ metadata:
|
|
|
227
222
|
- name: generator
|
|
228
223
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
229
224
|
vcsPath: images.md
|
|
230
|
-
sourcePath: images.md
|
|
231
225
|
---
|
|
232
226
|
# Images
|
|
233
227
|
|
|
@@ -250,7 +244,6 @@ metadata:
|
|
|
250
244
|
- name: generator
|
|
251
245
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
252
246
|
vcsPath: included-item.md
|
|
253
|
-
sourcePath: included-item.md
|
|
254
247
|
---
|
|
255
248
|
# Included item
|
|
256
249
|
|
|
@@ -274,7 +267,6 @@ metadata:
|
|
|
274
267
|
- name: generator
|
|
275
268
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
276
269
|
vcsPath: includes.md
|
|
277
|
-
sourcePath: includes.md
|
|
278
270
|
---
|
|
279
271
|
Text
|
|
280
272
|
|
|
@@ -326,7 +318,6 @@ meta:
|
|
|
326
318
|
- name: generator
|
|
327
319
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
328
320
|
vcsPath: index.yaml
|
|
329
|
-
sourcePath: index.yaml
|
|
330
321
|
"
|
|
331
322
|
`;
|
|
332
323
|
|
|
@@ -336,7 +327,6 @@ metadata:
|
|
|
336
327
|
- name: generator
|
|
337
328
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
338
329
|
vcsPath: latex.md
|
|
339
|
-
sourcePath: latex.md
|
|
340
330
|
---
|
|
341
331
|
# Latex usage
|
|
342
332
|
|
|
@@ -350,7 +340,6 @@ metadata:
|
|
|
350
340
|
- name: generator
|
|
351
341
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
352
342
|
vcsPath: merge/merge.md
|
|
353
|
-
sourcePath: merge/merge.md
|
|
354
343
|
---
|
|
355
344
|
# Should use merged item
|
|
356
345
|
|
|
@@ -392,7 +381,6 @@ metadata:
|
|
|
392
381
|
- name: generator
|
|
393
382
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
394
383
|
vcsPath: mermaid.md
|
|
395
|
-
sourcePath: mermaid.md
|
|
396
384
|
---
|
|
397
385
|
# Mermaid usage
|
|
398
386
|
|
|
@@ -416,7 +404,6 @@ metadata:
|
|
|
416
404
|
- name: generator
|
|
417
405
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
418
406
|
vcsPath: openapi/index.md
|
|
419
|
-
sourcePath: openapi/index.md
|
|
420
407
|
---
|
|
421
408
|
# OpenAPI definition
|
|
422
409
|
|
|
@@ -517,7 +504,6 @@ metadata:
|
|
|
517
504
|
- name: generator
|
|
518
505
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
519
506
|
vcsPath: openapi/test-controller/getWithPayloadResponse.md
|
|
520
|
-
sourcePath: openapi/test-controller/getWithPayloadResponse.md
|
|
521
507
|
---
|
|
522
508
|
<div class="openapi">
|
|
523
509
|
|
|
@@ -603,7 +589,6 @@ metadata:
|
|
|
603
589
|
- name: generator
|
|
604
590
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
605
591
|
vcsPath: openapi/test-controller/index.md
|
|
606
|
-
sourcePath: openapi/test-controller/index.md
|
|
607
592
|
---
|
|
608
593
|
# test-controller
|
|
609
594
|
|
|
@@ -630,7 +615,6 @@ metadata:
|
|
|
630
615
|
- name: generator
|
|
631
616
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
632
617
|
vcsPath: sub/folder/item-1.md
|
|
633
|
-
sourcePath: sub/folder/item-1.md
|
|
634
618
|
---
|
|
635
619
|
# Item 1
|
|
636
620
|
|
|
@@ -697,13 +681,15 @@ path: toc.yaml
|
|
|
697
681
|
"
|
|
698
682
|
`;
|
|
699
683
|
|
|
700
|
-
exports[`Regression > internal 28`] = `
|
|
684
|
+
exports[`Regression > internal 28`] = `"{"redirects":{"files":[{"from":"c.md","to":"d.md"}],"common":[{"from":"./a.md","to":"./b.md"}]},"fileTrie":{"trie":{"1":{"file":{"ext":".md","toc":"t1"}},"openapi":{"children":{"index":{"file":{"ext":".md","toc":"t1"}},"test-controller":{"children":{"index":{"file":{"ext":".md","toc":"t1"}},"getWithPayloadResponse":{"file":{"ext":".md","toc":"t1"}}}}}},"index":{"file":{"ext":".yaml","toc":"t1"}},"merge":{"children":{"merged":{"file":{"ext":".md","toc":"t0"}},"merge":{"file":{"ext":".md","toc":"t0"}}}},"included-item":{"file":{"ext":".md","toc":"t1"}},"sub":{"children":{"folder":{"children":{"item-1":{"file":{"ext":".md","toc":"t1"}}}}}},"mermaid":{"file":{"ext":".md","toc":"t1"}},"latex":{"file":{"ext":".md","toc":"t1"}},"images":{"file":{"ext":".md","toc":"t1"}},"autotitle":{"file":{"ext":".md","toc":"t1"}},"includes":{"file":{"ext":".md","toc":"t1"}},"generic":{"children":{"1":{"file":{"ext":".md","toc":"t1"}},"2":{"file":{"ext":".md","toc":"t1"}},"3":{"file":{"ext":".md","toc":"t1"}},"Sub notes":{"children":{"1":{"file":{"ext":".md","toc":"t1"}},"2":{"file":{"ext":".md","toc":"t1"}}}}}}},"tocMapping":{"t0":"merge/toc.yaml","t1":"toc.yaml"}},"yfmConfig":{"preprocess":{"mergeAutotitles":true}}}"`;
|
|
685
|
+
|
|
686
|
+
exports[`Regression > internal 29`] = `
|
|
701
687
|
"preprocess:
|
|
702
688
|
mergeAutotitles: true
|
|
703
689
|
"
|
|
704
690
|
`;
|
|
705
691
|
|
|
706
|
-
exports[`Regression > internal
|
|
692
|
+
exports[`Regression > internal 30`] = `
|
|
707
693
|
"<!DOCTYPE html>
|
|
708
694
|
<html lang="ru" dir="ltr">
|
|
709
695
|
<head>
|
|
@@ -717,7 +703,7 @@ exports[`Regression > internal 29`] = `
|
|
|
717
703
|
<body class="g-root g-root_theme_light">
|
|
718
704
|
<div id="root"></div>
|
|
719
705
|
<script type="application/json" id="diplodoc-state">
|
|
720
|
-
{"data":{"leading":false,"html":"<p>Text {{not-var}} {{skip()}} default-var-value</p>/n<p>Text <code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-1">{{not-var}}</code> <code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-2">{{skip()}}</code> <code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-3">default-var-value</code></p>/n<p>Text</p>/n/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs\\">{{not-var}}/n/n{{skip()}}/n/ndefault-var-value/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"9\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-9\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-9\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-9.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n<p><code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-4">[not a link](./path/to/relative/file.md)</code></p>/n<h2 id=\\"subtitle\\"><a href=\\"1.html#subtitle\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Subtitle</span></a>Subtitle</h2>/n<p><a href=\\"mermaid.html\\">Mermaid usage</a></p>/n<p><a href=\\"mermaid.html#info\\">Mermaid info</a></p>/n<p><a href=\\"latex.html\\">Latex usage</a></p>/n<p><a href=\\"includes\\">noext-link</a></p>/n<p>Bob</p>/n<div class=\\"yfm inline_code_tooltip\\" id=\\"tooltip_inline_clipboard_dialog\\" role=\\"dialog\\">Скопировано</div>","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"1.md"
|
|
706
|
+
{"data":{"leading":false,"html":"<p>Text {{not-var}} {{skip()}} default-var-value</p>/n<p>Text <code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-1">{{not-var}}</code> <code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-2">{{skip()}}</code> <code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-3">default-var-value</code></p>/n<p>Text</p>/n/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs\\">{{not-var}}/n/n{{skip()}}/n/ndefault-var-value/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"9\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-9\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-9\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-9.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n<p><code class=\\"yfm-clipboard-inline-code\\" role=\\"button\\" tabindex=\\"0\\" id="inline-code-id-4">[not a link](./path/to/relative/file.md)</code></p>/n<h2 id=\\"subtitle\\"><a href=\\"1.html#subtitle\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Subtitle</span></a>Subtitle</h2>/n<p><a href=\\"mermaid.html\\">Mermaid usage</a></p>/n<p><a href=\\"mermaid.html#info\\">Mermaid info</a></p>/n<p><a href=\\"latex.html\\">Latex usage</a></p>/n<p><a href=\\"includes\\">noext-link</a></p>/n<p>Bob</p>/n<div class=\\"yfm inline_code_tooltip\\" id=\\"tooltip_inline_clipboard_dialog\\" role=\\"dialog\\">Скопировано</div>","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"1.md"},"headings":[{"title":"Subtitle","href":"1.html#subtitle","level":2}],"title":"Title"},"router":{"pathname":"1","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
721
707
|
</script>
|
|
722
708
|
<script type="application/javascript">
|
|
723
709
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -731,7 +717,7 @@ exports[`Regression > internal 29`] = `
|
|
|
731
717
|
</html>"
|
|
732
718
|
`;
|
|
733
719
|
|
|
734
|
-
exports[`Regression > internal
|
|
720
|
+
exports[`Regression > internal 31`] = `
|
|
735
721
|
"<!DOCTYPE html>
|
|
736
722
|
<html lang="ru" dir="ltr">
|
|
737
723
|
<head>
|
|
@@ -745,7 +731,7 @@ exports[`Regression > internal 30`] = `
|
|
|
745
731
|
<body class="g-root g-root_theme_light">
|
|
746
732
|
<div id="root"></div>
|
|
747
733
|
<script type="application/json" id="diplodoc-state">
|
|
748
|
-
{"data":{"leading":false,"html":"<p>Empty title<br />/n<a href=\\"1.html\\">Title</a></p>/n<p>Empty subtitle<br />/n<a href=\\"1.html#subtitle\\">Subtitle</a></p>/n<p>Special title<br />/n<a href=\\"1.html\\">Title</a></p>/n<p>Special subtitle<br />/n<a href=\\"1.html#subtitle\\">Subtitle</a></p>/n<p>Empty local title<br />/n<a href=\\"autotitle.html#header\\">Header</a></p>/n<p>Special local title<br />/n<a href=\\"autotitle.html#header\\">Header</a></p>/n<p>Circular title<br />/n<a href=\\"autotitle.html#header\\">Header</a></p>/n<h2 id=\\"header\\"><a href=\\"autotitle.html#header\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Header</span></a>Header</h2>/n<p>Content</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"autotitle.md"
|
|
734
|
+
{"data":{"leading":false,"html":"<p>Empty title<br />/n<a href=\\"1.html\\">Title</a></p>/n<p>Empty subtitle<br />/n<a href=\\"1.html#subtitle\\">Subtitle</a></p>/n<p>Special title<br />/n<a href=\\"1.html\\">Title</a></p>/n<p>Special subtitle<br />/n<a href=\\"1.html#subtitle\\">Subtitle</a></p>/n<p>Empty local title<br />/n<a href=\\"autotitle.html#header\\">Header</a></p>/n<p>Special local title<br />/n<a href=\\"autotitle.html#header\\">Header</a></p>/n<p>Circular title<br />/n<a href=\\"autotitle.html#header\\">Header</a></p>/n<h2 id=\\"header\\"><a href=\\"autotitle.html#header\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Header</span></a>Header</h2>/n<p>Content</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"autotitle.md"},"headings":[{"title":"Header","href":"autotitle.html#header","level":2}],"title":"Autotitles"},"router":{"pathname":"autotitle","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
749
735
|
</script>
|
|
750
736
|
<script type="application/javascript">
|
|
751
737
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -759,7 +745,7 @@ exports[`Regression > internal 30`] = `
|
|
|
759
745
|
</html>"
|
|
760
746
|
`;
|
|
761
747
|
|
|
762
|
-
exports[`Regression > internal
|
|
748
|
+
exports[`Regression > internal 32`] = `
|
|
763
749
|
"<!DOCTYPE html>
|
|
764
750
|
<html lang="ru" dir="ltr">
|
|
765
751
|
<head>
|
|
@@ -787,7 +773,7 @@ exports[`Regression > internal 31`] = `
|
|
|
787
773
|
</html>"
|
|
788
774
|
`;
|
|
789
775
|
|
|
790
|
-
exports[`Regression > internal
|
|
776
|
+
exports[`Regression > internal 33`] = `
|
|
791
777
|
"<!DOCTYPE html>
|
|
792
778
|
<html lang="ru" dir="ltr">
|
|
793
779
|
<head>
|
|
@@ -801,7 +787,7 @@ exports[`Regression > internal 32`] = `
|
|
|
801
787
|
<body class="g-root g-root_theme_light">
|
|
802
788
|
<div id="root"></div>
|
|
803
789
|
<script type="application/json" id="diplodoc-state">
|
|
804
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/1.md"
|
|
790
|
+
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/1.md"},"headings":[],"title":"Note 1"},"router":{"pathname":"generic/1","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
805
791
|
</script>
|
|
806
792
|
<script type="application/javascript">
|
|
807
793
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -815,7 +801,7 @@ exports[`Regression > internal 32`] = `
|
|
|
815
801
|
</html>"
|
|
816
802
|
`;
|
|
817
803
|
|
|
818
|
-
exports[`Regression > internal
|
|
804
|
+
exports[`Regression > internal 34`] = `
|
|
819
805
|
"<!DOCTYPE html>
|
|
820
806
|
<html lang="ru" dir="ltr">
|
|
821
807
|
<head>
|
|
@@ -829,7 +815,7 @@ exports[`Regression > internal 33`] = `
|
|
|
829
815
|
<body class="g-root g-root_theme_light">
|
|
830
816
|
<div id="root"></div>
|
|
831
817
|
<script type="application/json" id="diplodoc-state">
|
|
832
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/2.md"
|
|
818
|
+
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/2.md"},"headings":[],"title":"Note 1"},"router":{"pathname":"generic/2","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
833
819
|
</script>
|
|
834
820
|
<script type="application/javascript">
|
|
835
821
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -843,7 +829,7 @@ exports[`Regression > internal 33`] = `
|
|
|
843
829
|
</html>"
|
|
844
830
|
`;
|
|
845
831
|
|
|
846
|
-
exports[`Regression > internal
|
|
832
|
+
exports[`Regression > internal 35`] = `
|
|
847
833
|
"<!DOCTYPE html>
|
|
848
834
|
<html lang="ru" dir="ltr">
|
|
849
835
|
<head>
|
|
@@ -857,7 +843,7 @@ exports[`Regression > internal 34`] = `
|
|
|
857
843
|
<body class="g-root g-root_theme_light">
|
|
858
844
|
<div id="root"></div>
|
|
859
845
|
<script type="application/json" id="diplodoc-state">
|
|
860
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/3.md"
|
|
846
|
+
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/3.md"},"headings":[],"title":""},"router":{"pathname":"generic/3","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
861
847
|
</script>
|
|
862
848
|
<script type="application/javascript">
|
|
863
849
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -871,7 +857,7 @@ exports[`Regression > internal 34`] = `
|
|
|
871
857
|
</html>"
|
|
872
858
|
`;
|
|
873
859
|
|
|
874
|
-
exports[`Regression > internal
|
|
860
|
+
exports[`Regression > internal 36`] = `
|
|
875
861
|
"<!DOCTYPE html>
|
|
876
862
|
<html lang="ru" dir="ltr">
|
|
877
863
|
<head>
|
|
@@ -885,7 +871,7 @@ exports[`Regression > internal 35`] = `
|
|
|
885
871
|
<body class="g-root g-root_theme_light">
|
|
886
872
|
<div id="root"></div>
|
|
887
873
|
<script type="application/json" id="diplodoc-state">
|
|
888
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/Sub notes/1.md"
|
|
874
|
+
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/Sub notes/1.md"},"headings":[],"title":"Sub note 1"},"router":{"pathname":"generic/Sub notes/1","depth":3,"base":"../../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
889
875
|
</script>
|
|
890
876
|
<script type="application/javascript">
|
|
891
877
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -899,7 +885,7 @@ exports[`Regression > internal 35`] = `
|
|
|
899
885
|
</html>"
|
|
900
886
|
`;
|
|
901
887
|
|
|
902
|
-
exports[`Regression > internal
|
|
888
|
+
exports[`Regression > internal 37`] = `
|
|
903
889
|
"<!DOCTYPE html>
|
|
904
890
|
<html lang="ru" dir="ltr">
|
|
905
891
|
<head>
|
|
@@ -913,7 +899,7 @@ exports[`Regression > internal 36`] = `
|
|
|
913
899
|
<body class="g-root g-root_theme_light">
|
|
914
900
|
<div id="root"></div>
|
|
915
901
|
<script type="application/json" id="diplodoc-state">
|
|
916
|
-
{"data":{"leading":false,"html":"<p>Note content 2</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/Sub notes/2.md"
|
|
902
|
+
{"data":{"leading":false,"html":"<p>Note content 2</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/Sub notes/2.md"},"headings":[],"title":"Sub note 2"},"router":{"pathname":"generic/Sub notes/2","depth":3,"base":"../../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
917
903
|
</script>
|
|
918
904
|
<script type="application/javascript">
|
|
919
905
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -927,7 +913,7 @@ exports[`Regression > internal 36`] = `
|
|
|
927
913
|
</html>"
|
|
928
914
|
`;
|
|
929
915
|
|
|
930
|
-
exports[`Regression > internal
|
|
916
|
+
exports[`Regression > internal 38`] = `
|
|
931
917
|
"<!DOCTYPE html>
|
|
932
918
|
<html lang="ru" dir="ltr">
|
|
933
919
|
<head>
|
|
@@ -941,7 +927,7 @@ exports[`Regression > internal 37`] = `
|
|
|
941
927
|
<body class="g-root g-root_theme_light">
|
|
942
928
|
<div id="root"></div>
|
|
943
929
|
<script type="application/json" id="diplodoc-state">
|
|
944
|
-
{"data":{"leading":false,"html":"<p><img src=\\"_assets/1.png\\" alt=\\"simple image\\" /></p>/n/n<p><img src=\\"_assets/3.png\\" alt=\\"with trailing comment\\" /></p>/n/n<p><img src=\\"_assets/5_1.png\\" alt=\\"with backslash\\" /></p>/n<p><a href=\\"latex.html\\"><img src=\\"_assets/3.png\\" alt=\\"img 3\\" /></a></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"images.md"
|
|
930
|
+
{"data":{"leading":false,"html":"<p><img src=\\"_assets/1.png\\" alt=\\"simple image\\" /></p>/n/n<p><img src=\\"_assets/3.png\\" alt=\\"with trailing comment\\" /></p>/n/n<p><img src=\\"_assets/5_1.png\\" alt=\\"with backslash\\" /></p>/n<p><a href=\\"latex.html\\"><img src=\\"_assets/3.png\\" alt=\\"img 3\\" /></a></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"images.md"},"headings":[],"title":"Images"},"router":{"pathname":"images","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
945
931
|
</script>
|
|
946
932
|
<script type="application/javascript">
|
|
947
933
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -955,7 +941,7 @@ exports[`Regression > internal 37`] = `
|
|
|
955
941
|
</html>"
|
|
956
942
|
`;
|
|
957
943
|
|
|
958
|
-
exports[`Regression > internal
|
|
944
|
+
exports[`Regression > internal 39`] = `
|
|
959
945
|
"<!DOCTYPE html>
|
|
960
946
|
<html lang="ru" dir="ltr">
|
|
961
947
|
<head>
|
|
@@ -969,7 +955,7 @@ exports[`Regression > internal 38`] = `
|
|
|
969
955
|
<body class="g-root g-root_theme_light">
|
|
970
956
|
<div id="root"></div>
|
|
971
957
|
<script type="application/json" id="diplodoc-state">
|
|
972
|
-
{"data":{"leading":false,"html":"<p>Included item text</p>/n/n<div class=\\"yfm-note yfm-accent-alert\\" note-type=\\"alert\\"><p class=\\"yfm-note-title\\">Alert!</p>/n<div class=\\"yfm-note-content\\"> /n</div></div><p><img src=\\"_assets/empty.pdf\\" alt=\\"pdf\\" /></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"included-item.md"
|
|
958
|
+
{"data":{"leading":false,"html":"<p>Included item text</p>/n/n<div class=\\"yfm-note yfm-accent-alert\\" note-type=\\"alert\\"><p class=\\"yfm-note-title\\">Alert!</p>/n<div class=\\"yfm-note-content\\"> /n</div></div><p><img src=\\"_assets/empty.pdf\\" alt=\\"pdf\\" /></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"included-item.md"},"headings":[],"title":"Included item"},"router":{"pathname":"included-item","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
973
959
|
</script>
|
|
974
960
|
<script type="application/javascript">
|
|
975
961
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -983,7 +969,7 @@ exports[`Regression > internal 38`] = `
|
|
|
983
969
|
</html>"
|
|
984
970
|
`;
|
|
985
971
|
|
|
986
|
-
exports[`Regression > internal
|
|
972
|
+
exports[`Regression > internal 40`] = `
|
|
987
973
|
"<!DOCTYPE html>
|
|
988
974
|
<html lang="ru" dir="ltr">
|
|
989
975
|
<head>
|
|
@@ -997,7 +983,7 @@ exports[`Regression > internal 39`] = `
|
|
|
997
983
|
<body class="g-root g-root_theme_light">
|
|
998
984
|
<div id="root"></div>
|
|
999
985
|
<script type="application/json" id="diplodoc-state">
|
|
1000
|
-
{"data":{"leading":false,"html":"<p>Text</p>/n<p>Bob</p>/n<p>Test</p>/n/n<p>Bob</p>/n<p><a href=\\"../latex.html\\"><img src=\\"_assets/3.png\\" alt=\\"img 3\\" /></a></p>/n<p>Link after include<br />/n<a href=\\"1.html#subtitle\\">Subtitle</a></p>/n<p>Link after include</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"includes.md"
|
|
986
|
+
{"data":{"leading":false,"html":"<p>Text</p>/n<p>Bob</p>/n<p>Test</p>/n/n<p>Bob</p>/n<p><a href=\\"../latex.html\\"><img src=\\"_assets/3.png\\" alt=\\"img 3\\" /></a></p>/n<p>Link after include<br />/n<a href=\\"1.html#subtitle\\">Subtitle</a></p>/n<p>Link after include</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"includes.md"},"headings":[],"title":""},"router":{"pathname":"includes","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1001
987
|
</script>
|
|
1002
988
|
<script type="application/javascript">
|
|
1003
989
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1011,7 +997,7 @@ exports[`Regression > internal 39`] = `
|
|
|
1011
997
|
</html>"
|
|
1012
998
|
`;
|
|
1013
999
|
|
|
1014
|
-
exports[`Regression > internal
|
|
1000
|
+
exports[`Regression > internal 41`] = `
|
|
1015
1001
|
"<!DOCTYPE html>
|
|
1016
1002
|
<html lang="ru" dir="ltr">
|
|
1017
1003
|
<head>
|
|
@@ -1025,7 +1011,7 @@ exports[`Regression > internal 40`] = `
|
|
|
1025
1011
|
<body class="g-root g-root_theme_light">
|
|
1026
1012
|
<div id="root"></div>
|
|
1027
1013
|
<script type="application/json" id="diplodoc-state">
|
|
1028
|
-
{"data":{"leading":true,"data":{"description":["Some text"],"links":[{"name":"Link 1","href":"1.html"},{"name":"Link 2","href":"1/index.html"}]},"meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"index.yaml"
|
|
1014
|
+
{"data":{"leading":true,"data":{"description":["Some text"],"links":[{"name":"Link 1","href":"1.html"},{"name":"Link 2","href":"1/index.html"}]},"meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"index.yaml"},"title":""},"router":{"pathname":"index","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1029
1015
|
</script>
|
|
1030
1016
|
<script type="application/javascript">
|
|
1031
1017
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1039,7 +1025,7 @@ exports[`Regression > internal 40`] = `
|
|
|
1039
1025
|
</html>"
|
|
1040
1026
|
`;
|
|
1041
1027
|
|
|
1042
|
-
exports[`Regression > internal
|
|
1028
|
+
exports[`Regression > internal 42`] = `
|
|
1043
1029
|
"<!DOCTYPE html>
|
|
1044
1030
|
<html lang="ru" dir="ltr">
|
|
1045
1031
|
<head>
|
|
@@ -1053,7 +1039,7 @@ exports[`Regression > internal 41`] = `
|
|
|
1053
1039
|
<body class="g-root g-root_theme_light">
|
|
1054
1040
|
<div id="root"></div>
|
|
1055
1041
|
<script type="application/json" id="diplodoc-state">
|
|
1056
|
-
{"data":{"leading":false,"html":"<p><span class=\\"yfm-latex\\" data-content=\\"%5Csqrt%7B3x-1%7D%2B(1%2Bx)%5E2\\" data-options=\\"%7B%22displayMode%22%3Afalse%7D\\"></span></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"style":["_bundle/latex-extension.css"],"script":["_bundle/latex-extension.js"],"vcsPath":"latex.md"
|
|
1042
|
+
{"data":{"leading":false,"html":"<p><span class=\\"yfm-latex\\" data-content=\\"%5Csqrt%7B3x-1%7D%2B(1%2Bx)%5E2\\" data-options=\\"%7B%22displayMode%22%3Afalse%7D\\"></span></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"style":["_bundle/latex-extension.css"],"script":["_bundle/latex-extension.js"],"vcsPath":"latex.md"},"headings":[],"title":"Latex usage"},"router":{"pathname":"latex","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1057
1043
|
</script>
|
|
1058
1044
|
<script type="application/javascript">
|
|
1059
1045
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1067,7 +1053,7 @@ exports[`Regression > internal 41`] = `
|
|
|
1067
1053
|
</html>"
|
|
1068
1054
|
`;
|
|
1069
1055
|
|
|
1070
|
-
exports[`Regression > internal
|
|
1056
|
+
exports[`Regression > internal 43`] = `
|
|
1071
1057
|
"<!DOCTYPE html>
|
|
1072
1058
|
<html lang="ru" dir="ltr">
|
|
1073
1059
|
<head>
|
|
@@ -1081,7 +1067,7 @@ exports[`Regression > internal 42`] = `
|
|
|
1081
1067
|
<body class="g-root g-root_theme_light">
|
|
1082
1068
|
<div id="root"></div>
|
|
1083
1069
|
<script type="application/json" id="diplodoc-state">
|
|
1084
|
-
{"data":{"leading":false,"html":"<p><a href=\\"merge/merged.html\\">merged</a></p>/n<p>Tool: Hammer and Laser</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"merge/merge.md"
|
|
1070
|
+
{"data":{"leading":false,"html":"<p><a href=\\"merge/merged.html\\">merged</a></p>/n<p>Tool: Hammer and Laser</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"merge/merge.md"},"headings":[],"title":"Should use merged item"},"router":{"pathname":"merge/merge","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1085
1071
|
</script>
|
|
1086
1072
|
<script type="application/javascript">
|
|
1087
1073
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1095,7 +1081,7 @@ exports[`Regression > internal 42`] = `
|
|
|
1095
1081
|
</html>"
|
|
1096
1082
|
`;
|
|
1097
1083
|
|
|
1098
|
-
exports[`Regression > internal
|
|
1084
|
+
exports[`Regression > internal 44`] = `
|
|
1099
1085
|
"<!DOCTYPE html>
|
|
1100
1086
|
<html lang="ru" dir="ltr">
|
|
1101
1087
|
<head>
|
|
@@ -1123,9 +1109,9 @@ exports[`Regression > internal 43`] = `
|
|
|
1123
1109
|
</html>"
|
|
1124
1110
|
`;
|
|
1125
1111
|
|
|
1126
|
-
exports[`Regression > internal
|
|
1112
|
+
exports[`Regression > internal 45`] = `"window.__DATA__.data.toc = {"items":[{"name":"Use merged","href":"merge/merge.html","id":"UUID"},{"name":"Multitoc item","href":"1.html","id":"UUID"},{"name":"Merged item","href":"merge/merged.html","id":"UUID"}],"path":"merge/toc.yaml","id":"UUID"};"`;
|
|
1127
1113
|
|
|
1128
|
-
exports[`Regression > internal
|
|
1114
|
+
exports[`Regression > internal 46`] = `
|
|
1129
1115
|
"<!DOCTYPE html>
|
|
1130
1116
|
<html lang="ru" dir="ltr">
|
|
1131
1117
|
<head>
|
|
@@ -1139,7 +1125,7 @@ exports[`Regression > internal 45`] = `
|
|
|
1139
1125
|
<body class="g-root g-root_theme_light">
|
|
1140
1126
|
<div id="root"></div>
|
|
1141
1127
|
<script type="application/json" id="diplodoc-state">
|
|
1142
|
-
{"data":{"leading":false,"html":"<div class=\\"mermaid\\" data-content=\\"sequenceDiagram%0A%20%20%20%20%20%20%20%20rect%20rgba(251%2C%20243%2C%20232%2C%200.2)%0A%20%20%20%20%20%20%20%20%20%20%20%20Alice%20-%3E%3E%20Bob%3A%0A%20%20%20%20%20%20%20%20end%0A\\"></div><h2 id=\\"info\\"><a href=\\"mermaid.html#info\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Mermaid info</span></a>Mermaid info</h2>/n<p>Some mermaid info</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"script":["_bundle/mermaid-extension.js"],"vcsPath":"mermaid.md"
|
|
1128
|
+
{"data":{"leading":false,"html":"<div class=\\"mermaid\\" data-content=\\"sequenceDiagram%0A%20%20%20%20%20%20%20%20rect%20rgba(251%2C%20243%2C%20232%2C%200.2)%0A%20%20%20%20%20%20%20%20%20%20%20%20Alice%20-%3E%3E%20Bob%3A%0A%20%20%20%20%20%20%20%20end%0A\\"></div><h2 id=\\"info\\"><a href=\\"mermaid.html#info\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Mermaid info</span></a>Mermaid info</h2>/n<p>Some mermaid info</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"script":["_bundle/mermaid-extension.js"],"vcsPath":"mermaid.md"},"headings":[{"title":"Mermaid info","href":"mermaid.html#info","level":2}],"title":"Mermaid usage"},"router":{"pathname":"mermaid","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1143
1129
|
</script>
|
|
1144
1130
|
<script type="application/javascript">
|
|
1145
1131
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1153,7 +1139,7 @@ exports[`Regression > internal 45`] = `
|
|
|
1153
1139
|
</html>"
|
|
1154
1140
|
`;
|
|
1155
1141
|
|
|
1156
|
-
exports[`Regression > internal
|
|
1142
|
+
exports[`Regression > internal 47`] = `
|
|
1157
1143
|
"<!DOCTYPE html>
|
|
1158
1144
|
<html lang="ru" dir="ltr">
|
|
1159
1145
|
<head>
|
|
@@ -1168,7 +1154,7 @@ exports[`Regression > internal 46`] = `
|
|
|
1168
1154
|
<body class="g-root g-root_theme_light">
|
|
1169
1155
|
<div id="root"></div>
|
|
1170
1156
|
<script type="application/json" id="diplodoc-state">
|
|
1171
|
-
{"data":{"leading":false,"html":"<p><samp>version: v0</samp></p>/n<h2 id=\\"sections\\"><a href=\\"openapi/index.html#sections\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Sections</span></a>Sections</h2>/n<ul>/n<li><a href=\\"openapi/test-controller/index.html\\">test-controller</a></li>/n</ul>/n<h2 id=\\"specification\\"><a href=\\"openapi/index.html#specification\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Specification</span></a>Specification</h2>/n<details class=\\"yfm-cut\\"><summary class=\\"yfm-cut-title\\">Open API</summary><div class=\\"yfm-cut-content\\">/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs text\\">{/n \\"openapi\\": \\"3.0.1\\",/n \\"info\\": {/n \\"title\\": \\"OpenAPI definition\\",/n \\"version\\": \\"v0\\"/n },/n \\"servers\\": [/n {/n \\"url\\": \\"http://localhost:8080\\",/n \\"description\\": \\"Generated server url\\"/n }/n ],/n \\"paths\\": {/n \\"/test\\": {/n \\"get\\": {/n \\"tags\\": [/n \\"test-controller\\"/n ],/n \\"summary\\": \\"Simple get operation. тест новой верстки 3\\",/n \\"description\\": \\"Defines a simple get operation with no inputs and a complex\\",/n \\"operationId\\": \\"getWithPayloadResponse\\",/n \\"responses\\": {/n \\"200\\": {/n \\"description\\": \\"200!!!!\\",/n \\"content\\": {/n \\"application/json\\": {/n \\"schema\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"A\\": {/n \\"type\\": \\"string\\"/n }/n }/n }/n }/n }/n }/n }/n }/n }/n },/n \\"components\\": {/n \\"schemas\\": {/n \\"RecurceTop\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"A\\": {/n \\"type\\": \\"string\\"/n }/n }/n },/n \\"RecurceMiddle\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"B\\": {/n \\"type\\": \\"array\\",/n \\"items\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"A\\": {/n \\"type\\": \\"string\\"/n }/n }/n }/n }/n }/n }/n }/n }/n}/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"21\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-21\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-21\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-21.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n</div></details>","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"style":["_assets/cut-extension.css"],"script":["_assets/cut-extension.js"],"vcsPath":"openapi/index.md"
|
|
1157
|
+
{"data":{"leading":false,"html":"<p><samp>version: v0</samp></p>/n<h2 id=\\"sections\\"><a href=\\"openapi/index.html#sections\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Sections</span></a>Sections</h2>/n<ul>/n<li><a href=\\"openapi/test-controller/index.html\\">test-controller</a></li>/n</ul>/n<h2 id=\\"specification\\"><a href=\\"openapi/index.html#specification\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Specification</span></a>Specification</h2>/n<details class=\\"yfm-cut\\"><summary class=\\"yfm-cut-title\\">Open API</summary><div class=\\"yfm-cut-content\\">/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs text\\">{/n \\"openapi\\": \\"3.0.1\\",/n \\"info\\": {/n \\"title\\": \\"OpenAPI definition\\",/n \\"version\\": \\"v0\\"/n },/n \\"servers\\": [/n {/n \\"url\\": \\"http://localhost:8080\\",/n \\"description\\": \\"Generated server url\\"/n }/n ],/n \\"paths\\": {/n \\"/test\\": {/n \\"get\\": {/n \\"tags\\": [/n \\"test-controller\\"/n ],/n \\"summary\\": \\"Simple get operation. тест новой верстки 3\\",/n \\"description\\": \\"Defines a simple get operation with no inputs and a complex\\",/n \\"operationId\\": \\"getWithPayloadResponse\\",/n \\"responses\\": {/n \\"200\\": {/n \\"description\\": \\"200!!!!\\",/n \\"content\\": {/n \\"application/json\\": {/n \\"schema\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"A\\": {/n \\"type\\": \\"string\\"/n }/n }/n }/n }/n }/n }/n }/n }/n }/n },/n \\"components\\": {/n \\"schemas\\": {/n \\"RecurceTop\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"A\\": {/n \\"type\\": \\"string\\"/n }/n }/n },/n \\"RecurceMiddle\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"B\\": {/n \\"type\\": \\"array\\",/n \\"items\\": {/n \\"type\\": \\"object\\",/n \\"properties\\": {/n \\"A\\": {/n \\"type\\": \\"string\\"/n }/n }/n }/n }/n }/n }/n }/n }/n}/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"21\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-21\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-21\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-21.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n</div></details>","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"style":["_assets/cut-extension.css"],"script":["_assets/cut-extension.js"],"vcsPath":"openapi/index.md"},"headings":[{"title":"Sections","href":"openapi/index.html#sections","level":2},{"title":"Specification","href":"openapi/index.html#specification","level":2}],"title":"OpenAPI definition"},"router":{"pathname":"openapi/index","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1172
1158
|
</script>
|
|
1173
1159
|
<script type="application/javascript">
|
|
1174
1160
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1183,7 +1169,7 @@ exports[`Regression > internal 46`] = `
|
|
|
1183
1169
|
</html>"
|
|
1184
1170
|
`;
|
|
1185
1171
|
|
|
1186
|
-
exports[`Regression > internal
|
|
1172
|
+
exports[`Regression > internal 48`] = `
|
|
1187
1173
|
"<!DOCTYPE html>
|
|
1188
1174
|
<html lang="ru" dir="ltr">
|
|
1189
1175
|
<head>
|
|
@@ -1198,7 +1184,7 @@ exports[`Regression > internal 47`] = `
|
|
|
1198
1184
|
<body class="g-root g-root_theme_light">
|
|
1199
1185
|
<div id="root"></div>
|
|
1200
1186
|
<script type="application/json" id="diplodoc-state">
|
|
1201
|
-
{"data":{"leading":false,"html":"<div class=\\"openapi\\">/n<h1>Simple get operation. тест новой верстки 3</h1>/n<p>Defines a simple get operation with no inputs and a complex</p>/n<h2 id=\\"request\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#request\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Request</span></a>Request</h2>/n<div class=\\"openapi__requests\\">/n<div class=\\"openapi__request__wrapper\\" style=\\"--method:var(--dc-openapi-methods-get);margin-bottom:12px\\">/n<div class=\\"openapi__request\\">/n<p class=\\"openapi__method\\">GET</p>/n/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs text\\">http://localhost:8080/test/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"16\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-16\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-16\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-16.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n</div>/n<p>Generated server url</p>/n</div>/n</div>/n<h2 id=\\"responses\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#responses\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Responses</span></a>Responses</h2>/n<div class=\\"openapi__response__code__200\\">/n<h2 id=\\"200-ok\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#200-ok\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">200 OK</span></a>200 OK</h2>/n<p>200!!!!</p>/n<div class=\\"openapi-entity\\">/n<h3 id=\\"body\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#body\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Body</span></a>Body</h3>/n<details class=\\"yfm-cut\\"><summary class=\\"yfm-cut-title\\">application/json</summary><div class=\\"yfm-cut-content\\">/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs json\\"><span class=\\"hljs-punctuation\\">{</span>/n <span class=\\"hljs-attr\\">\\"A\\"</span><span class=\\"hljs-punctuation\\">:</span> <span class=\\"hljs-string\\">\\"string\\"</span>/n<span class=\\"hljs-punctuation\\">}</span>/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"42\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-42\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-42\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-42.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n</div></details><table>/n<tbody>/n<tr>/n<td>/n<p><strong>Name</strong></p>/n</td>/n<td>/n<p><strong>Description</strong></p>/n</td>/n</tr>/n<tr>/n<td class=\\"openapi-table-parameter-name\\">/n<p>A</p>/n</td>/n<td>/n<p><strong>Type:</strong> string</p>/n</td>/n</tr>/n</tbody>/n</table>/n</div>/n</div>/n/n</div>/n<dfn class=\\"yfm yfm-term_dfn\\" id=\\":Deprecated_element\\" role=\\"dialog\\"><p>No longer supported, please use an alternative and newer version.</p>/n</dfn>","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"style":["_assets/cut-extension.css"],"script":["_assets/cut-extension.js"],"vcsPath":"openapi/test-controller/getWithPayloadResponse.md"
|
|
1187
|
+
{"data":{"leading":false,"html":"<div class=\\"openapi\\">/n<h1>Simple get operation. тест новой верстки 3</h1>/n<p>Defines a simple get operation with no inputs and a complex</p>/n<h2 id=\\"request\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#request\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Request</span></a>Request</h2>/n<div class=\\"openapi__requests\\">/n<div class=\\"openapi__request__wrapper\\" style=\\"--method:var(--dc-openapi-methods-get);margin-bottom:12px\\">/n<div class=\\"openapi__request\\">/n<p class=\\"openapi__method\\">GET</p>/n/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs text\\">http://localhost:8080/test/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"16\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-16\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-16\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-16.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n</div>/n<p>Generated server url</p>/n</div>/n</div>/n<h2 id=\\"responses\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#responses\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Responses</span></a>Responses</h2>/n<div class=\\"openapi__response__code__200\\">/n<h2 id=\\"200-ok\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#200-ok\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">200 OK</span></a>200 OK</h2>/n<p>200!!!!</p>/n<div class=\\"openapi-entity\\">/n<h3 id=\\"body\\"><a href=\\"openapi/test-controller/getWithPayloadResponse.html#body\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Body</span></a>Body</h3>/n<details class=\\"yfm-cut\\"><summary class=\\"yfm-cut-title\\">application/json</summary><div class=\\"yfm-cut-content\\">/n <div class=\\"yfm-clipboard\\">/n <pre><code class=\\"hljs json\\"><span class=\\"hljs-punctuation\\">{</span>/n <span class=\\"hljs-attr\\">\\"A\\"</span><span class=\\"hljs-punctuation\\">:</span> <span class=\\"hljs-string\\">\\"string\\"</span>/n<span class=\\"hljs-punctuation\\">}</span>/n</code></pre>/n/n <button class=\\"yfm-clipboard-button\\">/n <svg width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 24 24\\" class=\\"yfm-clipboard-icon\\" data-animation=\\"42\\">/n <path fill=\\"currentColor\\" d=\\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\\"></path>/n <path stroke=\\"currentColor\\" fill=\\"transparent\\" stroke-width=\\"1.5\\" d=\\"M9.5 13l3 3l5 -5\\" visibility=\\"hidden\\">/n <animate id=\\"visibileAnimation-42\\" attributeName=\\"visibility\\" from=\\"hidden\\" to=\\"visible\\" dur=\\"0.2s\\" fill=\\"freeze\\" begin></animate>/n <animate id=\\"hideAnimation-42\\" attributeName=\\"visibility\\" from=\\"visible\\" to=\\"hidden\\" dur=\\"1s\\" begin=\\"visibileAnimation-42.end+1\\" fill=\\"freeze\\"></animate>/n </path>/n </svg>/n </button>/n </div>/n</div></details><table>/n<tbody>/n<tr>/n<td>/n<p><strong>Name</strong></p>/n</td>/n<td>/n<p><strong>Description</strong></p>/n</td>/n</tr>/n<tr>/n<td class=\\"openapi-table-parameter-name\\">/n<p>A</p>/n</td>/n<td>/n<p><strong>Type:</strong> string</p>/n</td>/n</tr>/n</tbody>/n</table>/n</div>/n</div>/n/n</div>/n<dfn class=\\"yfm yfm-term_dfn\\" id=\\":Deprecated_element\\" role=\\"dialog\\"><p>No longer supported, please use an alternative and newer version.</p>/n</dfn>","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"style":["_assets/cut-extension.css"],"script":["_assets/cut-extension.js"],"vcsPath":"openapi/test-controller/getWithPayloadResponse.md"},"headings":[{"title":"Request","href":"openapi/test-controller/getWithPayloadResponse.html#request","level":2},{"title":"Responses","href":"openapi/test-controller/getWithPayloadResponse.html#responses","level":2},{"title":"200 OK","href":"openapi/test-controller/getWithPayloadResponse.html#200-ok","level":2,"items":[{"title":"Body","href":"openapi/test-controller/getWithPayloadResponse.html#body","level":3}]}],"title":""},"router":{"pathname":"openapi/test-controller/getWithPayloadResponse","depth":3,"base":"../../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1202
1188
|
</script>
|
|
1203
1189
|
<script type="application/javascript">
|
|
1204
1190
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1213,7 +1199,7 @@ exports[`Regression > internal 47`] = `
|
|
|
1213
1199
|
</html>"
|
|
1214
1200
|
`;
|
|
1215
1201
|
|
|
1216
|
-
exports[`Regression > internal
|
|
1202
|
+
exports[`Regression > internal 49`] = `
|
|
1217
1203
|
"<!DOCTYPE html>
|
|
1218
1204
|
<html lang="ru" dir="ltr">
|
|
1219
1205
|
<head>
|
|
@@ -1227,7 +1213,7 @@ exports[`Regression > internal 48`] = `
|
|
|
1227
1213
|
<body class="g-root g-root_theme_light">
|
|
1228
1214
|
<div id="root"></div>
|
|
1229
1215
|
<script type="application/json" id="diplodoc-state">
|
|
1230
|
-
{"data":{"leading":false,"html":"<h2 id=\\"endpoints\\"><a href=\\"openapi/test-controller/index.html#endpoints\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Endpoints</span></a>Endpoints</h2>/n<ul>/n<li><a href=\\"openapi/test-controller/getWithPayloadResponse.html\\">Simple get operation. тест новой верстки 3</a></li>/n</ul>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"openapi/test-controller/index.md"
|
|
1216
|
+
{"data":{"leading":false,"html":"<h2 id=\\"endpoints\\"><a href=\\"openapi/test-controller/index.html#endpoints\\" class=\\"yfm-anchor\\" aria-hidden=\\"true\\"><span class=\\"visually-hidden\\" data-no-index=\\"true\\">Endpoints</span></a>Endpoints</h2>/n<ul>/n<li><a href=\\"openapi/test-controller/getWithPayloadResponse.html\\">Simple get operation. тест новой верстки 3</a></li>/n</ul>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"openapi/test-controller/index.md"},"headings":[{"title":"Endpoints","href":"openapi/test-controller/index.html#endpoints","level":2}],"title":"test-controller"},"router":{"pathname":"openapi/test-controller/index","depth":3,"base":"../../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1231
1217
|
</script>
|
|
1232
1218
|
<script type="application/javascript">
|
|
1233
1219
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1241,7 +1227,7 @@ exports[`Regression > internal 48`] = `
|
|
|
1241
1227
|
</html>"
|
|
1242
1228
|
`;
|
|
1243
1229
|
|
|
1244
|
-
exports[`Regression > internal
|
|
1230
|
+
exports[`Regression > internal 50`] = `
|
|
1245
1231
|
"<!DOCTYPE html>
|
|
1246
1232
|
<html lang="ru" dir="ltr">
|
|
1247
1233
|
<head>
|
|
@@ -1255,7 +1241,7 @@ exports[`Regression > internal 49`] = `
|
|
|
1255
1241
|
<body class="g-root g-root_theme_light">
|
|
1256
1242
|
<div id="root"></div>
|
|
1257
1243
|
<script type="application/json" id="diplodoc-state">
|
|
1258
|
-
{"data":{"leading":false,"html":"<p>Item 1 text</p>/n<p><a href=\\"images.html\\">Images</a></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"sub/folder/item-1.md"
|
|
1244
|
+
{"data":{"leading":false,"html":"<p>Item 1 text</p>/n<p><a href=\\"images.html\\">Images</a></p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"sub/folder/item-1.md"},"headings":[],"title":"Item 1"},"router":{"pathname":"sub/folder/item-1","depth":3,"base":"../../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1259
1245
|
</script>
|
|
1260
1246
|
<script type="application/javascript">
|
|
1261
1247
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1269,4 +1255,6 @@ exports[`Regression > internal 49`] = `
|
|
|
1269
1255
|
</html>"
|
|
1270
1256
|
`;
|
|
1271
1257
|
|
|
1272
|
-
exports[`Regression > internal
|
|
1258
|
+
exports[`Regression > internal 51`] = `"window.__DATA__.data.toc = {"items":[{"name":"Verbose root (index.yaml) will be transformed to index.html","href":"index.html","id":"UUID"},{"name":"Root will be transformed to index.html","href":"index.html","id":"UUID"},{"name":"Md item with not_var syntax","href":"1.html","id":"UUID"},{"name":"Md item named without extension","href":"1.html","id":"UUID"},{"name":"Item with empty href","id":"UUID"},{"name":"Multitoc item","href":"merge/merged.html","id":"UUID"},{"name":"Included Item","href":"included-item.html","id":"UUID"},{"name":"Named include (items is Object here - this is not an error)","items":[{"name":"Item 1","href":"sub/folder/item-1.html","id":"UUID"}],"id":"UUID"},{"href":"mermaid.html","name":"Mermaid usage","id":"UUID"},{"name":"Latex usage","href":"latex.html","id":"UUID"},{"name":"Images","href":"images.html","id":"UUID"},{"name":"Autotitle","href":"autotitle.html","id":"UUID"},{"name":"includes","href":"includes.html","id":"UUID"},{"name":"generic","items":[{"name":"Note 1","href":"generic/1.html","id":"UUID"},{"name":"Note 1","href":"generic/2.html","id":"UUID"},{"name":"3","href":"generic/3.html","id":"UUID"},{"name":"Sub notes","items":[{"name":"Sub note 1","href":"generic/Sub notes/1.html","id":"UUID"},{"name":"Sub note 2","href":"generic/Sub notes/2.html","id":"UUID"}],"id":"UUID"}],"id":"UUID"},{"name":"openapi","items":[{"name":"Overview","href":"openapi/index.html","id":"UUID"},{"name":"test-controller","items":[{"name":"Overview","href":"openapi/test-controller/index.html","id":"UUID"},{"href":"openapi/test-controller/getWithPayloadResponse.html","name":"Simple get operation. тест новой верстки 3","id":"UUID"}],"id":"UUID"}],"id":"UUID"}],"path":"toc.yaml","id":"UUID"};"`;
|
|
1259
|
+
|
|
1260
|
+
exports[`Regression > internal 52`] = `"{"redirects":{"files":[{"from":"c.md","to":"d.md"}],"common":[{"from":"./a.md","to":"./b.md"}]},"fileTrie":{"trie":{"1":{"file":{"ext":".md","toc":"t1"}},"openapi":{"children":{"index":{"file":{"ext":".md","toc":"t1"}},"test-controller":{"children":{"index":{"file":{"ext":".md","toc":"t1"}},"getWithPayloadResponse":{"file":{"ext":".md","toc":"t1"}}}}}},"index":{"file":{"ext":".yaml","toc":"t1"}},"merge":{"children":{"merged":{"file":{"ext":".md","toc":"t0"}},"merge":{"file":{"ext":".md","toc":"t0"}}}},"included-item":{"file":{"ext":".md","toc":"t1"}},"sub":{"children":{"folder":{"children":{"item-1":{"file":{"ext":".md","toc":"t1"}}}}}},"mermaid":{"file":{"ext":".md","toc":"t1"}},"latex":{"file":{"ext":".md","toc":"t1"}},"images":{"file":{"ext":".md","toc":"t1"}},"autotitle":{"file":{"ext":".md","toc":"t1"}},"includes":{"file":{"ext":".md","toc":"t1"}},"generic":{"children":{"1":{"file":{"ext":".md","toc":"t1"}},"2":{"file":{"ext":".md","toc":"t1"}},"3":{"file":{"ext":".md","toc":"t1"}},"Sub notes":{"children":{"1":{"file":{"ext":".md","toc":"t1"}},"2":{"file":{"ext":".md","toc":"t1"}}}}}}},"tocMapping":{"t0":"merge/toc.yaml","t1":"toc.yaml"}},"yfmConfig":{"preprocess":{"mergeAutotitles":true}}}"`;
|