mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 00:17:14 +02:00
Replace facebookexperimental with facebook (#266)
Moving to the facebook GitHub org
This commit is contained in:
parent
643c7a4047
commit
ef6f550700
13 changed files with 22 additions and 22 deletions
|
@ -50,19 +50,19 @@ const siteConfig = {
|
|||
tagline: "Easy to Maintain Open Source Documentation Websites",
|
||||
url: "https://docusaurus.io",
|
||||
baseUrl: "/",
|
||||
organizationName: "facebookexperimental",
|
||||
organizationName: "facebook",
|
||||
projectName: "Docusaurus",
|
||||
cname: "docusaurus.io",
|
||||
noIndex: true,
|
||||
users,
|
||||
editUrl:
|
||||
"https://github.com/facebookexperimental/docusaurus/edit/master/docs/",
|
||||
"https://github.com/facebook/docusaurus/edit/master/docs/",
|
||||
headerLinks: [
|
||||
{ doc: "installation", label: "Docs" },
|
||||
{ page: "help", label: "Help" },
|
||||
{ blog: true, label: "Blog" },
|
||||
{
|
||||
href: "https://github.com/facebookexperimental/docusaurus",
|
||||
href: "https://github.com/facebook/docusaurus",
|
||||
label: "GitHub"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue