love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
300 stars 48 forks source link

Embed CSS into HTML #41

Closed karai17 closed 7 years ago

karai17 commented 7 years ago

While generally not considered best practice, I think sticking the CSS into a <style> tag would be good for this. It would allow people to download the whole API reference, styled, in a single file.

Also maybe bump the font size up a bit? it's pretty small~

rm-code commented 7 years ago

Hm we could update the generator code to copy the css file into the html file?

karai17 commented 7 years ago

Is the generator available?

rm-code commented 7 years ago

Yes, you can find it here: https://github.com/love2d-community/love-api/blob/gh-pages/generator/html-generator.lua

Would you be up for a PR? Not sure when I'll have time to do it.

karai17 commented 7 years ago

I can poke it later today, yeah.

karai17 commented 7 years ago

PR #42 at your service!