From 88387e347884f091649a1521e5c57c0a458d0bab Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Sun, 10 Jun 2018 01:12:45 -0700 Subject: [PATCH] Remove outdated restriction for docs nesting --- docs/api-site-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-site-config.md b/docs/api-site-config.md index 862c1da0b743..eed0df95b815 100644 --- a/docs/api-site-config.md +++ b/docs/api-site-config.md @@ -78,7 +78,7 @@ headerLinks: [ `cname` - The CNAME for your website. It will go into a `CNAME` file when your site it built. -`customDocsPath` - By default, Docusaurus expects your documentation to be in a directory called `docs`. This directory is at the same level as the `website` directory (i.e., not inside the `website` directory). You can specify a custom path to your documentation with this field. **Note that all of your documentation `*.md` files must still reside in a flat hierarchy. You cannot have your documents in nested directories**. +`customDocsPath` - By default, Docusaurus expects your documentation to be in a directory called `docs`. This directory is at the same level as the `website` directory (i.e., not inside the `website` directory). You can specify a custom path to your documentation with this field. ```js customDocsPath: 'docs/site';