diff --git a/build_docs_index.php b/build_docs_index.php index 6f2ef9c6..ce0bcfdc 100644 --- a/build_docs_index.php +++ b/build_docs_index.php @@ -60,9 +60,9 @@ foreach ($orderedfiles as $key => $filename) { if (isset($orderedfiles[$key + 1])) { $nextfile = 'https://docs.madelineproto.xyz/docs/'.basename($orderedfiles[$key + 1], '.md').'.html'; $prevfile = $key === 0 ? 'https://docs.madelineproto.xyz' : 'https://docs.madelineproto.xyz/docs/'.basename($orderedfiles[$key - 1], '.md').'.html'; - $lines[count($lines)] = "\n"; + $lines[count($lines)] = "\nNext section"; } else { - $lines[count($lines)] = "\n"; + $lines[count($lines)] = "\nNext section"; } file_put_contents($filename, implode("\n", $lines)); diff --git a/docs b/docs index 852d83a2..4f9438b1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 852d83a2b2583c937b380d7158950ca17c142a9c +Subproject commit 4f9438b1c1b270d36a89862c398f932230d4b6a5