Remove noIndex (#284)

Allow the world to find us on search engines!! :)
This commit is contained in:
Joel Marcey 2017-12-13 19:41:36 -08:00 committed by GitHub
parent fd835116ee
commit 72a9f7693d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ const siteConfig = {
organizationName: "facebook",
projectName: "Docusaurus",
cname: "docusaurus.io",
noIndex: true,
noIndex: false,
users,
editUrl:
"https://github.com/facebook/docusaurus/edit/master/docs/",