Skip to content

WIP: No no-ssr

Simon Knox requested to merge test-ssr into main

Issue #469 (closed)

We currently render component pages entirely on client side, even though they are mostly just markdown. So pages like Accordion docs look like this:

blank accordion page, containing only footer information

rather than this:

rendered markdown for accordion page

This MR attempts the following:

  1. Remove redundant dynamic imports
  2. Globally register GlComponentDocumentation
  3. Fetch markdown content on server-side
Edited by Simon Knox

Merge request reports