docs(v2): blog.md with docs: false, for blog-only mode (#3931)

Added ***docs: false,*** to the config for blog-only mode because we do not want any documents if we're in blog-only mode otherwise, we probably wouldn't use blog-only mode.
This commit is contained in:
Rami 2020-12-17 12:24:04 -06:00 committed by GitHub
parent 9626e547c9
commit 5757cdc7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,7 @@ module.exports = {
[
'@docusaurus/preset-classic',
{
docs: false,
blog: {
path: './blog',
routeBasePath: '/', // Set this value to '/'.