@diplodoc/cli-tests 0.0.0-rc-fix-translate-openapi-includer-202507171205 → 0.0.0-rc-liquid-conditions-saving-202509050811
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__/generate-map.spec.ts.snap +345 -0
- package/e2e/__snapshots__/include-toc.test.ts.snap +8 -0
- package/e2e/__snapshots__/load-custom-resources.spec.ts.snap +64 -59
- package/e2e/__snapshots__/metadata.spec.ts.snap +29 -24
- package/e2e/__snapshots__/preprocess.test.ts.snap +549 -0
- package/e2e/__snapshots__/regression.test.ts.snap +177 -142
- package/e2e/__snapshots__/rtl.spec.ts.snap +44 -41
- package/e2e/__snapshots__/search.test.ts.snap +37 -22
- package/e2e/__snapshots__/skip-html-extension.spec.ts.snap +211 -0
- package/e2e/__snapshots__/translation.spec.ts.snap +518 -2
- package/e2e/errors.spec.ts +33 -2
- package/e2e/generate-map.spec.ts +9 -3
- package/e2e/preprocess.test.ts +33 -0
- package/e2e/redirects-validation.spec.ts +61 -0
- package/e2e/search.test.ts +1 -1
- package/e2e/skip-html-extension.spec.ts +15 -0
- package/e2e/translation.spec.ts +47 -2
- package/fixtures/cliAdapter.ts +23 -0
- package/fixtures/globals.d.ts +4 -0
- package/fixtures/runners/binary.ts +4 -3
- package/fixtures/runners/types.ts +1 -2
- package/fixtures/utils/file.ts +5 -5
- package/fixtures/utils/test.ts +17 -8
- package/mocks/docs-viewer-interface/input/.yfm +6 -0
- package/mocks/docs-viewer-interface/input/index.md +3 -0
- package/mocks/docs-viewer-interface/input/toc.yaml +5 -0
- package/mocks/errors/extract-filtered-link/input/filtered.md +1 -0
- package/mocks/errors/extract-filtered-link/input/filtered2.md +0 -0
- package/mocks/errors/extract-filtered-link/input/index.md +7 -0
- package/mocks/errors/extract-filtered-link/input/toc.yaml +1 -0
- package/mocks/load-custom-resources/md2html-with-resources/input/page.md +9 -2
- package/mocks/load-custom-resources/md2md-with-resources/input/page.md +9 -2
- package/mocks/load-custom-resources/single-page-with-resources/input/page.md +9 -2
- package/mocks/metadata/md2html-with-metadata/input/page.md +8 -1
- package/mocks/metadata/md2md-with-metadata/input/page.md +7 -0
- package/mocks/preprocess/input/.yfm +1 -0
- package/mocks/preprocess/input/1.md +29 -0
- package/mocks/preprocess/input/_assets/1.png +0 -0
- package/mocks/preprocess/input/_assets/1.svg +0 -0
- package/mocks/preprocess/input/autotitle.md +23 -0
- package/mocks/preprocess/input/commented-include.md +3 -0
- package/mocks/preprocess/input/images.md +5 -0
- package/mocks/preprocess/input/included-item.md +12 -0
- package/mocks/preprocess/input/includes/deep.md +1 -0
- package/mocks/preprocess/input/includes/deepWithIndent.md +6 -0
- package/mocks/preprocess/input/includes/presets.yaml +2 -0
- package/mocks/preprocess/input/includes/sub/user.md +1 -0
- package/mocks/preprocess/input/includes/sub/userWithIndent.md +5 -0
- package/mocks/preprocess/input/includes/test.md +1 -0
- package/mocks/preprocess/input/includes/user.md +1 -0
- package/mocks/preprocess/input/includes.md +18 -0
- package/mocks/preprocess/input/latex.md +3 -0
- package/mocks/preprocess/input/mermaid.md +13 -0
- package/mocks/preprocess/input/presets.yaml +8 -0
- package/mocks/preprocess/input/sub/folder/item-1.md +7 -0
- package/mocks/preprocess/input/sub/toc.yaml +5 -0
- package/mocks/preprocess/input/toc-i.yaml +3 -0
- package/mocks/preprocess/input/toc.yaml +16 -0
- package/mocks/redirects-validation/extensions-deprecation/input/blah.md +0 -0
- package/mocks/redirects-validation/extensions-deprecation/input/redirects.yaml +5 -0
- package/mocks/redirects-validation/extensions-deprecation/input/toc.yaml +4 -0
- package/mocks/redirects-validation/invalid-regex/input/blah.md +0 -0
- package/mocks/redirects-validation/invalid-regex/input/redirects.yaml +3 -0
- package/mocks/redirects-validation/invalid-regex/input/toc.yaml +4 -0
- package/mocks/redirects-validation/malformed-redirect/input/blah.md +0 -0
- package/mocks/redirects-validation/malformed-redirect/input/redirects.yaml +6 -0
- package/mocks/redirects-validation/malformed-redirect/input/toc.yaml +4 -0
- package/mocks/redirects-validation/same-path/input/blah.md +0 -0
- package/mocks/redirects-validation/same-path/input/redirects.yaml +3 -0
- package/mocks/redirects-validation/same-path/input/toc.yaml +4 -0
- package/mocks/redirects-validation/unparseable/input/blah.md +0 -0
- package/mocks/redirects-validation/unparseable/input/redirects.yaml +11 -0
- package/mocks/redirects-validation/unparseable/input/toc.yaml +4 -0
- package/mocks/regression/input/.yfm +2 -0
- package/mocks/regression/input/images.md +2 -0
- package/mocks/regression/input/includes/deep.md +2 -0
- package/mocks/regression/input/includes/presets.yaml +1 -0
- package/mocks/regression/input/includes/tools.md +1 -0
- package/mocks/regression/input/includes.md +5 -0
- package/mocks/regression/input/merge/merge.md +2 -0
- package/mocks/regression/input/merge/presets.yaml +1 -0
- package/mocks/regression/input/merge/toc.yaml +2 -0
- package/mocks/regression/input/presets.yaml +1 -0
- package/mocks/regression/input/toc.yaml +2 -0
- package/mocks/search/input/.yfm +12 -0
- package/mocks/skip-html-extension/input/.yfm +1 -0
- package/mocks/skip-html-extension/input/folder/index.md +1 -0
- package/mocks/skip-html-extension/input/index-test-html/index.md +4 -0
- package/mocks/skip-html-extension/input/index.md +6 -0
- package/mocks/skip-html-extension/input/page1.md +3 -0
- package/mocks/skip-html-extension/input/page2.md +6 -0
- package/mocks/skip-html-extension/input/toc.yaml +13 -0
- package/mocks/translation/conditions/input/index.md +37 -0
- package/mocks/translation/dir-files/input/.yfm +6 -0
- package/mocks/translation/dir-files/input/ru/aboba.md +2 -4
- package/mocks/translation/dir-files/input/ru/nested/a1.md +3 -0
- package/mocks/translation/dir-files/input/ru/nested/folder1/a1.md +3 -0
- package/mocks/translation/dir-files/input/ru/nested/folder1/toc-i.yaml +3 -0
- package/mocks/translation/dir-files/input/ru/nested/syntax/base.md +2 -0
- package/mocks/translation/dir-files/input/ru/nested/toc.yaml +1 -0
- package/mocks/translation/dir-files/input/ru/no-var-page.md +3 -0
- package/mocks/translation/dir-files/input/ru/to-be-excluded.md +1 -0
- package/mocks/translation/dir-files/input/ru/toc.yaml +7 -1
- package/mocks/translation/openapi/input/toc.yaml +1 -1
- package/mocks/warning/unreachable-autotitle/input/index.md +1 -0
- package/mocks/warning/unreachable-autotitle/input/link.md +0 -0
- package/mocks/warning/unreachable-autotitle/input/toc.yaml +4 -0
- package/package.json +5 -5
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`Regression > internal > filelist 1`] = `
|
|
4
4
|
"[
|
|
5
|
+
".yfm",
|
|
5
6
|
"1.md",
|
|
6
7
|
"_assets/1.png",
|
|
7
8
|
"_assets/2.png",
|
|
@@ -19,6 +20,7 @@ exports[`Regression > internal > filelist 1`] = `
|
|
|
19
20
|
"includes.md",
|
|
20
21
|
"includes/deep-hash.md",
|
|
21
22
|
"includes/test-hash.md",
|
|
23
|
+
"includes/tools-hash.md",
|
|
22
24
|
"includes/user-hash.md",
|
|
23
25
|
"index.yaml",
|
|
24
26
|
"latex.md",
|
|
@@ -37,29 +39,30 @@ exports[`Regression > internal > filelist 1`] = `
|
|
|
37
39
|
|
|
38
40
|
exports[`Regression > internal > filelist 2`] = `
|
|
39
41
|
"[
|
|
42
|
+
".yfm",
|
|
40
43
|
"1.html",
|
|
41
44
|
"_assets/1.png",
|
|
42
45
|
"_assets/2.png",
|
|
43
46
|
"_assets/3.png",
|
|
44
47
|
"_assets/5_1.png",
|
|
45
48
|
"_assets/empty.pdf",
|
|
46
|
-
"_bundle/search-async-1",
|
|
47
|
-
"_bundle/search-async-0",
|
|
48
49
|
"_bundle/app-css-1",
|
|
49
|
-
"_bundle/app-js-
|
|
50
|
-
"_bundle/app-css-3",
|
|
50
|
+
"_bundle/app-js-2",
|
|
51
51
|
"_bundle/latex-extension.css",
|
|
52
52
|
"_bundle/latex-extension.js",
|
|
53
53
|
"_bundle/mermaid-extension.js",
|
|
54
54
|
"_bundle/page-constructor-extension.css",
|
|
55
55
|
"_bundle/page-constructor-extension.js",
|
|
56
|
-
"_bundle/search-
|
|
56
|
+
"_bundle/search-async-0",
|
|
57
|
+
"_bundle/search-async-1",
|
|
57
58
|
"_bundle/search-css-0",
|
|
58
|
-
"_bundle/search-js-1",
|
|
59
|
-
"_bundle/search-css-3",
|
|
60
59
|
"_bundle/search-css-1",
|
|
61
|
-
"_bundle/search-js-2",
|
|
62
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",
|
|
63
66
|
"autotitle.html",
|
|
64
67
|
"c.md",
|
|
65
68
|
"generic/1.html",
|
|
@@ -85,6 +88,12 @@ exports[`Regression > internal > filelist 2`] = `
|
|
|
85
88
|
`;
|
|
86
89
|
|
|
87
90
|
exports[`Regression > internal 1`] = `
|
|
91
|
+
"preprocess:
|
|
92
|
+
mergeAutotitles: true
|
|
93
|
+
"
|
|
94
|
+
`;
|
|
95
|
+
|
|
96
|
+
exports[`Regression > internal 2`] = `
|
|
88
97
|
"---
|
|
89
98
|
metadata:
|
|
90
99
|
- name: generator
|
|
@@ -110,11 +119,11 @@ default-var-value
|
|
|
110
119
|
|
|
111
120
|
## Subtitle {#subtitle}
|
|
112
121
|
|
|
113
|
-
[
|
|
122
|
+
[Mermaid usage](./mermaid.md)
|
|
114
123
|
|
|
115
|
-
[
|
|
124
|
+
[Mermaid info](./mermaid.md#info)
|
|
116
125
|
|
|
117
|
-
[](./latex.md)
|
|
126
|
+
[Latex usage](./latex.md)
|
|
118
127
|
|
|
119
128
|
[noext-link](./includes)
|
|
120
129
|
|
|
@@ -122,7 +131,7 @@ default-var-value
|
|
|
122
131
|
"
|
|
123
132
|
`;
|
|
124
133
|
|
|
125
|
-
exports[`Regression > internal
|
|
134
|
+
exports[`Regression > internal 3`] = `
|
|
126
135
|
"---
|
|
127
136
|
metadata:
|
|
128
137
|
- name: generator
|
|
@@ -131,22 +140,22 @@ metadata:
|
|
|
131
140
|
# Autotitles
|
|
132
141
|
|
|
133
142
|
Empty title
|
|
134
|
-
[](./1.md)
|
|
143
|
+
[Title](./1.md)
|
|
135
144
|
|
|
136
145
|
Empty subtitle
|
|
137
|
-
[](./1.md#subtitle)
|
|
146
|
+
[Subtitle](./1.md#subtitle)
|
|
138
147
|
|
|
139
148
|
Special title
|
|
140
|
-
[
|
|
149
|
+
[Title](./1.md)
|
|
141
150
|
|
|
142
151
|
Special subtitle
|
|
143
|
-
[
|
|
152
|
+
[Subtitle](./1.md#subtitle)
|
|
144
153
|
|
|
145
154
|
Empty local title
|
|
146
|
-
[](#header)
|
|
155
|
+
[Header](#header)
|
|
147
156
|
|
|
148
157
|
Special local title
|
|
149
|
-
[
|
|
158
|
+
[Header](#header)
|
|
150
159
|
|
|
151
160
|
## Header {#header}
|
|
152
161
|
|
|
@@ -154,7 +163,7 @@ Content
|
|
|
154
163
|
"
|
|
155
164
|
`;
|
|
156
165
|
|
|
157
|
-
exports[`Regression > internal
|
|
166
|
+
exports[`Regression > internal 4`] = `
|
|
158
167
|
"---
|
|
159
168
|
metadata:
|
|
160
169
|
- name: generator
|
|
@@ -166,7 +175,7 @@ Note content 1
|
|
|
166
175
|
"
|
|
167
176
|
`;
|
|
168
177
|
|
|
169
|
-
exports[`Regression > internal
|
|
178
|
+
exports[`Regression > internal 5`] = `
|
|
170
179
|
"---
|
|
171
180
|
metadata:
|
|
172
181
|
- name: generator
|
|
@@ -178,7 +187,7 @@ Note content 1
|
|
|
178
187
|
"
|
|
179
188
|
`;
|
|
180
189
|
|
|
181
|
-
exports[`Regression > internal
|
|
190
|
+
exports[`Regression > internal 6`] = `
|
|
182
191
|
"---
|
|
183
192
|
metadata:
|
|
184
193
|
- name: generator
|
|
@@ -188,7 +197,7 @@ Note content 1
|
|
|
188
197
|
"
|
|
189
198
|
`;
|
|
190
199
|
|
|
191
|
-
exports[`Regression > internal
|
|
200
|
+
exports[`Regression > internal 7`] = `
|
|
192
201
|
"---
|
|
193
202
|
metadata:
|
|
194
203
|
- name: generator
|
|
@@ -200,7 +209,7 @@ Note content 1
|
|
|
200
209
|
"
|
|
201
210
|
`;
|
|
202
211
|
|
|
203
|
-
exports[`Regression > internal
|
|
212
|
+
exports[`Regression > internal 8`] = `
|
|
204
213
|
"---
|
|
205
214
|
metadata:
|
|
206
215
|
- name: generator
|
|
@@ -212,7 +221,7 @@ Note content 2
|
|
|
212
221
|
"
|
|
213
222
|
`;
|
|
214
223
|
|
|
215
|
-
exports[`Regression > internal
|
|
224
|
+
exports[`Regression > internal 9`] = `
|
|
216
225
|
"---
|
|
217
226
|
metadata:
|
|
218
227
|
- name: generator
|
|
@@ -229,10 +238,11 @@ metadata:
|
|
|
229
238
|
<!--  -->
|
|
230
239
|
|
|
231
240
|

|
|
232
|
-
|
|
241
|
+
|
|
242
|
+
[](latex.md)"
|
|
233
243
|
`;
|
|
234
244
|
|
|
235
|
-
exports[`Regression > internal
|
|
245
|
+
exports[`Regression > internal 10`] = `
|
|
236
246
|
"---
|
|
237
247
|
metadata:
|
|
238
248
|
- name: generator
|
|
@@ -254,7 +264,7 @@ Included item text
|
|
|
254
264
|
"
|
|
255
265
|
`;
|
|
256
266
|
|
|
257
|
-
exports[`Regression > internal
|
|
267
|
+
exports[`Regression > internal 11`] = `
|
|
258
268
|
"---
|
|
259
269
|
metadata:
|
|
260
270
|
- name: generator
|
|
@@ -268,25 +278,36 @@ Text
|
|
|
268
278
|
|
|
269
279
|
<!--{% include [For includes/deep.md](includes/deep.md) %}-->
|
|
270
280
|
{% include [For includes/deep-hash.md](includes/deep-hash.md) %}
|
|
281
|
+
|
|
282
|
+
Link after include
|
|
283
|
+
[Subtitle](./1.md#subtitle)
|
|
284
|
+
|
|
285
|
+
Link after include
|
|
271
286
|
"
|
|
272
287
|
`;
|
|
273
288
|
|
|
274
|
-
exports[`Regression > internal
|
|
289
|
+
exports[`Regression > internal 12`] = `
|
|
275
290
|
"{% include [user](./user-hash.md) %}
|
|
276
|
-
|
|
291
|
+
|
|
292
|
+
[](../latex.md)"
|
|
277
293
|
`;
|
|
278
294
|
|
|
279
|
-
exports[`Regression > internal
|
|
295
|
+
exports[`Regression > internal 13`] = `
|
|
280
296
|
"Test
|
|
281
297
|
"
|
|
282
298
|
`;
|
|
283
299
|
|
|
284
|
-
exports[`Regression > internal
|
|
300
|
+
exports[`Regression > internal 14`] = `
|
|
301
|
+
"Tool: Hammer and Laser
|
|
302
|
+
"
|
|
303
|
+
`;
|
|
304
|
+
|
|
305
|
+
exports[`Regression > internal 15`] = `
|
|
285
306
|
"Bob
|
|
286
307
|
"
|
|
287
308
|
`;
|
|
288
309
|
|
|
289
|
-
exports[`Regression > internal
|
|
310
|
+
exports[`Regression > internal 16`] = `
|
|
290
311
|
"description:
|
|
291
312
|
- Some text
|
|
292
313
|
links:
|
|
@@ -301,7 +322,7 @@ meta:
|
|
|
301
322
|
"
|
|
302
323
|
`;
|
|
303
324
|
|
|
304
|
-
exports[`Regression > internal
|
|
325
|
+
exports[`Regression > internal 17`] = `
|
|
305
326
|
"---
|
|
306
327
|
metadata:
|
|
307
328
|
- name: generator
|
|
@@ -313,7 +334,7 @@ $/sqrt{3x-1}+(1+x)^2$
|
|
|
313
334
|
"
|
|
314
335
|
`;
|
|
315
336
|
|
|
316
|
-
exports[`Regression > internal
|
|
337
|
+
exports[`Regression > internal 18`] = `
|
|
317
338
|
"---
|
|
318
339
|
metadata:
|
|
319
340
|
- name: generator
|
|
@@ -322,14 +343,17 @@ metadata:
|
|
|
322
343
|
# Should use merged item
|
|
323
344
|
|
|
324
345
|
[merged](./merged.md)
|
|
346
|
+
|
|
347
|
+
{% include [tools](../includes/tools-hash.md) %}
|
|
325
348
|
"
|
|
326
349
|
`;
|
|
327
350
|
|
|
328
|
-
exports[`Regression > internal
|
|
351
|
+
exports[`Regression > internal 19`] = `
|
|
329
352
|
"---
|
|
330
353
|
metadata:
|
|
331
354
|
- name: generator
|
|
332
355
|
content: Diplodoc Platform vDIPLODOC-VERSION
|
|
356
|
+
sourcePath: merge-source/merged.md
|
|
333
357
|
---
|
|
334
358
|
# Merged item
|
|
335
359
|
|
|
@@ -337,17 +361,19 @@ Should be linked in toc.yaml
|
|
|
337
361
|
"
|
|
338
362
|
`;
|
|
339
363
|
|
|
340
|
-
exports[`Regression > internal
|
|
364
|
+
exports[`Regression > internal 20`] = `
|
|
341
365
|
"items:
|
|
342
366
|
- name: Use merged
|
|
343
367
|
href: merge.md
|
|
368
|
+
- name: Multitoc item
|
|
369
|
+
href: ../1.md
|
|
344
370
|
- name: Merged item
|
|
345
371
|
href: merged.md
|
|
346
372
|
path: merge/toc.yaml
|
|
347
373
|
"
|
|
348
374
|
`;
|
|
349
375
|
|
|
350
|
-
exports[`Regression > internal
|
|
376
|
+
exports[`Regression > internal 21`] = `
|
|
351
377
|
"---
|
|
352
378
|
metadata:
|
|
353
379
|
- name: generator
|
|
@@ -369,7 +395,7 @@ Some mermaid info
|
|
|
369
395
|
"
|
|
370
396
|
`;
|
|
371
397
|
|
|
372
|
-
exports[`Regression > internal
|
|
398
|
+
exports[`Regression > internal 22`] = `
|
|
373
399
|
"---
|
|
374
400
|
metadata:
|
|
375
401
|
- name: generator
|
|
@@ -468,7 +494,7 @@ metadata:
|
|
|
468
494
|
<!-- markdownlint-disable-file -->"
|
|
469
495
|
`;
|
|
470
496
|
|
|
471
|
-
exports[`Regression > internal
|
|
497
|
+
exports[`Regression > internal 23`] = `
|
|
472
498
|
"---
|
|
473
499
|
metadata:
|
|
474
500
|
- name: generator
|
|
@@ -552,7 +578,7 @@ Generated server url
|
|
|
552
578
|
[*Deprecated]: No longer supported, please use an alternative and newer version."
|
|
553
579
|
`;
|
|
554
580
|
|
|
555
|
-
exports[`Regression > internal
|
|
581
|
+
exports[`Regression > internal 24`] = `
|
|
556
582
|
"---
|
|
557
583
|
metadata:
|
|
558
584
|
- name: generator
|
|
@@ -567,7 +593,7 @@ metadata:
|
|
|
567
593
|
<!-- markdownlint-disable-file -->"
|
|
568
594
|
`;
|
|
569
595
|
|
|
570
|
-
exports[`Regression > internal
|
|
596
|
+
exports[`Regression > internal 25`] = `
|
|
571
597
|
"files:
|
|
572
598
|
- from: c.md
|
|
573
599
|
to: d.md
|
|
@@ -577,7 +603,7 @@ common:
|
|
|
577
603
|
"
|
|
578
604
|
`;
|
|
579
605
|
|
|
580
|
-
exports[`Regression > internal
|
|
606
|
+
exports[`Regression > internal 26`] = `
|
|
581
607
|
"---
|
|
582
608
|
metadata:
|
|
583
609
|
- name: generator
|
|
@@ -587,11 +613,11 @@ metadata:
|
|
|
587
613
|
|
|
588
614
|
Item 1 text
|
|
589
615
|
|
|
590
|
-
[
|
|
616
|
+
[Images](../../images.md)
|
|
591
617
|
"
|
|
592
618
|
`;
|
|
593
619
|
|
|
594
|
-
exports[`Regression > internal
|
|
620
|
+
exports[`Regression > internal 27`] = `
|
|
595
621
|
"items:
|
|
596
622
|
- name: Verbose root (index.yaml) will be transformed to index.html
|
|
597
623
|
href: index.yaml
|
|
@@ -602,6 +628,8 @@ exports[`Regression > internal 25`] = `
|
|
|
602
628
|
- name: Md item named without extension
|
|
603
629
|
href: 1.md
|
|
604
630
|
- name: Item with empty href
|
|
631
|
+
- name: Multitoc item
|
|
632
|
+
href: merge/merged.md
|
|
605
633
|
- name: Included Item
|
|
606
634
|
href: included-item.md
|
|
607
635
|
- name: Named include (items is Object here - this is not an error)
|
|
@@ -646,7 +674,13 @@ path: toc.yaml
|
|
|
646
674
|
"
|
|
647
675
|
`;
|
|
648
676
|
|
|
649
|
-
exports[`Regression > internal
|
|
677
|
+
exports[`Regression > internal 28`] = `
|
|
678
|
+
"preprocess:
|
|
679
|
+
mergeAutotitles: true
|
|
680
|
+
"
|
|
681
|
+
`;
|
|
682
|
+
|
|
683
|
+
exports[`Regression > internal 29`] = `
|
|
650
684
|
"<!DOCTYPE html>
|
|
651
685
|
<html lang="ru" dir="ltr">
|
|
652
686
|
<head>
|
|
@@ -659,13 +693,13 @@ exports[`Regression > internal 26`] = `
|
|
|
659
693
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
660
694
|
|
|
661
695
|
|
|
662
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
696
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
663
697
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
664
698
|
</head>
|
|
665
699
|
<body class="g-root g-root_theme_light">
|
|
666
700
|
<div id="root"></div>
|
|
667
701
|
<script type="application/json" id="diplodoc-state">
|
|
668
|
-
{"data":{"leading":false,"html":"<p>Text {{not-var}} {{skip()}} default-var-value</p>/n<p>Text <code>{{not-var}}</code> <code>{{skip()}}</code> <code>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>[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","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"]}
|
|
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}}
|
|
669
703
|
</script>
|
|
670
704
|
<script type="application/javascript">
|
|
671
705
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -675,15 +709,15 @@ exports[`Regression > internal 26`] = `
|
|
|
675
709
|
window.STATIC_CONTENT = false;
|
|
676
710
|
</script>
|
|
677
711
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
678
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
679
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
712
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
680
713
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
714
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
681
715
|
|
|
682
716
|
</body>
|
|
683
717
|
</html>"
|
|
684
718
|
`;
|
|
685
719
|
|
|
686
|
-
exports[`Regression > internal
|
|
720
|
+
exports[`Regression > internal 30`] = `
|
|
687
721
|
"<!DOCTYPE html>
|
|
688
722
|
<html lang="ru" dir="ltr">
|
|
689
723
|
<head>
|
|
@@ -696,13 +730,13 @@ exports[`Regression > internal 27`] = `
|
|
|
696
730
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
697
731
|
|
|
698
732
|
|
|
699
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
733
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
700
734
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
701
735
|
</head>
|
|
702
736
|
<body class="g-root g-root_theme_light">
|
|
703
737
|
<div id="root"></div>
|
|
704
738
|
<script type="application/json" id="diplodoc-state">
|
|
705
|
-
{"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"]}
|
|
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}}
|
|
706
740
|
</script>
|
|
707
741
|
<script type="application/javascript">
|
|
708
742
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -712,15 +746,15 @@ exports[`Regression > internal 27`] = `
|
|
|
712
746
|
window.STATIC_CONTENT = false;
|
|
713
747
|
</script>
|
|
714
748
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
715
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
716
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
749
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
717
750
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
751
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
718
752
|
|
|
719
753
|
</body>
|
|
720
754
|
</html>"
|
|
721
755
|
`;
|
|
722
756
|
|
|
723
|
-
exports[`Regression > internal
|
|
757
|
+
exports[`Regression > internal 31`] = `
|
|
724
758
|
"<!DOCTYPE html>
|
|
725
759
|
<html lang="ru" dir="ltr">
|
|
726
760
|
<head>
|
|
@@ -746,7 +780,7 @@ exports[`Regression > internal 28`] = `
|
|
|
746
780
|
</html>"
|
|
747
781
|
`;
|
|
748
782
|
|
|
749
|
-
exports[`Regression > internal
|
|
783
|
+
exports[`Regression > internal 32`] = `
|
|
750
784
|
"<!DOCTYPE html>
|
|
751
785
|
<html lang="ru" dir="ltr">
|
|
752
786
|
<head>
|
|
@@ -759,13 +793,13 @@ exports[`Regression > internal 29`] = `
|
|
|
759
793
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
760
794
|
|
|
761
795
|
|
|
762
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
796
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
763
797
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
764
798
|
</head>
|
|
765
799
|
<body class="g-root g-root_theme_light">
|
|
766
800
|
<div id="root"></div>
|
|
767
801
|
<script type="application/json" id="diplodoc-state">
|
|
768
|
-
{"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"]}
|
|
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}}
|
|
769
803
|
</script>
|
|
770
804
|
<script type="application/javascript">
|
|
771
805
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -775,15 +809,15 @@ exports[`Regression > internal 29`] = `
|
|
|
775
809
|
window.STATIC_CONTENT = false;
|
|
776
810
|
</script>
|
|
777
811
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
778
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
779
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
812
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
780
813
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
814
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
781
815
|
|
|
782
816
|
</body>
|
|
783
817
|
</html>"
|
|
784
818
|
`;
|
|
785
819
|
|
|
786
|
-
exports[`Regression > internal
|
|
820
|
+
exports[`Regression > internal 33`] = `
|
|
787
821
|
"<!DOCTYPE html>
|
|
788
822
|
<html lang="ru" dir="ltr">
|
|
789
823
|
<head>
|
|
@@ -796,13 +830,13 @@ exports[`Regression > internal 30`] = `
|
|
|
796
830
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
797
831
|
|
|
798
832
|
|
|
799
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
833
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
800
834
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
801
835
|
</head>
|
|
802
836
|
<body class="g-root g-root_theme_light">
|
|
803
837
|
<div id="root"></div>
|
|
804
838
|
<script type="application/json" id="diplodoc-state">
|
|
805
|
-
{"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"]}
|
|
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}}
|
|
806
840
|
</script>
|
|
807
841
|
<script type="application/javascript">
|
|
808
842
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -812,15 +846,15 @@ exports[`Regression > internal 30`] = `
|
|
|
812
846
|
window.STATIC_CONTENT = false;
|
|
813
847
|
</script>
|
|
814
848
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
815
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
816
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
849
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
817
850
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
851
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
818
852
|
|
|
819
853
|
</body>
|
|
820
854
|
</html>"
|
|
821
855
|
`;
|
|
822
856
|
|
|
823
|
-
exports[`Regression > internal
|
|
857
|
+
exports[`Regression > internal 34`] = `
|
|
824
858
|
"<!DOCTYPE html>
|
|
825
859
|
<html lang="ru" dir="ltr">
|
|
826
860
|
<head>
|
|
@@ -833,13 +867,13 @@ exports[`Regression > internal 31`] = `
|
|
|
833
867
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
834
868
|
|
|
835
869
|
|
|
836
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
870
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
837
871
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
838
872
|
</head>
|
|
839
873
|
<body class="g-root g-root_theme_light">
|
|
840
874
|
<div id="root"></div>
|
|
841
875
|
<script type="application/json" id="diplodoc-state">
|
|
842
|
-
{"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"]}
|
|
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}}
|
|
843
877
|
</script>
|
|
844
878
|
<script type="application/javascript">
|
|
845
879
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -849,15 +883,15 @@ exports[`Regression > internal 31`] = `
|
|
|
849
883
|
window.STATIC_CONTENT = false;
|
|
850
884
|
</script>
|
|
851
885
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
852
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
853
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
886
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
854
887
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
888
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
855
889
|
|
|
856
890
|
</body>
|
|
857
891
|
</html>"
|
|
858
892
|
`;
|
|
859
893
|
|
|
860
|
-
exports[`Regression > internal
|
|
894
|
+
exports[`Regression > internal 35`] = `
|
|
861
895
|
"<!DOCTYPE html>
|
|
862
896
|
<html lang="ru" dir="ltr">
|
|
863
897
|
<head>
|
|
@@ -870,13 +904,13 @@ exports[`Regression > internal 32`] = `
|
|
|
870
904
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
871
905
|
|
|
872
906
|
|
|
873
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
907
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
874
908
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
875
909
|
</head>
|
|
876
910
|
<body class="g-root g-root_theme_light">
|
|
877
911
|
<div id="root"></div>
|
|
878
912
|
<script type="application/json" id="diplodoc-state">
|
|
879
|
-
{"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"]}
|
|
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}}
|
|
880
914
|
</script>
|
|
881
915
|
<script type="application/javascript">
|
|
882
916
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -886,15 +920,15 @@ exports[`Regression > internal 32`] = `
|
|
|
886
920
|
window.STATIC_CONTENT = false;
|
|
887
921
|
</script>
|
|
888
922
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
889
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
890
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
923
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
891
924
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
925
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
892
926
|
|
|
893
927
|
</body>
|
|
894
928
|
</html>"
|
|
895
929
|
`;
|
|
896
930
|
|
|
897
|
-
exports[`Regression > internal
|
|
931
|
+
exports[`Regression > internal 36`] = `
|
|
898
932
|
"<!DOCTYPE html>
|
|
899
933
|
<html lang="ru" dir="ltr">
|
|
900
934
|
<head>
|
|
@@ -907,13 +941,13 @@ exports[`Regression > internal 33`] = `
|
|
|
907
941
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
908
942
|
|
|
909
943
|
|
|
910
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
944
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
911
945
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
912
946
|
</head>
|
|
913
947
|
<body class="g-root g-root_theme_light">
|
|
914
948
|
<div id="root"></div>
|
|
915
949
|
<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"}]},"headings":[],"title":"Sub note 2"},"router":{"pathname":"generic/Sub notes/2","depth":3,"base":"../../"},"lang":"ru","langs":["ru"]}
|
|
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}}
|
|
917
951
|
</script>
|
|
918
952
|
<script type="application/javascript">
|
|
919
953
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -923,15 +957,15 @@ exports[`Regression > internal 33`] = `
|
|
|
923
957
|
window.STATIC_CONTENT = false;
|
|
924
958
|
</script>
|
|
925
959
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
926
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
927
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
960
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
928
961
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
962
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
929
963
|
|
|
930
964
|
</body>
|
|
931
965
|
</html>"
|
|
932
966
|
`;
|
|
933
967
|
|
|
934
|
-
exports[`Regression > internal
|
|
968
|
+
exports[`Regression > internal 37`] = `
|
|
935
969
|
"<!DOCTYPE html>
|
|
936
970
|
<html lang="ru" dir="ltr">
|
|
937
971
|
<head>
|
|
@@ -944,13 +978,13 @@ exports[`Regression > internal 34`] = `
|
|
|
944
978
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
945
979
|
|
|
946
980
|
|
|
947
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
981
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
948
982
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
949
983
|
</head>
|
|
950
984
|
<body class="g-root g-root_theme_light">
|
|
951
985
|
<div id="root"></div>
|
|
952
986
|
<script type="application/json" id="diplodoc-state">
|
|
953
|
-
{"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","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":"Images"},"router":{"pathname":"images","depth":1,"base":"./"},"lang":"ru","langs":["ru"]}
|
|
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}}
|
|
954
988
|
</script>
|
|
955
989
|
<script type="application/javascript">
|
|
956
990
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -960,15 +994,15 @@ exports[`Regression > internal 34`] = `
|
|
|
960
994
|
window.STATIC_CONTENT = false;
|
|
961
995
|
</script>
|
|
962
996
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
963
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
964
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
997
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
965
998
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
999
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
966
1000
|
|
|
967
1001
|
</body>
|
|
968
1002
|
</html>"
|
|
969
1003
|
`;
|
|
970
1004
|
|
|
971
|
-
exports[`Regression > internal
|
|
1005
|
+
exports[`Regression > internal 38`] = `
|
|
972
1006
|
"<!DOCTYPE html>
|
|
973
1007
|
<html lang="ru" dir="ltr">
|
|
974
1008
|
<head>
|
|
@@ -981,13 +1015,13 @@ exports[`Regression > internal 35`] = `
|
|
|
981
1015
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
982
1016
|
|
|
983
1017
|
|
|
984
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1018
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
985
1019
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
986
1020
|
</head>
|
|
987
1021
|
<body class="g-root g-root_theme_light">
|
|
988
1022
|
<div id="root"></div>
|
|
989
1023
|
<script type="application/json" id="diplodoc-state">
|
|
990
|
-
{"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"]}
|
|
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}}
|
|
991
1025
|
</script>
|
|
992
1026
|
<script type="application/javascript">
|
|
993
1027
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -997,15 +1031,15 @@ exports[`Regression > internal 35`] = `
|
|
|
997
1031
|
window.STATIC_CONTENT = false;
|
|
998
1032
|
</script>
|
|
999
1033
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1000
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1001
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1034
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1002
1035
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1036
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1003
1037
|
|
|
1004
1038
|
</body>
|
|
1005
1039
|
</html>"
|
|
1006
1040
|
`;
|
|
1007
1041
|
|
|
1008
|
-
exports[`Regression > internal
|
|
1042
|
+
exports[`Regression > internal 39`] = `
|
|
1009
1043
|
"<!DOCTYPE html>
|
|
1010
1044
|
<html lang="ru" dir="ltr">
|
|
1011
1045
|
<head>
|
|
@@ -1018,13 +1052,13 @@ exports[`Regression > internal 36`] = `
|
|
|
1018
1052
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1019
1053
|
|
|
1020
1054
|
|
|
1021
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1055
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1022
1056
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1023
1057
|
</head>
|
|
1024
1058
|
<body class="g-root g-root_theme_light">
|
|
1025
1059
|
<div id="root"></div>
|
|
1026
1060
|
<script type="application/json" id="diplodoc-state">
|
|
1027
|
-
{"data":{"leading":false,"html":"<p>Text</p>/n<p>Bob</p>/n<p>Test</p>/n/n<p>Bob</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":""},"router":{"pathname":"includes","depth":1,"base":"./"},"lang":"ru","langs":["ru"]}
|
|
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}}
|
|
1028
1062
|
</script>
|
|
1029
1063
|
<script type="application/javascript">
|
|
1030
1064
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1034,15 +1068,15 @@ exports[`Regression > internal 36`] = `
|
|
|
1034
1068
|
window.STATIC_CONTENT = false;
|
|
1035
1069
|
</script>
|
|
1036
1070
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1037
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1038
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1071
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1039
1072
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1073
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1040
1074
|
|
|
1041
1075
|
</body>
|
|
1042
1076
|
</html>"
|
|
1043
1077
|
`;
|
|
1044
1078
|
|
|
1045
|
-
exports[`Regression > internal
|
|
1079
|
+
exports[`Regression > internal 40`] = `
|
|
1046
1080
|
"<!DOCTYPE html>
|
|
1047
1081
|
<html lang="ru" dir="ltr">
|
|
1048
1082
|
<head>
|
|
@@ -1055,13 +1089,13 @@ exports[`Regression > internal 37`] = `
|
|
|
1055
1089
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1056
1090
|
|
|
1057
1091
|
|
|
1058
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1092
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1059
1093
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1060
1094
|
</head>
|
|
1061
1095
|
<body class="g-root g-root_theme_light">
|
|
1062
1096
|
<div id="root"></div>
|
|
1063
1097
|
<script type="application/json" id="diplodoc-state">
|
|
1064
|
-
{"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"]}
|
|
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}}
|
|
1065
1099
|
</script>
|
|
1066
1100
|
<script type="application/javascript">
|
|
1067
1101
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1071,15 +1105,15 @@ exports[`Regression > internal 37`] = `
|
|
|
1071
1105
|
window.STATIC_CONTENT = false;
|
|
1072
1106
|
</script>
|
|
1073
1107
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1074
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1075
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1108
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1076
1109
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1110
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1077
1111
|
|
|
1078
1112
|
</body>
|
|
1079
1113
|
</html>"
|
|
1080
1114
|
`;
|
|
1081
1115
|
|
|
1082
|
-
exports[`Regression > internal
|
|
1116
|
+
exports[`Regression > internal 41`] = `
|
|
1083
1117
|
"<!DOCTYPE html>
|
|
1084
1118
|
<html lang="ru" dir="ltr">
|
|
1085
1119
|
<head>
|
|
@@ -1092,14 +1126,14 @@ exports[`Regression > internal 38`] = `
|
|
|
1092
1126
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1093
1127
|
|
|
1094
1128
|
|
|
1095
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1129
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1096
1130
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1097
1131
|
<link type="text/css" rel="stylesheet" href="_bundle/latex-extension.css"/>
|
|
1098
1132
|
</head>
|
|
1099
1133
|
<body class="g-root g-root_theme_light">
|
|
1100
1134
|
<div id="root"></div>
|
|
1101
1135
|
<script type="application/json" id="diplodoc-state">
|
|
1102
|
-
{"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"]}
|
|
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}}
|
|
1103
1137
|
</script>
|
|
1104
1138
|
<script type="application/javascript">
|
|
1105
1139
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1109,16 +1143,16 @@ exports[`Regression > internal 38`] = `
|
|
|
1109
1143
|
window.STATIC_CONTENT = false;
|
|
1110
1144
|
</script>
|
|
1111
1145
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1112
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1113
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1146
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1114
1147
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1148
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1115
1149
|
<script type="application/javascript" defer src="_bundle/latex-extension.js"></script>
|
|
1116
1150
|
|
|
1117
1151
|
</body>
|
|
1118
1152
|
</html>"
|
|
1119
1153
|
`;
|
|
1120
1154
|
|
|
1121
|
-
exports[`Regression > internal
|
|
1155
|
+
exports[`Regression > internal 42`] = `
|
|
1122
1156
|
"<!DOCTYPE html>
|
|
1123
1157
|
<html lang="ru" dir="ltr">
|
|
1124
1158
|
<head>
|
|
@@ -1131,13 +1165,13 @@ exports[`Regression > internal 39`] = `
|
|
|
1131
1165
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1132
1166
|
|
|
1133
1167
|
|
|
1134
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1168
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1135
1169
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1136
1170
|
</head>
|
|
1137
1171
|
<body class="g-root g-root_theme_light">
|
|
1138
1172
|
<div id="root"></div>
|
|
1139
1173
|
<script type="application/json" id="diplodoc-state">
|
|
1140
|
-
{"data":{"leading":false,"html":"<p><a href=\\"merge/merged.html\\">merged</a></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"]}
|
|
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}}
|
|
1141
1175
|
</script>
|
|
1142
1176
|
<script type="application/javascript">
|
|
1143
1177
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1147,15 +1181,15 @@ exports[`Regression > internal 39`] = `
|
|
|
1147
1181
|
window.STATIC_CONTENT = false;
|
|
1148
1182
|
</script>
|
|
1149
1183
|
<script type="application/javascript" defer src="merge/toc.js"></script>
|
|
1150
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1151
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1184
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1152
1185
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1186
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1153
1187
|
|
|
1154
1188
|
</body>
|
|
1155
1189
|
</html>"
|
|
1156
1190
|
`;
|
|
1157
1191
|
|
|
1158
|
-
exports[`Regression > internal
|
|
1192
|
+
exports[`Regression > internal 43`] = `
|
|
1159
1193
|
"<!DOCTYPE html>
|
|
1160
1194
|
<html lang="ru" dir="ltr">
|
|
1161
1195
|
<head>
|
|
@@ -1164,17 +1198,18 @@ exports[`Regression > internal 40`] = `
|
|
|
1164
1198
|
<base href="../" />
|
|
1165
1199
|
<title>Merged item</title>
|
|
1166
1200
|
<meta name="generator" content="Diplodoc Platform vDIPLODOC-VERSION">
|
|
1201
|
+
<meta name="sourcePath" content="merge-source/merged.md">
|
|
1167
1202
|
|
|
1168
1203
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1169
1204
|
|
|
1170
1205
|
|
|
1171
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1206
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1172
1207
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1173
1208
|
</head>
|
|
1174
1209
|
<body class="g-root g-root_theme_light">
|
|
1175
1210
|
<div id="root"></div>
|
|
1176
1211
|
<script type="application/json" id="diplodoc-state">
|
|
1177
|
-
{"data":{"leading":false,"html":"<p>Should be linked in toc.yaml</p>/n","meta":{"metadata":[{"name":"generator","content":"Diplodoc Platform vDIPLODOC-VERSION"}]},"headings":[],"title":"Merged item"},"router":{"pathname":"merge/merged","depth":2,"base":"../"},"lang":"ru","langs":["ru"]}
|
|
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}}
|
|
1178
1213
|
</script>
|
|
1179
1214
|
<script type="application/javascript">
|
|
1180
1215
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1184,17 +1219,17 @@ exports[`Regression > internal 40`] = `
|
|
|
1184
1219
|
window.STATIC_CONTENT = false;
|
|
1185
1220
|
</script>
|
|
1186
1221
|
<script type="application/javascript" defer src="merge/toc.js"></script>
|
|
1187
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1188
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1222
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1189
1223
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1224
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1190
1225
|
|
|
1191
1226
|
</body>
|
|
1192
1227
|
</html>"
|
|
1193
1228
|
`;
|
|
1194
1229
|
|
|
1195
|
-
exports[`Regression > internal
|
|
1230
|
+
exports[`Regression > internal 44`] = `"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"};"`;
|
|
1196
1231
|
|
|
1197
|
-
exports[`Regression > internal
|
|
1232
|
+
exports[`Regression > internal 45`] = `
|
|
1198
1233
|
"<!DOCTYPE html>
|
|
1199
1234
|
<html lang="ru" dir="ltr">
|
|
1200
1235
|
<head>
|
|
@@ -1207,13 +1242,13 @@ exports[`Regression > internal 42`] = `
|
|
|
1207
1242
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1208
1243
|
|
|
1209
1244
|
|
|
1210
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1245
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1211
1246
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1212
1247
|
</head>
|
|
1213
1248
|
<body class="g-root g-root_theme_light">
|
|
1214
1249
|
<div id="root"></div>
|
|
1215
1250
|
<script type="application/json" id="diplodoc-state">
|
|
1216
|
-
{"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"]}
|
|
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}}
|
|
1217
1252
|
</script>
|
|
1218
1253
|
<script type="application/javascript">
|
|
1219
1254
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1223,16 +1258,16 @@ exports[`Regression > internal 42`] = `
|
|
|
1223
1258
|
window.STATIC_CONTENT = false;
|
|
1224
1259
|
</script>
|
|
1225
1260
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1226
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1227
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1261
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1228
1262
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1263
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1229
1264
|
<script type="application/javascript" defer src="_bundle/mermaid-extension.js"></script>
|
|
1230
1265
|
|
|
1231
1266
|
</body>
|
|
1232
1267
|
</html>"
|
|
1233
1268
|
`;
|
|
1234
1269
|
|
|
1235
|
-
exports[`Regression > internal
|
|
1270
|
+
exports[`Regression > internal 46`] = `
|
|
1236
1271
|
"<!DOCTYPE html>
|
|
1237
1272
|
<html lang="ru" dir="ltr">
|
|
1238
1273
|
<head>
|
|
@@ -1245,14 +1280,14 @@ exports[`Regression > internal 43`] = `
|
|
|
1245
1280
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1246
1281
|
|
|
1247
1282
|
|
|
1248
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1283
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1249
1284
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1250
1285
|
<link type="text/css" rel="stylesheet" href="_assets/cut-extension.css"/>
|
|
1251
1286
|
</head>
|
|
1252
1287
|
<body class="g-root g-root_theme_light">
|
|
1253
1288
|
<div id="root"></div>
|
|
1254
1289
|
<script type="application/json" id="diplodoc-state">
|
|
1255
|
-
{"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"]}
|
|
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}}
|
|
1256
1291
|
</script>
|
|
1257
1292
|
<script type="application/javascript">
|
|
1258
1293
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1262,16 +1297,16 @@ exports[`Regression > internal 43`] = `
|
|
|
1262
1297
|
window.STATIC_CONTENT = false;
|
|
1263
1298
|
</script>
|
|
1264
1299
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1265
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1266
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1300
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1267
1301
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1302
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1268
1303
|
<script type="application/javascript" defer src="_assets/cut-extension.js"></script>
|
|
1269
1304
|
|
|
1270
1305
|
</body>
|
|
1271
1306
|
</html>"
|
|
1272
1307
|
`;
|
|
1273
1308
|
|
|
1274
|
-
exports[`Regression > internal
|
|
1309
|
+
exports[`Regression > internal 47`] = `
|
|
1275
1310
|
"<!DOCTYPE html>
|
|
1276
1311
|
<html lang="ru" dir="ltr">
|
|
1277
1312
|
<head>
|
|
@@ -1284,14 +1319,14 @@ exports[`Regression > internal 44`] = `
|
|
|
1284
1319
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1285
1320
|
|
|
1286
1321
|
|
|
1287
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1322
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1288
1323
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1289
1324
|
<link type="text/css" rel="stylesheet" href="_assets/cut-extension.css"/>
|
|
1290
1325
|
</head>
|
|
1291
1326
|
<body class="g-root g-root_theme_light">
|
|
1292
1327
|
<div id="root"></div>
|
|
1293
1328
|
<script type="application/json" id="diplodoc-state">
|
|
1294
|
-
{"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"]}
|
|
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}}
|
|
1295
1330
|
</script>
|
|
1296
1331
|
<script type="application/javascript">
|
|
1297
1332
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1301,16 +1336,16 @@ exports[`Regression > internal 44`] = `
|
|
|
1301
1336
|
window.STATIC_CONTENT = false;
|
|
1302
1337
|
</script>
|
|
1303
1338
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1304
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1305
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1339
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1306
1340
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1341
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1307
1342
|
<script type="application/javascript" defer src="_assets/cut-extension.js"></script>
|
|
1308
1343
|
|
|
1309
1344
|
</body>
|
|
1310
1345
|
</html>"
|
|
1311
1346
|
`;
|
|
1312
1347
|
|
|
1313
|
-
exports[`Regression > internal
|
|
1348
|
+
exports[`Regression > internal 48`] = `
|
|
1314
1349
|
"<!DOCTYPE html>
|
|
1315
1350
|
<html lang="ru" dir="ltr">
|
|
1316
1351
|
<head>
|
|
@@ -1323,13 +1358,13 @@ exports[`Regression > internal 45`] = `
|
|
|
1323
1358
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1324
1359
|
|
|
1325
1360
|
|
|
1326
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1361
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1327
1362
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1328
1363
|
</head>
|
|
1329
1364
|
<body class="g-root g-root_theme_light">
|
|
1330
1365
|
<div id="root"></div>
|
|
1331
1366
|
<script type="application/json" id="diplodoc-state">
|
|
1332
|
-
{"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"]}
|
|
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}}
|
|
1333
1368
|
</script>
|
|
1334
1369
|
<script type="application/javascript">
|
|
1335
1370
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1339,15 +1374,15 @@ exports[`Regression > internal 45`] = `
|
|
|
1339
1374
|
window.STATIC_CONTENT = false;
|
|
1340
1375
|
</script>
|
|
1341
1376
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1342
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1343
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1377
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1344
1378
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1379
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1345
1380
|
|
|
1346
1381
|
</body>
|
|
1347
1382
|
</html>"
|
|
1348
1383
|
`;
|
|
1349
1384
|
|
|
1350
|
-
exports[`Regression > internal
|
|
1385
|
+
exports[`Regression > internal 49`] = `
|
|
1351
1386
|
"<!DOCTYPE html>
|
|
1352
1387
|
<html lang="ru" dir="ltr">
|
|
1353
1388
|
<head>
|
|
@@ -1360,13 +1395,13 @@ exports[`Regression > internal 46`] = `
|
|
|
1360
1395
|
<style type="text/css">html, body {min-height:100vh; height:100vh;}</style>
|
|
1361
1396
|
|
|
1362
1397
|
|
|
1363
|
-
<link type="text/css" rel="stylesheet" href="_bundle/search-css-
|
|
1398
|
+
<link type="text/css" rel="stylesheet" href="_bundle/search-css-0"/>
|
|
1364
1399
|
<link type="text/css" rel="stylesheet" href="_bundle/app-css-1"/>
|
|
1365
1400
|
</head>
|
|
1366
1401
|
<body class="g-root g-root_theme_light">
|
|
1367
1402
|
<div id="root"></div>
|
|
1368
1403
|
<script type="application/json" id="diplodoc-state">
|
|
1369
|
-
{"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"]}
|
|
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}}
|
|
1370
1405
|
</script>
|
|
1371
1406
|
<script type="application/javascript">
|
|
1372
1407
|
const data = document.querySelector('script#diplodoc-state');
|
|
@@ -1376,12 +1411,12 @@ exports[`Regression > internal 46`] = `
|
|
|
1376
1411
|
window.STATIC_CONTENT = false;
|
|
1377
1412
|
</script>
|
|
1378
1413
|
<script type="application/javascript" defer src="toc.js"></script>
|
|
1379
|
-
<script type="application/javascript" defer src="_bundle/search-js-
|
|
1380
|
-
<script type="application/javascript" defer src="_bundle/app-js-1"></script>
|
|
1414
|
+
<script type="application/javascript" defer src="_bundle/search-js-1"></script>
|
|
1381
1415
|
<script type="application/javascript" defer src="_bundle/search-js-2"></script>
|
|
1416
|
+
<script type="application/javascript" defer src="_bundle/app-js-2"></script>
|
|
1382
1417
|
|
|
1383
1418
|
</body>
|
|
1384
1419
|
</html>"
|
|
1385
1420
|
`;
|
|
1386
1421
|
|
|
1387
|
-
exports[`Regression > internal
|
|
1422
|
+
exports[`Regression > internal 50`] = `"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"};"`;
|