Closed siamkreative closed 9 years ago
Somehow, the WP REST API (WP API) wasn't installed anymore. I restored it. See JSON
Still two summary show up because one is embed in the content because we use https://wordpress.org/plugins/table-of-contents-plus/
We can either build our own TOC, or use the existing one which is more structured.
// Append the doc content
docWrapper.html(response);
// Hide the embed TOC (Table of Contents Plus)
docWrapper.find('#toc_container').hide();
Refactor documentation page using jQuery plugins (a6b756f08181dc39c29cd9845d24dbdce17dffb3)