mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
Add option to avoid indexing site (#142)
This commit is contained in:
parent
a26bba14c6
commit
768ed88978
3 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,7 @@ const siteConfig = {
|
|||
baseUrl: "/",
|
||||
projectName: "Docusaurus",
|
||||
cname: "docusaurus.io",
|
||||
noIndex: true,
|
||||
users,
|
||||
editUrl:
|
||||
"https://github.com/facebookexperimental/docusaurus/edit/master/docs/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue