cloud-opensource-java
cloud-opensource-java copied to clipboard
Glue
Consider whether we should adopt any parts of https://glue-docs.appspot.com/ for jlbp.dev. E.g. font choices, max width.
https://github.com/GoogleCloudPlatform/cloud-opensource-java/pull/1253 uses Glue
Glue's CSS is available in CDN https://glue-docs.appspot.com/get-started/cdn/ If we use the CDN, we don't need to maintain the sass files in #1253 .
The reason for the scss files in #1253 is to support extension, which is used for header tags. I have since removed the glue.scss file in #1253 , and accomplished the same effect using javascript. The PR used the CDN for glue from the beginning and still does.
Thank you for clarification.