We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At current time we render md to html as
__DATA__ = { html: '...' }
and call React.render in browser.
React.render
But we have new render mode, where we use renderToString at build time. This improves SEO on final documentation.
renderToString
So - old format is awful now - we need to set --static-content behavior as default
--static-content
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At current time we render md to html as
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 defaultThe text was updated successfully, but these errors were encountered: