5 ms·
This is amazing. Did y'all use any kind of static site generator or documentation tool (e.g. Antora) or was it hand rolled?
by nonrecursive 5y ago
This is amazing. Did y'all use any kind of static site generator or documentation tool (e.g. Antora) or was it hand rolled?
- kaycebasques 5y agoAll of web.dev is open source. Here's the directory [1] for the Learn CSS content. The site is all based on Eleventy [2]. I don't know if Rob (engineering lead [3]) and team did any funny stuff for the Learn CSS infrastructure in particular but you can ping him on Twitter for questions. [1] https://github.com/GoogleChrome/web.dev/tree/main/src/site/content/en/learn/css https://github.com/GoogleChrome/web.dev/tree/main/src/site/c... [2] https://www.11ty.dev/ https://www.11ty.dev/ [3] https://twitter.com/rob_dodson https://twitter.com/rob_dodson
- nonrecursive 5y agoThank you very much!