Skip to content

Commit 960ff9f

Browse files
committed
[TASK] Composer update
Due to guides update the links to confvals are now prefixed with "confval-" as was done in Sphinx. This prevents collisions and keeps links from before the rendering swap the same. A `:noindex:` option is now available int that case there is no warning about duplicate link targets, but `:confval:` references to the object do not work. For this we need some template changes that I will do in a follow up so that the link option is not shown when not available. - Upgrading league/uri-interfaces (7.4.0 => 7.4.1): Extracting archive - Upgrading league/uri (7.4.0 => 7.4.1): Extracting archive - Upgrading phpdocumentor/guides (1.2.2 => 1.2.3): Extracting archive - Upgrading phpdocumentor/guides-restructured-text (1.2.1 => 1.2.3): Extracting archive - Upgrading phpstan/phpstan (1.10.64 => 1.10.65): Extracting archive - Upgrading sebastian/environment (6.0.1 => 6.1.0): Extracting archive
1 parent 294d637 commit 960ff9f

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

composer.lock

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

tests/Integration/tests/confval/confval-basic/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Confval<a class="headerlink" href="#confval" data-bs-toggle="modal" data-bs-
1919
</dd>
2020
</dl>
2121

22-
<p>See also <a href="#demo">demo</a>.</p>
22+
<p>See also <a href="#confval-demo">demo</a>.</p>
2323

2424
</section>
2525
<!-- content end -->

tests/Integration/tests/confval/confval-duplicate-with-name/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Confval<a class="headerlink" href="#confval" data-bs-toggle="modal" data-bs-
1919
</dd>
2020
</dl>
2121

22-
<p>See also <a href="#demo">demo</a> and the config value in the other domain: <a href="anotherDomain.html#another-demo">demo</a>.</p>
22+
<p>See also <a href="#confval-demo">demo</a> and the config value in the other domain: <a href="anotherDomain.html#confval-another-demo">demo</a>.</p>
2323

2424
<div class="toctree-wrapper compound">
2525
<ul class="menu-level">

tests/Integration/tests/confval/confval-duplicate/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Confval<a class="headerlink" href="#confval" data-bs-toggle="modal" data-bs-
1919
</dd>
2020
</dl>
2121

22-
<p>See also <a href="anotherDomain.html#demo">demo</a>.</p>
22+
<p>See also <a href="anotherDomain.html#confval-demo">demo</a>.</p>
2323

2424
<div class="toctree-wrapper compound">
2525
<ul class="menu-level">

0 commit comments

Comments
 (0)