at055612
at055612
Currently the navbar search input has border `none` so you just see a hint of the drop shadow. As the input text is shorter than the input it looks like...
This PR does: * Upgrade PrismJS from 1.21.0 to 1.28.0 * Adds in the PrismJS command-line plugin (https://prismjs.com/plugins/command-line/) * Adds shortcode `shell` for bash type command line input/output (with line...
If all the pages/sections in a section have no `weight` set then the sidebar tree appears to show them in date modified order as this is the default page sorting...
I have two custom taxonomies that are both made of two words. It is not clear how to configure these multi word taxonomies. If I use lower_snake_case `object_types` then it...
The documentation site I am developing with _docsy_ needs to support deployment into some environments that have no internet access. Currently docsy pulls in various js libs and fonts from...
Need to add a mount for the db into proxy-(local|remote) docker compose yml files.
Fixes #3016 Fixes #2937
Text field background shouldn't be light 
`fetch-json` is similar to `http-call` in that it hits a URL to get data back. They ought to use the same argument structure, same http client and same method for...