e.g. mkdocs.yml
site_name: MyCoolSite
pages:
- Home: index.md
- Guide:
- Know this: know-this.md
- Other info: "http://www.otherinfo.com"
Currently build_pages in build.py fails
DEBUG - Building page http:/www.google.com
ERROR - file not found: /Users/nsnyder/code/linkedin/layoutkit-opensource/docs/http:/www.google.com
ERROR - Error building page http:/www.google.com
It would be easy to skip the call to _build_pages if the value starts with http but also need to generate the correct absolute link in the nav. Happy to work on this if you agree.
If so, can you point me to the correct place for generating the link?