mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 23:50:03 +00:00
Update dependencies for docs website
This commit is contained in:
parent
dfd3251849
commit
17becff40b
3 changed files with 2457 additions and 1591 deletions
|
@ -5,7 +5,7 @@ module.exports = {
|
||||||
base: '/roblox-lua-promise/',
|
base: '/roblox-lua-promise/',
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
['api-docs-generator', {
|
['vuepress-plugin-api-docs-generator', {
|
||||||
defaults: {
|
defaults: {
|
||||||
returns: ['void'],
|
returns: ['void'],
|
||||||
property_tags: [{
|
property_tags: [{
|
||||||
|
@ -33,9 +33,7 @@ module.exports = {
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
activeHeaderLinks: false,
|
activeHeaderLinks: false,
|
||||||
searchOptions: {
|
searchPlaceholder: 'Press S to search...',
|
||||||
placeholder: 'Press S to search...'
|
|
||||||
},
|
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'API Reference', link: '/lib/' },
|
{ text: 'API Reference', link: '/lib/' },
|
||||||
{ text: 'GitHub', link: 'https://github.com/evaera/roblox-lua-promise' }
|
{ text: 'GitHub', link: 'https://github.com/evaera/roblox-lua-promise' }
|
||||||
|
|
4038
package-lock.json
generated
4038
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,8 +8,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gh-pages": "^2.1.1",
|
"gh-pages": "^2.1.1",
|
||||||
"vuepress": "^1.0.3",
|
"vuepress": "^1.4.1",
|
||||||
"vuepress-plugin-api-docs-generator": "^1.0.16"
|
"vuepress-plugin-api-docs-generator": "^1.0.17"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue