mirror of https://github.com/pwndbg/pwndbg.git
fix md frontmatter shown in readme (#2863)
parent
a36468c021
commit
1d3b17501e
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm ./docs/index.md
|
||||||
|
echo "---
|
||||||
|
hide:
|
||||||
|
- navigation
|
||||||
|
---
|
||||||
|
" > ./docs/index.md
|
||||||
|
|
||||||
|
cat ./README.md >> ./docs/index.md
|
||||||
Loading…
Reference in new issue