1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 05:58:58 +01:00
MadelineProto/tools/fix_docs.sh
2024-08-18 13:01:56 +02:00

7 lines
221 B
Bash
Executable File

#!/bin/bash -e
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