DocumentationWebsite
DocumentationWebsite copied to clipboard
ThreatMapper Architecture - rendering issues
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