Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
removing confusing unused keys & deploying a config that isn't showin…
Browse files Browse the repository at this point in the history
…g duplicates as #446 cc facebook/docusaurus#744 #438
  • Loading branch information
Sylvain Pace committed Jun 11, 2018
1 parent fd128dd commit 69ac2c5
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions configs/docusaurus.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,11 @@
{
"index_name": "docusaurus",
"start_urls": [
{
"url": "https://docusaurus.io/docs/(?P<lang>.*?)/(?P<version>.*?)/",
"variables": {
"lang": [
"en",
"es-ES",
"ro",
"tr",
"zh-CN"
],
"version": [
"latest"
]
},
"tags": [
"docs"
]
},
{
"url": "https://docusaurus.io/docs/(?P<lang>.*?)/",
"variables": {
"lang": [
"en",
"es-ES",
"ro",
"tr",
"zh-CN"
"en"
]
},
"extra_attributes": {
Expand Down

0 comments on commit 69ac2c5

Please sign in to comment.