Add appealing to players section
This commit is contained in:
parent
b8930b671e
commit
ccb0f2127d
3 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
"license": "ISC",
|
||||
"homepage": "https://thepaperpilot.org/thepaperpilot.github.io",
|
||||
"dependencies": {
|
||||
"vitepress": "^1.0.0-alpha.19",
|
||||
"vitepress": "^1.0.0-alpha.28",
|
||||
"vue": "^3.2.40"
|
||||
},
|
||||
"private": true
|
||||
|
|
|
@ -30,7 +30,7 @@ module.exports = {
|
|||
collapsible: true,
|
||||
items: [
|
||||
{ text: "Defining the Genre", link: "/guide-to-incrementals/ludology/definition" },
|
||||
{ text: "Appeal to Players", link: "/guide-to-incrementals/ludology/appeal-games" },
|
||||
{ text: "Appeal to Players", link: "/guide-to-incrementals/ludology/appeal-gamers" },
|
||||
{ text: "Appeal to Developers", link: "/guide-to-incrementals/ludology/appeal-developers" },
|
||||
{ text: "What is Content?", link: "/guide-to-incrementals/ludology/content" }
|
||||
]
|
||||
|
@ -39,6 +39,7 @@ module.exports = {
|
|||
text: "Development",
|
||||
collapsible: true,
|
||||
items: [
|
||||
{ text: "Introduction", link: "/guide-to-incrementals/design/introduction"}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0e6659fcf8b930a58a82880f9f43d480b9ebd8d4
|
||||
Subproject commit 0b278d50d509ed25953d5b262a166483c94e693e
|
Loading…
Reference in a new issue