From e3a2c720ef6d2b39c8ae09b89d54ec65fad5a099 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 1 Apr 2018 13:55:16 +0200 Subject: [PATCH] Update docs --- build_docs_index.php | 4 ++-- docs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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