@docusaurus/core
Advanced tools
Changelog
2.0.0-alpha.22 (2019-07-20)
@docusaurus/preset-classic
@docusaurus/plugin-ideal-image
to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder)@docusaurus/theme-live-codeblock
is now much smaller in size and no longer only load on viewportChangelog
2.0.0-alpha.21 (2019-07-14)
Changelog
2.0.0-alpha.20 (2019-07-14)
/src
. Please create a website/src
directory and move your /pages
and /theme
code into it. This is to make it easier to integrate your website with external build/static analysis tooling (you can now just pass in src/**/*.js
as the path to process).Changelog
2.0.0-alpha.19 (2019-06-07)
docusaurus.config.js
to be like presets.presets: [
[
'@docusaurus/preset-classic',
{
theme: {
customCss: require.resolve('./css/custom.css'),
},
...
},
],
],
docusaurus swizzle @docusaurus/theme-classic MDXComponents
hash
location