mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:14:38 +01:00
7 lines
200 B
Bash
Executable File
7 lines
200 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/long|string/long\\|string/g' docs/docs/API_docs/methods/* -i
|