1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add documentation index for doc/ as README.md, and small docs fixes (#16253)

This commit is contained in:
Xeno333 2025-06-24 04:49:59 -05:00 committed by GitHub
parent 48ef7fff23
commit da0f8cd6b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 75 additions and 11 deletions

View file

@ -2,7 +2,7 @@
## Luanti Documentation
Some important development docs are found in the Luanti Documentation: https://docs.luanti.org/
Some important development docs are found on the docs site: https://docs.luanti.org/
Notable pages:
@ -11,13 +11,14 @@ Notable pages:
- [Changelog](https://docs.luanti.org/about/changelog/)
- [Organisation](https://docs.luanti.org/for-engine-devs/organization/)
- [Code style guidelines](https://docs.luanti.org/for-engine-devs/code-style-guidelines/)
and [Lua code style guidelines](https://docs.luanti.org/for-engine-devs/lua-code-style-guidelines/)
## In this folder
- [Developing minetestserver with Docker](docker.md)
- [Android tips & tricks](android.md)
- [OS/library compatibility policy](os-compatibility.md)
- [Miscellaneous](misc.md)
- [docker.md](docker.md): Developing minetestserver with Docker
- [android.md](android.md): Android tips & tricks
- [os-compatibility.md](os-compatibility.md): OS/library compatibility policy
- [profiling.md](profiling.md): Profiling instructions
## IRC

View file

@ -1,4 +1,4 @@
# Miscellaneous
# Profiling
## Profiling Luanti on Linux with perf