DocumentationWebsite icon indicating copy to clipboard operation
DocumentationWebsite copied to clipboard

ThreatMapper Architecture - rendering issues

Open ogarrett opened this issue 3 years ago • 0 comments

Build the full website (make build)

Check the ThreatMapper Architecture page (http://localhost/docs/threatmapper/architecture/)

Sometimes, the sidebar does not render (you only see the main content). Check the sidebars/threatmapper.js file; this problem appears to be related to the link / id:

      link: {
        type: 'doc',
        id: 'threatmapper/architecture/index'
      },

If it fails, try threatmapper/architecture.

Need to debug this, as the problem is difficult to detect and is intermittent. It does not appear to affect any other docs pages

ogarrett avatar Aug 16 '22 08:08 ogarrett