From b7688247dc5493024700ad524a5e266f37861ad8 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 18 Aug 2024 13:04:48 +0200 Subject: [PATCH] Bump docs --- docs | 2 +- tools/fix_docs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 7731074c0..45b48bbb9 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 7731074c0b69deb3b60608db0e4351cd68a10ed5 +Subproject commit 45b48bbb98e1d304e812b293327b4a951cf239e7 diff --git a/tools/fix_docs.sh b/tools/fix_docs.sh index f31e97c8c..59272becf 100755 --- a/tools/fix_docs.sh +++ b/tools/fix_docs.sh @@ -3,4 +3,4 @@ find docs/ -name '*.md' -exec sed 's/\.md/\.html/g' -i {} + sed 's:(danog:(/PHP/danog:g' -i docs/docs/PHP/index.md -sed 's/Array of \[long|string/Array of [long\\|string/g' docs/docs/API_docs/methods/* -i +sed 's/long|string/long\\|string/g' docs/docs/API_docs/methods/* -i