mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +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/',
|
||||
|
||||
plugins: [
|
||||
['api-docs-generator', {
|
||||
['vuepress-plugin-api-docs-generator', {
|
||||
defaults: {
|
||||
returns: ['void'],
|
||||
property_tags: [{
|
||||
|
@ -33,9 +33,7 @@ module.exports = {
|
|||
|
||||
themeConfig: {
|
||||
activeHeaderLinks: false,
|
||||
searchOptions: {
|
||||
placeholder: 'Press S to search...'
|
||||
},
|
||||
searchPlaceholder: 'Press S to search...',
|
||||
nav: [
|
||||
{ text: 'API Reference', link: '/lib/' },
|
||||
{ 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": {
|
||||
"gh-pages": "^2.1.1",
|
||||
"vuepress": "^1.0.3",
|
||||
"vuepress-plugin-api-docs-generator": "^1.0.16"
|
||||
"vuepress": "^1.4.1",
|
||||
"vuepress-plugin-api-docs-generator": "^1.0.17"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue