File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' }
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments