@diplodoc/cli-tests 0.0.0-rc-liquid-conditions-saving-202509050811 → 0.0.0-rc-resolve-codeblock-202509151421
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__/bundles.spec.ts.snap +168 -0
- package/e2e/__snapshots__/include-toc.test.ts.snap +34 -0
- package/e2e/__snapshots__/load-custom-resources.spec.ts.snap +15 -106
- package/e2e/__snapshots__/metadata.spec.ts.snap +9 -47
- package/e2e/__snapshots__/plugin-corner-cases.spec.ts.snap +0 -0
- package/e2e/__snapshots__/preprocess.test.ts.snap +32 -0
- package/e2e/__snapshots__/regression.test.ts.snap +59 -211
- package/e2e/__snapshots__/restricted-access.test.ts.snap +20 -0
- package/e2e/__snapshots__/rtl.spec.ts.snap +6 -105
- package/e2e/__snapshots__/search.test.ts.snap +1 -31
- package/e2e/__snapshots__/single-page.spec.ts.snap +157 -0
- package/e2e/__snapshots__/skip-html-extension.spec.ts.snap +4 -63
- package/e2e/__snapshots__/translation.spec.ts.snap +183 -1416
- package/e2e/bundles.spec.ts +15 -0
- package/e2e/single-page.spec.ts +22 -0
- package/e2e/translation.spec.ts +0 -26
- package/fixtures/utils/file.ts +49 -6
- package/mocks/bundles/input/.yfm +13 -0
- package/mocks/bundles/input/index.md +12 -0
- package/mocks/bundles/input/page1.md +3 -0
- package/mocks/bundles/input/page2.md +5 -0
- package/mocks/bundles/input/toc.yaml +9 -0
- package/mocks/errors/extract-filtered-link/input/index.md +1 -1
- package/mocks/regression/input/autotitle.md +3 -0
- package/mocks/single-page/input/ru/index.yaml +9 -0
- package/mocks/single-page/input/ru/page.md +14 -0
- package/mocks/single-page/input/ru/project/config.md +1 -0
- package/mocks/single-page/input/ru/toc.yaml +7 -0
- package/package.json +1 -1
- package/mocks/translation/conditions/input/index.md +0 -37
|
@@ -46,23 +46,6 @@ exports[`Regression > internal > filelist 2`] = `
|
|
|
46
46
|
"_assets/3.png",
|
|
47
47
|
"_assets/5_1.png",
|
|
48
48
|
"_assets/empty.pdf",
|
|
49
|
-
"_bundle/app-css-1",
|
|
50
|
-
"_bundle/app-js-2",
|
|
51
|
-
"_bundle/latex-extension.css",
|
|
52
|
-
"_bundle/latex-extension.js",
|
|
53
|
-
"_bundle/mermaid-extension.js",
|
|
54
|
-
"_bundle/page-constructor-extension.css",
|
|
55
|
-
"_bundle/page-constructor-extension.js",
|
|
56
|
-
"_bundle/search-async-0",
|
|
57
|
-
"_bundle/search-async-1",
|
|
58
|
-
"_bundle/search-css-0",
|
|
59
|
-
"_bundle/search-css-1",
|
|
60
|
-
"_bundle/search-css-2",
|
|
61
|
-
"_bundle/search-css-3",
|
|
62
|
-
"_bundle/search-css-4",
|
|
63
|
-
"_bundle/search-js-0",
|
|
64
|
-
"_bundle/search-js-1",
|
|
65
|
-
"_bundle/search-js-2",
|
|
66
49
|
"autotitle.html",
|
|
67
50
|
"c.md",
|
|
68
51
|
"generic/1.html",
|
|
@@ -98,6 +81,8 @@ exports[`Regression > internal 2`] = `
|
|
|
98
81
|
metadata:
|
|
99
82
|
- name: generator
|
|
100
83
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
84
|
+
vcsPath: 1.md
|
|
85
|
+
sourcePath: 1.md
|
|
101
86
|
---
|
|
102
87
|
# Title
|
|
103
88
|
|
|
@@ -136,6 +121,8 @@ exports[`Regression > internal 3`] = `
|
|
|
136
121
|
metadata:
|
|
137
122
|
- name: generator
|
|
138
123
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
124
|
+
vcsPath: autotitle.md
|
|
125
|
+
sourcePath: autotitle.md
|
|
139
126
|
---
|
|
140
127
|
# Autotitles
|
|
141
128
|
|
|
@@ -157,6 +144,9 @@ Empty local title
|
|
|
157
144
|
Special local title
|
|
158
145
|
[Header](#header)
|
|
159
146
|
|
|
147
|
+
Circular title
|
|
148
|
+
[Header](./autotitle.md#header)
|
|
149
|
+
|
|
160
150
|
## Header {#header}
|
|
161
151
|
|
|
162
152
|
Content
|
|
@@ -168,6 +158,8 @@ exports[`Regression > internal 4`] = `
|
|
|
168
158
|
metadata:
|
|
169
159
|
- name: generator
|
|
170
160
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
161
|
+
vcsPath: generic/1.md
|
|
162
|
+
sourcePath: generic/1.md
|
|
171
163
|
---
|
|
172
164
|
# Note 1
|
|
173
165
|
|
|
@@ -180,6 +172,8 @@ exports[`Regression > internal 5`] = `
|
|
|
180
172
|
metadata:
|
|
181
173
|
- name: generator
|
|
182
174
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
175
|
+
vcsPath: generic/2.md
|
|
176
|
+
sourcePath: generic/2.md
|
|
183
177
|
---
|
|
184
178
|
# Note 1
|
|
185
179
|
|
|
@@ -192,6 +186,8 @@ exports[`Regression > internal 6`] = `
|
|
|
192
186
|
metadata:
|
|
193
187
|
- name: generator
|
|
194
188
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
189
|
+
vcsPath: generic/3.md
|
|
190
|
+
sourcePath: generic/3.md
|
|
195
191
|
---
|
|
196
192
|
Note content 1
|
|
197
193
|
"
|
|
@@ -202,6 +198,8 @@ exports[`Regression > internal 7`] = `
|
|
|
202
198
|
metadata:
|
|
203
199
|
- name: generator
|
|
204
200
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
201
|
+
vcsPath: generic/Sub notes/1.md
|
|
202
|
+
sourcePath: generic/Sub notes/1.md
|
|
205
203
|
---
|
|
206
204
|
# Sub note 1
|
|
207
205
|
|
|
@@ -214,6 +212,8 @@ exports[`Regression > internal 8`] = `
|
|
|
214
212
|
metadata:
|
|
215
213
|
- name: generator
|
|
216
214
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
215
|
+
vcsPath: generic/Sub notes/2.md
|
|
216
|
+
sourcePath: generic/Sub notes/2.md
|
|
217
217
|
---
|
|
218
218
|
# Sub note 2
|
|
219
219
|
|
|
@@ -226,6 +226,8 @@ exports[`Regression > internal 9`] = `
|
|
|
226
226
|
metadata:
|
|
227
227
|
- name: generator
|
|
228
228
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
229
|
+
vcsPath: images.md
|
|
230
|
+
sourcePath: images.md
|
|
229
231
|
---
|
|
230
232
|
# Images
|
|
231
233
|
|
|
@@ -247,6 +249,8 @@ exports[`Regression > internal 10`] = `
|
|
|
247
249
|
metadata:
|
|
248
250
|
- name: generator
|
|
249
251
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
252
|
+
vcsPath: included-item.md
|
|
253
|
+
sourcePath: included-item.md
|
|
250
254
|
---
|
|
251
255
|
# Included item
|
|
252
256
|
|
|
@@ -269,6 +273,8 @@ exports[`Regression > internal 11`] = `
|
|
|
269
273
|
metadata:
|
|
270
274
|
- name: generator
|
|
271
275
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
276
|
+
vcsPath: includes.md
|
|
277
|
+
sourcePath: includes.md
|
|
272
278
|
---
|
|
273
279
|
Text
|
|
274
280
|
|
|
@@ -319,6 +325,8 @@ meta:
|
|
|
319
325
|
metadata:
|
|
320
326
|
- name: generator
|
|
321
327
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
328
|
+
vcsPath: index.yaml
|
|
329
|
+
sourcePath: index.yaml
|
|
322
330
|
"
|
|
323
331
|
`;
|
|
324
332
|
|
|
@@ -327,6 +335,8 @@ exports[`Regression > internal 17`] = `
|
|
|
327
335
|
metadata:
|
|
328
336
|
- name: generator
|
|
329
337
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
338
|
+
vcsPath: latex.md
|
|
339
|
+
sourcePath: latex.md
|
|
330
340
|
---
|
|
331
341
|
# Latex usage
|
|
332
342
|
|
|
@@ -339,6 +349,8 @@ exports[`Regression > internal 18`] = `
|
|
|
339
349
|
metadata:
|
|
340
350
|
- name: generator
|
|
341
351
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
352
|
+
vcsPath: merge/merge.md
|
|
353
|
+
sourcePath: merge/merge.md
|
|
342
354
|
---
|
|
343
355
|
# Should use merged item
|
|
344
356
|
|
|
@@ -354,6 +366,7 @@ metadata:
|
|
|
354
366
|
- name: generator
|
|
355
367
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
356
368
|
sourcePath: merge-source/merged.md
|
|
369
|
+
vcsPath: merge-source/merged.md
|
|
357
370
|
---
|
|
358
371
|
# Merged item
|
|
359
372
|
|
|
@@ -378,6 +391,8 @@ exports[`Regression > internal 21`] = `
|
|
|
378
391
|
metadata:
|
|
379
392
|
- name: generator
|
|
380
393
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
394
|
+
vcsPath: mermaid.md
|
|
395
|
+
sourcePath: mermaid.md
|
|
381
396
|
---
|
|
382
397
|
# Mermaid usage
|
|
383
398
|
|
|
@@ -400,6 +415,8 @@ exports[`Regression > internal 22`] = `
|
|
|
400
415
|
metadata:
|
|
401
416
|
- name: generator
|
|
402
417
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
418
|
+
vcsPath: openapi/index.md
|
|
419
|
+
sourcePath: openapi/index.md
|
|
403
420
|
---
|
|
404
421
|
# OpenAPI definition
|
|
405
422
|
|
|
@@ -499,6 +516,8 @@ exports[`Regression > internal 23`] = `
|
|
|
499
516
|
metadata:
|
|
500
517
|
- name: generator
|
|
501
518
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
519
|
+
vcsPath: openapi/test-controller/getWithPayloadResponse.md
|
|
520
|
+
sourcePath: openapi/test-controller/getWithPayloadResponse.md
|
|
502
521
|
---
|
|
503
522
|
<div class="openapi">
|
|
504
523
|
|
|
@@ -583,6 +602,8 @@ exports[`Regression > internal 24`] = `
|
|
|
583
602
|
metadata:
|
|
584
603
|
- name: generator
|
|
585
604
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
605
|
+
vcsPath: openapi/test-controller/index.md
|
|
606
|
+
sourcePath: openapi/test-controller/index.md
|
|
586
607
|
---
|
|
587
608
|
# test-controller
|
|
588
609
|
|
|
@@ -608,6 +629,8 @@ exports[`Regression > internal 26`] = `
|
|
|
608
629
|
metadata:
|
|
609
630
|
- name: generator
|
|
610
631
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
632
|
+
vcsPath: sub/folder/item-1.md
|
|
633
|
+
sourcePath: sub/folder/item-1.md
|
|
611
634
|
---
|
|
612
635
|
# Item 1
|
|
613
636
|
|
|
@@ -689,17 +712,12 @@ exports[`Regression > internal 29`] = `
|
|
|
689
712
|
<base href="./" />
|
|
690
713
|
<title>Title</title>
|
|
691
714
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
692
|
-
|
|
693
715
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
697
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
698
716
|
</head>
|
|
699
717
|
<body class="g-root g-root_theme_light">
|
|
700
718
|
<div id="root"></div>
|
|
701
719
|
<script type="application/json" id="diplodoc-state">
|
|
702
|
-
{"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"}]},"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}}
|
|
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","sourcePath":"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}}
|
|
703
721
|
</script>
|
|
704
722
|
<script type="application/javascript">
|
|
705
723
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -709,10 +727,6 @@ exports[`Regression > internal 29`] = `
|
|
|
709
727
|
window.STATIC_CONTENT = false;
|
|
710
728
|
</script>
|
|
711
729
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
712
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
713
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
714
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
715
|
-
|
|
716
730
|
</body>
|
|
717
731
|
</html>"
|
|
718
732
|
`;
|
|
@@ -726,17 +740,12 @@ exports[`Regression > internal 30`] = `
|
|
|
726
740
|
<base href="./" />
|
|
727
741
|
<title>Autotitles</title>
|
|
728
742
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
729
|
-
|
|
730
743
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
734
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
735
744
|
</head>
|
|
736
745
|
<body class="g-root g-root_theme_light">
|
|
737
746
|
<div id="root"></div>
|
|
738
747
|
<script type="application/json" id="diplodoc-state">
|
|
739
|
-
{"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<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"}]},"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}}
|
|
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","sourcePath":"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}}
|
|
740
749
|
</script>
|
|
741
750
|
<script type="application/javascript">
|
|
742
751
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -746,10 +755,6 @@ exports[`Regression > internal 30`] = `
|
|
|
746
755
|
window.STATIC_CONTENT = false;
|
|
747
756
|
</script>
|
|
748
757
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
749
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
750
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
751
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
752
|
-
|
|
753
758
|
</body>
|
|
754
759
|
</html>"
|
|
755
760
|
`;
|
|
@@ -789,17 +794,12 @@ exports[`Regression > internal 32`] = `
|
|
|
789
794
|
<base href="../" />
|
|
790
795
|
<title>Note 1</title>
|
|
791
796
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
792
|
-
|
|
793
797
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
797
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
798
798
|
</head>
|
|
799
799
|
<body class="g-root g-root_theme_light">
|
|
800
800
|
<div id="root"></div>
|
|
801
801
|
<script type="application/json" id="diplodoc-state">
|
|
802
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":"Note 1"},"router":{"pathname":"generic/1","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
802
|
+
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/1.md","sourcePath":"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}}
|
|
803
803
|
</script>
|
|
804
804
|
<script type="application/javascript">
|
|
805
805
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -809,10 +809,6 @@ exports[`Regression > internal 32`] = `
|
|
|
809
809
|
window.STATIC_CONTENT = false;
|
|
810
810
|
</script>
|
|
811
811
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
812
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
813
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
814
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
815
|
-
|
|
816
812
|
</body>
|
|
817
813
|
</html>"
|
|
818
814
|
`;
|
|
@@ -826,17 +822,12 @@ exports[`Regression > internal 33`] = `
|
|
|
826
822
|
<base href="../" />
|
|
827
823
|
<title>Note 1</title>
|
|
828
824
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
829
|
-
|
|
830
825
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
834
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
835
826
|
</head>
|
|
836
827
|
<body class="g-root g-root_theme_light">
|
|
837
828
|
<div id="root"></div>
|
|
838
829
|
<script type="application/json" id="diplodoc-state">
|
|
839
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":"Note 1"},"router":{"pathname":"generic/2","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
830
|
+
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/2.md","sourcePath":"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}}
|
|
840
831
|
</script>
|
|
841
832
|
<script type="application/javascript">
|
|
842
833
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -846,10 +837,6 @@ exports[`Regression > internal 33`] = `
|
|
|
846
837
|
window.STATIC_CONTENT = false;
|
|
847
838
|
</script>
|
|
848
839
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
849
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
850
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
851
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
852
|
-
|
|
853
840
|
</body>
|
|
854
841
|
</html>"
|
|
855
842
|
`;
|
|
@@ -863,17 +850,12 @@ exports[`Regression > internal 34`] = `
|
|
|
863
850
|
<base href="../" />
|
|
864
851
|
<title></title>
|
|
865
852
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
866
|
-
|
|
867
853
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
871
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
872
854
|
</head>
|
|
873
855
|
<body class="g-root g-root_theme_light">
|
|
874
856
|
<div id="root"></div>
|
|
875
857
|
<script type="application/json" id="diplodoc-state">
|
|
876
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":""},"router":{"pathname":"generic/3","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
858
|
+
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"vcsPath":"generic/3.md","sourcePath":"generic/3.md"},"headings":[],"title":""},"router":{"pathname":"generic/3","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
877
859
|
</script>
|
|
878
860
|
<script type="application/javascript">
|
|
879
861
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -883,10 +865,6 @@ exports[`Regression > internal 34`] = `
|
|
|
883
865
|
window.STATIC_CONTENT = false;
|
|
884
866
|
</script>
|
|
885
867
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
886
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
887
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
888
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
889
|
-
|
|
890
868
|
</body>
|
|
891
869
|
</html>"
|
|
892
870
|
`;
|
|
@@ -900,17 +878,12 @@ exports[`Regression > internal 35`] = `
|
|
|
900
878
|
<base href="../../" />
|
|
901
879
|
<title>Sub note 1</title>
|
|
902
880
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
903
|
-
|
|
904
881
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
908
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
909
882
|
</head>
|
|
910
883
|
<body class="g-root g-root_theme_light">
|
|
911
884
|
<div id="root"></div>
|
|
912
885
|
<script type="application/json" id="diplodoc-state">
|
|
913
|
-
{"data":{"leading":false,"html":"<p>Note content 1</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"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}}
|
|
886
|
+
{"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","sourcePath":"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}}
|
|
914
887
|
</script>
|
|
915
888
|
<script type="application/javascript">
|
|
916
889
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -920,10 +893,6 @@ exports[`Regression > internal 35`] = `
|
|
|
920
893
|
window.STATIC_CONTENT = false;
|
|
921
894
|
</script>
|
|
922
895
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
923
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
924
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
925
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
926
|
-
|
|
927
896
|
</body>
|
|
928
897
|
</html>"
|
|
929
898
|
`;
|
|
@@ -937,17 +906,12 @@ exports[`Regression > internal 36`] = `
|
|
|
937
906
|
<base href="../../" />
|
|
938
907
|
<title>Sub note 2</title>
|
|
939
908
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
940
|
-
|
|
941
909
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
945
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
946
910
|
</head>
|
|
947
911
|
<body class="g-root g-root_theme_light">
|
|
948
912
|
<div id="root"></div>
|
|
949
913
|
<script type="application/json" id="diplodoc-state">
|
|
950
|
-
{"data":{"leading":false,"html":"<p>Note content 2</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"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}}
|
|
914
|
+
{"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","sourcePath":"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}}
|
|
951
915
|
</script>
|
|
952
916
|
<script type="application/javascript">
|
|
953
917
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -957,10 +921,6 @@ exports[`Regression > internal 36`] = `
|
|
|
957
921
|
window.STATIC_CONTENT = false;
|
|
958
922
|
</script>
|
|
959
923
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
960
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
961
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
962
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
963
|
-
|
|
964
924
|
</body>
|
|
965
925
|
</html>"
|
|
966
926
|
`;
|
|
@@ -974,17 +934,12 @@ exports[`Regression > internal 37`] = `
|
|
|
974
934
|
<base href="./" />
|
|
975
935
|
<title>Images</title>
|
|
976
936
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
977
|
-
|
|
978
937
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
982
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
983
938
|
</head>
|
|
984
939
|
<body class="g-root g-root_theme_light">
|
|
985
940
|
<div id="root"></div>
|
|
986
941
|
<script type="application/json" id="diplodoc-state">
|
|
987
|
-
{"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"}]},"headings":[],"title":"Images"},"router":{"pathname":"images","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
942
|
+
{"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","sourcePath":"images.md"},"headings":[],"title":"Images"},"router":{"pathname":"images","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
988
943
|
</script>
|
|
989
944
|
<script type="application/javascript">
|
|
990
945
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -994,10 +949,6 @@ exports[`Regression > internal 37`] = `
|
|
|
994
949
|
window.STATIC_CONTENT = false;
|
|
995
950
|
</script>
|
|
996
951
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
997
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
998
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
999
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1000
|
-
|
|
1001
952
|
</body>
|
|
1002
953
|
</html>"
|
|
1003
954
|
`;
|
|
@@ -1011,17 +962,12 @@ exports[`Regression > internal 38`] = `
|
|
|
1011
962
|
<base href="./" />
|
|
1012
963
|
<title>Included item</title>
|
|
1013
964
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1014
|
-
|
|
1015
965
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1019
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1020
966
|
</head>
|
|
1021
967
|
<body class="g-root g-root_theme_light">
|
|
1022
968
|
<div id="root"></div>
|
|
1023
969
|
<script type="application/json" id="diplodoc-state">
|
|
1024
|
-
{"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"}]},"headings":[],"title":"Included item"},"router":{"pathname":"included-item","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
970
|
+
{"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","sourcePath":"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}}
|
|
1025
971
|
</script>
|
|
1026
972
|
<script type="application/javascript">
|
|
1027
973
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1031,10 +977,6 @@ exports[`Regression > internal 38`] = `
|
|
|
1031
977
|
window.STATIC_CONTENT = false;
|
|
1032
978
|
</script>
|
|
1033
979
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1034
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1035
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1036
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1037
|
-
|
|
1038
980
|
</body>
|
|
1039
981
|
</html>"
|
|
1040
982
|
`;
|
|
@@ -1048,17 +990,12 @@ exports[`Regression > internal 39`] = `
|
|
|
1048
990
|
<base href="./" />
|
|
1049
991
|
<title></title>
|
|
1050
992
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1051
|
-
|
|
1052
993
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1056
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1057
994
|
</head>
|
|
1058
995
|
<body class="g-root g-root_theme_light">
|
|
1059
996
|
<div id="root"></div>
|
|
1060
997
|
<script type="application/json" id="diplodoc-state">
|
|
1061
|
-
{"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"}]},"headings":[],"title":""},"router":{"pathname":"includes","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
998
|
+
{"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","sourcePath":"includes.md"},"headings":[],"title":""},"router":{"pathname":"includes","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1062
999
|
</script>
|
|
1063
1000
|
<script type="application/javascript">
|
|
1064
1001
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1068,10 +1005,6 @@ exports[`Regression > internal 39`] = `
|
|
|
1068
1005
|
window.STATIC_CONTENT = false;
|
|
1069
1006
|
</script>
|
|
1070
1007
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1071
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1072
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1073
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1074
|
-
|
|
1075
1008
|
</body>
|
|
1076
1009
|
</html>"
|
|
1077
1010
|
`;
|
|
@@ -1085,17 +1018,12 @@ exports[`Regression > internal 40`] = `
|
|
|
1085
1018
|
<base href="./" />
|
|
1086
1019
|
<title></title>
|
|
1087
1020
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1088
|
-
|
|
1089
1021
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1093
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1094
1022
|
</head>
|
|
1095
1023
|
<body class="g-root g-root_theme_light">
|
|
1096
1024
|
<div id="root"></div>
|
|
1097
1025
|
<script type="application/json" id="diplodoc-state">
|
|
1098
|
-
{"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"}]},"title":""},"router":{"pathname":"index","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1026
|
+
{"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","sourcePath":"index.yaml"},"title":""},"router":{"pathname":"index","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1099
1027
|
</script>
|
|
1100
1028
|
<script type="application/javascript">
|
|
1101
1029
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1105,10 +1033,6 @@ exports[`Regression > internal 40`] = `
|
|
|
1105
1033
|
window.STATIC_CONTENT = false;
|
|
1106
1034
|
</script>
|
|
1107
1035
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1108
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1109
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1110
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1111
|
-
|
|
1112
1036
|
</body>
|
|
1113
1037
|
</html>"
|
|
1114
1038
|
`;
|
|
@@ -1122,18 +1046,12 @@ exports[`Regression > internal 41`] = `
|
|
|
1122
1046
|
<base href="./" />
|
|
1123
1047
|
<title>Latex usage</title>
|
|
1124
1048
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1125
|
-
|
|
1126
1049
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1130
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1131
|
-
<link type="text/css" rel="stylesheet" href="_bundle/latex-extension.css"/>
|
|
1132
1050
|
</head>
|
|
1133
1051
|
<body class="g-root g-root_theme_light">
|
|
1134
1052
|
<div id="root"></div>
|
|
1135
1053
|
<script type="application/json" id="diplodoc-state">
|
|
1136
|
-
{"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"]},"headings":[],"title":"Latex usage"},"router":{"pathname":"latex","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1054
|
+
{"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","sourcePath":"latex.md"},"headings":[],"title":"Latex usage"},"router":{"pathname":"latex","depth":1,"base":"./"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1137
1055
|
</script>
|
|
1138
1056
|
<script type="application/javascript">
|
|
1139
1057
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1143,11 +1061,6 @@ exports[`Regression > internal 41`] = `
|
|
|
1143
1061
|
window.STATIC_CONTENT = false;
|
|
1144
1062
|
</script>
|
|
1145
1063
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1146
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1147
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1148
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1149
|
-
<script type="application/javascript" defer src="_bundle/latex-extension.js"></script>
|
|
1150
|
-
|
|
1151
1064
|
</body>
|
|
1152
1065
|
</html>"
|
|
1153
1066
|
`;
|
|
@@ -1161,17 +1074,12 @@ exports[`Regression > internal 42`] = `
|
|
|
1161
1074
|
<base href="../" />
|
|
1162
1075
|
<title>Should use merged item</title>
|
|
1163
1076
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1164
|
-
|
|
1165
1077
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1169
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1170
1078
|
</head>
|
|
1171
1079
|
<body class="g-root g-root_theme_light">
|
|
1172
1080
|
<div id="root"></div>
|
|
1173
1081
|
<script type="application/json" id="diplodoc-state">
|
|
1174
|
-
{"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"}]},"headings":[],"title":"Should use merged item"},"router":{"pathname":"merge/merge","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1082
|
+
{"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","sourcePath":"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}}
|
|
1175
1083
|
</script>
|
|
1176
1084
|
<script type="application/javascript">
|
|
1177
1085
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1181,10 +1089,6 @@ exports[`Regression > internal 42`] = `
|
|
|
1181
1089
|
window.STATIC_CONTENT = false;
|
|
1182
1090
|
</script>
|
|
1183
1091
|
<script type="application/javascript" defer src="merge/toc.js"></script>
|
|
1184
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1185
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1186
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1187
|
-
|
|
1188
1092
|
</body>
|
|
1189
1093
|
</html>"
|
|
1190
1094
|
`;
|
|
@@ -1198,18 +1102,12 @@ exports[`Regression > internal 43`] = `
|
|
|
1198
1102
|
<base href="../" />
|
|
1199
1103
|
<title>Merged item</title>
|
|
1200
1104
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1201
|
-
<meta name="sourcePath" content="merge-source/merged.md">
|
|
1202
|
-
|
|
1203
1105
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1207
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1208
1106
|
</head>
|
|
1209
1107
|
<body class="g-root g-root_theme_light">
|
|
1210
1108
|
<div id="root"></div>
|
|
1211
1109
|
<script type="application/json" id="diplodoc-state">
|
|
1212
|
-
{"data":{"leading":false,"html":"<p>Should be linked in toc.yaml</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"sourcePath":"merge-source/merged.md"},"headings":[],"title":"Merged item"},"router":{"pathname":"merge/merged","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1110
|
+
{"data":{"leading":false,"html":"<p>Should be linked in toc.yaml</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}],"sourcePath":"merge-source/merged.md","vcsPath":"merge-source/merged.md"},"headings":[],"title":"Merged item"},"router":{"pathname":"merge/merged","depth":2,"base":"../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1213
1111
|
</script>
|
|
1214
1112
|
<script type="application/javascript">
|
|
1215
1113
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1219,10 +1117,6 @@ exports[`Regression > internal 43`] = `
|
|
|
1219
1117
|
window.STATIC_CONTENT = false;
|
|
1220
1118
|
</script>
|
|
1221
1119
|
<script type="application/javascript" defer src="merge/toc.js"></script>
|
|
1222
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1223
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1224
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1225
|
-
|
|
1226
1120
|
</body>
|
|
1227
1121
|
</html>"
|
|
1228
1122
|
`;
|
|
@@ -1238,17 +1132,12 @@ exports[`Regression > internal 45`] = `
|
|
|
1238
1132
|
<base href="./" />
|
|
1239
1133
|
<title>Mermaid usage</title>
|
|
1240
1134
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1241
|
-
|
|
1242
1135
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1246
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1247
1136
|
</head>
|
|
1248
1137
|
<body class="g-root g-root_theme_light">
|
|
1249
1138
|
<div id="root"></div>
|
|
1250
1139
|
<script type="application/json" id="diplodoc-state">
|
|
1251
|
-
{"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"]},"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}}
|
|
1140
|
+
{"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","sourcePath":"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}}
|
|
1252
1141
|
</script>
|
|
1253
1142
|
<script type="application/javascript">
|
|
1254
1143
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1258,11 +1147,6 @@ exports[`Regression > internal 45`] = `
|
|
|
1258
1147
|
window.STATIC_CONTENT = false;
|
|
1259
1148
|
</script>
|
|
1260
1149
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1261
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1262
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1263
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1264
|
-
<script type="application/javascript" defer src="_bundle/mermaid-extension.js"></script>
|
|
1265
|
-
|
|
1266
1150
|
</body>
|
|
1267
1151
|
</html>"
|
|
1268
1152
|
`;
|
|
@@ -1276,18 +1160,13 @@ exports[`Regression > internal 46`] = `
|
|
|
1276
1160
|
<base href="../" />
|
|
1277
1161
|
<title>OpenAPI definition</title>
|
|
1278
1162
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1279
|
-
|
|
1280
1163
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1284
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1285
1164
|
<link type="text/css" rel="stylesheet" href="_assets/cut-extension.css"/>
|
|
1286
1165
|
</head>
|
|
1287
1166
|
<body class="g-root g-root_theme_light">
|
|
1288
1167
|
<div id="root"></div>
|
|
1289
1168
|
<script type="application/json" id="diplodoc-state">
|
|
1290
|
-
{"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"]},"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}}
|
|
1169
|
+
{"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","sourcePath":"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}}
|
|
1291
1170
|
</script>
|
|
1292
1171
|
<script type="application/javascript">
|
|
1293
1172
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1297,11 +1176,7 @@ exports[`Regression > internal 46`] = `
|
|
|
1297
1176
|
window.STATIC_CONTENT = false;
|
|
1298
1177
|
</script>
|
|
1299
1178
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1300
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1301
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1302
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1303
1179
|
<script type="application/javascript" defer src="_assets/cut-extension.js"></script>
|
|
1304
|
-
|
|
1305
1180
|
</body>
|
|
1306
1181
|
</html>"
|
|
1307
1182
|
`;
|
|
@@ -1315,18 +1190,13 @@ exports[`Regression > internal 47`] = `
|
|
|
1315
1190
|
<base href="../../" />
|
|
1316
1191
|
<title></title>
|
|
1317
1192
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1318
|
-
|
|
1319
1193
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1323
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1324
1194
|
<link type="text/css" rel="stylesheet" href="_assets/cut-extension.css"/>
|
|
1325
1195
|
</head>
|
|
1326
1196
|
<body class="g-root g-root_theme_light">
|
|
1327
1197
|
<div id="root"></div>
|
|
1328
1198
|
<script type="application/json" id="diplodoc-state">
|
|
1329
|
-
{"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"]},"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}}
|
|
1199
|
+
{"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","sourcePath":"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}}
|
|
1330
1200
|
</script>
|
|
1331
1201
|
<script type="application/javascript">
|
|
1332
1202
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1336,11 +1206,7 @@ exports[`Regression > internal 47`] = `
|
|
|
1336
1206
|
window.STATIC_CONTENT = false;
|
|
1337
1207
|
</script>
|
|
1338
1208
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1339
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1340
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1341
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1342
1209
|
<script type="application/javascript" defer src="_assets/cut-extension.js"></script>
|
|
1343
|
-
|
|
1344
1210
|
</body>
|
|
1345
1211
|
</html>"
|
|
1346
1212
|
`;
|
|
@@ -1354,17 +1220,12 @@ exports[`Regression > internal 48`] = `
|
|
|
1354
1220
|
<base href="../../" />
|
|
1355
1221
|
<title>test-controller</title>
|
|
1356
1222
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1357
|
-
|
|
1358
1223
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1362
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1363
1224
|
</head>
|
|
1364
1225
|
<body class="g-root g-root_theme_light">
|
|
1365
1226
|
<div id="root"></div>
|
|
1366
1227
|
<script type="application/json" id="diplodoc-state">
|
|
1367
|
-
{"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"}]},"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}}
|
|
1228
|
+
{"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","sourcePath":"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}}
|
|
1368
1229
|
</script>
|
|
1369
1230
|
<script type="application/javascript">
|
|
1370
1231
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1374,10 +1235,6 @@ exports[`Regression > internal 48`] = `
|
|
|
1374
1235
|
window.STATIC_CONTENT = false;
|
|
1375
1236
|
</script>
|
|
1376
1237
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1377
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1378
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1379
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1380
|
-
|
|
1381
1238
|
</body>
|
|
1382
1239
|
</html>"
|
|
1383
1240
|
`;
|
|
@@ -1391,17 +1248,12 @@ exports[`Regression > internal 49`] = `
|
|
|
1391
1248
|
<base href="../../" />
|
|
1392
1249
|
<title>Item 1</title>
|
|
1393
1250
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1394
|
-
|
|
1395
1251
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1399
|
-
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1400
1252
|
</head>
|
|
1401
1253
|
<body class="g-root g-root_theme_light">
|
|
1402
1254
|
<div id="root"></div>
|
|
1403
1255
|
<script type="application/json" id="diplodoc-state">
|
|
1404
|
-
{"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"}]},"headings":[],"title":"Item 1"},"router":{"pathname":"sub/folder/item-1","depth":3,"base":"../../"},"lang":"ru","langs":["ru"],"viewerInterface":{"toc":true,"search":true,"feedback":true}}
|
|
1256
|
+
{"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","sourcePath":"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}}
|
|
1405
1257
|
</script>
|
|
1406
1258
|
<script type="application/javascript">
|
|
1407
1259
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1411,10 +1263,6 @@ exports[`Regression > internal 49`] = `
|
|
|
1411
1263
|
window.STATIC_CONTENT = false;
|
|
1412
1264
|
</script>
|
|
1413
1265
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1414
|
-
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1415
|
-
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1416
|
-
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1417
|
-
|
|
1418
1266
|
</body>
|
|
1419
1267
|
</html>"
|
|
1420
1268
|
`;
|