Skip to content

Commit cf8a373

Browse files
committed
Open Source page
1 parent 2e1dc7b commit cf8a373

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export default defineConfig({
2727
{
2828
text: 'General',
2929
items: [
30-
{text: 'Performance', link: 'general/performance'},
30+
{text: 'Performance', link: '/general/performance'},
31+
{text: 'Open Source', link: '/general/open-source'},
3132
{text: 'Web Server', link: '/general/web-server'},
3233
{text: 'Web Editor', link: '/general/web-editor'},
3334
{text: 'Custom Materials Injection', link: 'general/custom-materials-injection'}

src/general/open-source.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Open Source
2+
LostEngine is fully open source, the source code can be found on [GitHub](https://github.com/LostEngine/LostEngine).
3+
Moreover, it is licensed under the MIT license which allows its source code to be used in other projects
4+
as long as the license text is put wherever other projects are published.

0 commit comments

Comments
 (0)