Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A very important thing to note here is the assumption is that the UI bundle is maintained in a completely separate repo and compiled into "releases", .zip archives that include the files. During build, the files are extracted and stored in a directory named with a single underscore ( as in ./_/). 

It occurs to me that we could store the UI part in a different directory under solr/solr-ref-guide , like "ref-guide-ui", but we would still need to check in a .zip, unless we decided to try to compile it on the fly before we built the rest of the Ref Guide.

Misc Notes

  • Source highlighting only available through highlight.js
  • STEM support needs to be added to the UI (it's not OOTB) because it relies on MathJax

...