Skip to content

Commit

Permalink
Merge pull request #48 from Dfred/master
Browse files Browse the repository at this point in the history
fixed broken link + made explicit mention of (Un)Offcial
  • Loading branch information
SirLich authored Jul 27, 2023
2 parents cddfca5 + 38ec0e9 commit 26b07f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export default {
['link', { rel: 'stylesheet', href: '/index.css' }],
['link', { rel: 'icon', href: '/favicon.ico'}]
],
title: "Sapiens Modding Wiki",
lang: 'en-US',
title: "Unofficial Sapiens Modding Wiki",
description: "Modding documentation for the Sapiens video game.",
lastUpdated: true,
themeConfig: {
Expand All @@ -16,7 +17,7 @@ export default {
nav: [
{ text: 'Sapiens Website', link: 'https://www.playsapiens.com/' },
{ text: 'Sapiens Wiki', link: 'https://wiki.playsapiens.com/' },
{ text: 'Sapiens Modding Wiki', link: 'https://github.com/Majic-Jungle/sapiens-mod-creation/wiki' },
{ text: 'Official Sapiens Modding Wiki', link: 'https://github.com/Majic-Jungle/sapiens-mod-creation/wiki' },
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/Sapiens-OSS/sapiens-modding-wiki' },
Expand Down Expand Up @@ -85,18 +86,17 @@ export default {
{ text: 'Introduction', link: '/hammerstone/introduction' },
{ text: 'Getting Started', link: '/hammerstone/getting-started' },
{ text: 'Shadowing Util', link: '/hammerstone/shadowing' },
{ text: 'Logger', link: '/hammerstone/logger' },
{ text: 'UI Manager', link: '/hammerstone/ui-manager' },
{ text: 'Input Manager', link: '/hammerstone/input-manager' },
{ text: 'Save State', link: '/hammerstone/save-state' },
{
text: 'DDAPI',
{
text: 'DDAPI',
collapsible: true,
items: [
{ text: 'Getting Started', link: '/hammerstone/ddapi/ddapi-getting-started' },
{ text: 'Objects', link: '/hammerstone/ddapi/ddapi-objects' },
{ text: 'Remaps', link: '/hammerstone/ddapi/ddapi-remaps' },
{ text: 'Troubleshooting', link: '/hammerstone/ddapi/ddapi-Troubleshooting' },
{ text: 'Getting Started', link: '/hammerstone/ddapi/ddapi-getting-started' },
{ text: 'Objects', link: '/hammerstone/ddapi/ddapi-objects' },
{ text: 'Remaps', link: '/hammerstone/ddapi/ddapi-remaps' },
{ text: 'Troubleshooting', link: '/hammerstone/ddapi/ddapi-troubleshooting' },
]
}
]
Expand All @@ -110,7 +110,7 @@ export default {
}
],
logo: '/logo.png',
siteTitle: 'Sapiens Modding Wiki',
siteTitle: 'Sapiens Modding Wiki',
editLink: {
pattern: 'https://github.com/Sapiens-OSS/sapiens-modding-wiki/edit/master/docs/:path'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Objects in Sapiens need the "plans" to be added. Resources have their own plans.

### Object Crashes when a Sapien Picks it Up

Probably a storage issue
Probably a storage issue

0 comments on commit 26b07f7

Please sign in to comment.