Skip to content

Commit 96f2cdc

Browse files
committed
[TASK] Update Guides
objects.inv is available now. objects.inv.json does not contain null anymore but string "-" as does sphinx
1 parent 01f3d2b commit 96f2cdc

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

composer.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Integration/tests/index/expected/objects.inv.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"std:doc": {
33
"index": [
4-
null,
5-
null,
4+
"-",
5+
"-",
66
"index.html",
77
"Document Title"
88
]
99
},
1010
"std:label": {
1111
"document-title": [
12-
null,
13-
null,
12+
"-",
13+
"-",
1414
"index.html#document-title",
1515
"Document Title"
1616
]

0 commit comments

Comments
 (0)