diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index e75781d7..942a2214 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -36,7 +36,8 @@ module.exports = { children: [ { text: "Introduction", link: "/guide/" }, { text: "Setting Up", link: "/guide/setup" }, - { text: "Updating Profectus", link: "/guide/updating" } + { text: "Updating Profectus", link: "/guide/updating" }, + { text: "Example Projects", link: "/guide/examples" } ] }, { diff --git a/docs/guide/examples.md b/docs/guide/examples.md new file mode 100644 index 00000000..a34983f1 --- /dev/null +++ b/docs/guide/examples.md @@ -0,0 +1,7 @@ +# Example Projects + +## TMT-Demo + +[View Source](https://github.com/profectus-engine/tmt-demo) | [View Project](https://profectus-engine.github.io/TMT-Demo/) + +A project loosely based off the Demo project for TMT. Uses most of the different features of Profectus, but doesn't have any real gameplay.