The current landing pages are just a dump of the ToC, and pretty hard to read. Also we don't cross-reference tutorials. This PR fixes that for the Gluon API.
Preview: http://204.236.210.14/api/gluon/index.html
The structure that I went for here is close to the wireframe. You can envision each container might get a custom class and we'd have different card types, so that the UX and design can be updated seamlessly later.
I'd prefer if the toc dump would be nicely formatted, but it is not. A theme issue. So I put each API in its own card. You'll note that I don't have an example or top description in here at this point.
The current landing pages are just a dump of the ToC, and pretty hard to read. Also we don't cross-reference tutorials. This PR fixes that for the Gluon API. Preview: http://204.236.210.14/api/gluon/index.html
The structure that I went for here is close to the wireframe. You can envision each container might get a custom class and we'd have different card types, so that the UX and design can be updated seamlessly later.
I'd prefer if the toc dump would be nicely formatted, but it is not. A theme issue. So I put each API in its own card. You'll note that I don't have an example or top description in here at this point.
-Related Content Container --tutorials --ecosystem item --ecosystem item --[more cards] -Core API Container --card --card --[more cards] -Detail API Container --card --card --[more cards] -Related API Container --card --card --[more cards]