@docusaurus/preset-classic
Advanced tools
Changelog
2.0.0-alpha.27 (2019-10-14)
@theme/Tabs
which can be used to implement multi-language code tabs.custom_edit_url
and hide_title
markdown header for docusaurus v1 feature parity.Changelog
2.0.0-alpha.26 (2019-10-12)
editUrl
option (URL for editing) to docs plugin. If this field is set, there will be an "Edit this page" link for each doc page. Example: 'https://github.com/facebook/docusaurus/edit/master/docs'showLastUpdateTime
and showLastUpdateAuthor
options to docs plugin to further achieve v1 parity of showing last update data for a particular docscripts
and stylesheets
field to docusaurus.config.js
Changelog
2.0.0-alpha.25 (2019-10-01)
date
frontMatter support for blog plugintruncateMarker
option to blog plugin, support string or regex.optimization.removeAvailableModules
is now disabled for performance gain. See https://github.com/webpack/webpack/releases/tag/v4.38.0 for more context.Changelog
2.0.0-alpha.24 (2019-07-24)
@theme/Heading
Changelog
2.0.0-alpha.23 (2019-07-21)
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