mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: fix for deployed user guide
This commit is contained in:
parent
c27af00bcf
commit
e26a3b8ec8
@ -47,10 +47,10 @@ foreach ($files as $filePath => $fileInfo) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$pattern = '/<div role="navigation" aria-label="breadcrumbs navigation">/u';
|
||||
$pattern = '/<div class="rst-content">/u';
|
||||
$content = preg_replace(
|
||||
$pattern,
|
||||
$gitHubLink . PHP_EOL . '<div role="navigation" aria-label="breadcrumbs navigation">',
|
||||
'<div class="rst-content">' . PHP_EOL . $gitHubLink . PHP_EOL,
|
||||
$content
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user