Skip to content

Commit e26a3b8

Browse files
committed
chore: fix for deployed user guide
1 parent c27af00 commit e26a3b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/add-edit-this-page

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ foreach ($files as $filePath => $fileInfo) {
4747
continue;
4848
}
4949

50-
$pattern = '/<div role="navigation" aria-label="breadcrumbs navigation">/u';
50+
$pattern = '/<div class="rst-content">/u';
5151
$content = preg_replace(
5252
$pattern,
53-
$gitHubLink . PHP_EOL . '<div role="navigation" aria-label="breadcrumbs navigation">',
53+
'<div class="rst-content">' . PHP_EOL . $gitHubLink . PHP_EOL,
5454
$content
5555
);
5656

0 commit comments

Comments
 (0)