From 32e5975d3dfc2f21f7afff3a93bfc065743c3b21 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 5 Sep 2019 20:51:34 +0200 Subject: [PATCH] Fix documented type for the `cleanUrl` option --- 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 d9b8c0f12cd9..fa9efd9a57db 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.