This commit is contained in:
Collin 2024-03-14 15:00:03 +00:00
parent b382c6512e
commit 0b9c204697
2 changed files with 3 additions and 11 deletions

View File

@ -43,14 +43,6 @@ export default defineConfig({
{ text: 'Webinterface', link: '/guide/webinterface' },
{ text: 'Clients', link: '/guide/clients' }
]
},
{
text: 'Clients',
items: [
{ text: 'PHP', link: '/guide/php' },
{ text: 'JavaScript', link: '/guide/javascript' },
{ text: 'Python', link: '/guide/python' }
]
}
],

View File

@ -1,9 +1,9 @@
# Clients
To use LonaDB for your own project, you need to use one of the clients.
[PHP](https://docs.lona-development.org/client/php.html) <br/>
[JavaScript](https://docs.lona-development.org/client/javascript.html) <br/>
[Python](https://docs.lona-development.org/client/python.html)
[PHP](https://docs.lona-development.org/guide/php.html) <br/>
[JavaScript](https://docs.lona-development.org/guide/javascript.html) <br/>
[Python](https://docs.lona-development.org/guide/python.html)
We are interested in making LonaDB available in more languages but we are a small team of 4 developers. <br/>
Do you want to help us? Join our Discord Server!