From a5853241e1e8981dd993bf8bd37fd76d1b5c5716 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 13 Sep 2019 20:01:23 +0100 Subject: [PATCH] docs: fix documented type for the `cleanUrl` option (#1775) --- 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 d9b8c0f12c..fa9efd9a57 100644 --- a/docs/api-site-config.md +++ b/docs/api-site-config.md @@ -102,7 +102,7 @@ Control the number of blog posts that show up in the sidebar. See the [adding a Control the title of the blog sidebar. See the [adding a blog docs](guides-blog.md#changing-the-sidebar-title) for more information. -#### `cleanUrl` [string] +#### `cleanUrl` [boolean] If `true`, allow URLs with no `HTML` extension. For example, a request to URL https://docusaurus.io/docs/installation will return the same result as https://docusaurus.io/docs/installation.html.