diplodoc-platform / diplodoc-platform/cli
Deprecate json based html build
Open
major
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 51
- Avg merge
- 10h 50m
- Merged PRs (30d)
- 38
Description
At current time we render md to html as
```
__DATA__ = {
html: '...'
}
```
and call `React.render` in browser.
But we have new render mode, where we use `renderToString` at build time.
This improves SEO on final documentation.
So - old format is awful now - we need to set `--static-content` behavior as default
Contributor guide
Assessment
This issue has not been assessed yet.