I try to import an .md file from a repo on github into my local gitbook.
I want to do something like this in my SUMMARY.md file:
# Summary
* [Introduction](README.md)
* [button-color](https://github.com/blah/button-color/blob/master/README.md)
In this case it becomes only a link.
How can I import the file?
I googled it but can't find any answer.
Is this even possible?
Help would be greatly appreciated.