mirror of https://github.com/sundowndev/http.git
28 lines
521 B
JSON
28 lines
521 B
JSON
{
|
|
"title": "Nuxt Axios Module",
|
|
"gitbook": ">3.0.0",
|
|
"root": "./docs",
|
|
"plugins": [
|
|
"edit-link",
|
|
"prism",
|
|
"theme-vuejs-2",
|
|
"-fontsettings",
|
|
"github"
|
|
],
|
|
"pluginsConfig": {
|
|
"edit-link": {
|
|
"base": "https://github.com/nuxt-community/axios-module/tree/master/docs",
|
|
"label": "Edit This Page"
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/nuxt-community/axios-module"
|
|
}
|
|
},
|
|
"links": {
|
|
"sharing": {
|
|
"facebook": false,
|
|
"twitter": false
|
|
}
|
|
}
|
|
}
|