mirror of https://gitee.com/bigwinds/arangodb
Set docs base path for header to devel docs URL
This commit is contained in:
parent
4e00a7a72f
commit
c6d87be56a
|
@ -22,6 +22,9 @@
|
|||
"addcssjs": {
|
||||
"js": ["styles/header.js"],
|
||||
"css": ["styles/header.css"]
|
||||
},
|
||||
"add-header": {
|
||||
"BASE_PATH": "https://docs.arangodb.com/devel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
"addcssjs": {
|
||||
"js": ["styles/header.js"],
|
||||
"css": ["styles/header.css"]
|
||||
},
|
||||
"add-header": {
|
||||
"BASE_PATH": "https://docs.arangodb.com/devel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
"addcssjs": {
|
||||
"js": ["styles/header.js"],
|
||||
"css": ["styles/header.css"]
|
||||
},
|
||||
"add-header": {
|
||||
"BASE_PATH": "https://docs.arangodb.com/devel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue