mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 01:17:07 +02:00
Update website setup for new API
This commit is contained in:
parent
63e3e31117
commit
b71ef8c0f1
7 changed files with 12 additions and 24 deletions
11
website/sidebar.json
Normal file
11
website/sidebar.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"docs": {
|
||||
"Docusaurus": [
|
||||
"getting-started",
|
||||
"site-config",
|
||||
"doc-markdown",
|
||||
"translation",
|
||||
"search"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -29,7 +29,7 @@ const siteConfig = {
|
|||
headerLinksInternal: [
|
||||
{
|
||||
section: "docs",
|
||||
href: "/docusaurus/docs/LANGUAGE/getting-started.html",
|
||||
href: "/docusaurus/docs/getting-started.html",
|
||||
text: "Docs"
|
||||
},
|
||||
{ section: "help", href: "/docusaurus/LANGUAGE/help.html", text: "Help" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue