1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00
MadelineProto/tools/fix_docs.sh

7 lines
200 B
Bash
Raw Permalink Normal View History

2022-10-08 14:10:04 +02:00
#!/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
2024-08-18 13:01:56 +02:00
2024-08-18 13:04:48 +02:00
sed 's/long|string/long\\|string/g' docs/docs/API_docs/methods/* -i