diplodoc-platform / diplodoc-platform/cli

Deprecate json based html build

Open
#497 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.