* add build scripts to be driven thru jenkins
* uniformly handle site.baseurl
* data-src should use full paths for now
* update build with version tag
* Add explanation re: CORS
* remove gitmodules
* added links for expandable headings for each of clicking on ipads (touch events try to jump to the nearest <a> tag, so trying to click the expand section would often trigger clicking the first link under it)
* fixed jumping back and forth of left nav when initial pageload has short width
- Use different rendering style for code blocks.
- Define a default language so stuff always looks right.
- Add a bit more info to the writing-a-topic guide.
* remove manual setting of sidebar height and shift border to content container. refactor
* fix size of copy button font and move button above code blocks
* make header same size on all pages
* Fixes#171
* change search box size on mobile displays
* always set body class to docs, set container to layout type
* partial for #213
* fix shifting text on mobile displays with blog page
* added tab slider to sidebar
* fix layout of doc H1 tag with sidebar tab
* Change search box size on mobile displays
*Aalways set body class to docs, set container to layout type
* partial for #213
* fix shifting text on mobile displays with blog page
- Fix a number of broken links when viewing on a github staging site.
- Updated highligthing of "Edit this Page" pencil to match what other
buttons use on the site.
- Fixed the rendering of buttons on the landing page to have the proper
rounded corners to match our style.
- Support documents which omit the order: front matter field. Instead
of mysterious failues, they are now processed correctly and an error
message is inserted in the generated HTML to let the author know to
add the missing info.
The directory structure of the input web site now controls directory the layout of the
doc hierarchy. This simplifies authoring documents and enriches the UI we generate.
This also fixes the broken link problem with the GitHub staging sites. Most links work
now.
Our sitemap.xml now contains all that it should, and excludes stuff that it shouldn't contain.