deepfence / deepfence/DocumentationWebsite
ThreatMapper Architecture - rendering issues
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Run `make build` and inspect `sidebars/threatmapper.js`, especially the architecture entry. Open the local ThreatMapper Architecture page and compare the `threatmapper/architecture/index` and `threatmapper/architecture` link forms. Done means the sidebar renders consistently on that page and the intermittent behavior is understood.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100