sproutcore / docs

The documentation source. Build and push to https://github.com/sproutcore-docs/sproutcore-docs.github.com.
http://docs.sproutcore.com
MIT License
14 stars 8 forks source link

Docs page should be responsive #7

Open dcporter opened 10 years ago

dcporter commented 10 years ago

The docs page currently works terribly on a phone, for example. Would be great to tidy things up and make them responsive. (This would also help with Dart integration, letting the docs live in a smaller window.)

topherfangio commented 10 years ago

Now that we have the DocPad guides pushed live, we should be able to update the layout to be more mobile friendly. We could look at using something like Bootstrap, Foundation or even SproutCore (with the new design modes) to fix this issue.

dcporter commented 10 years ago

The docs page and the guides are separately plumbed though, right? That would be a separate (and also useful) effort.

topherfangio commented 10 years ago

I'm sorry...I was thinking this was the guides. Yeah, the docs are definitely separate; but they are written in SC right? So we could possibly use the new design modes?

dcporter commented 10 years ago

Negative, the docs are compiled via jsdocs from the source code. See repo.

topherfangio commented 10 years ago

Bah...that sucks. We'll find another solution.