diff --git a/.vitepress/config.ts b/.vitepress/config.ts index b2f96bb..0d1fd25 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -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' } - ] } ], diff --git a/guide/clients.md b/guide/clients.md index 01b0796..e59a2c8 100644 --- a/guide/clients.md +++ b/guide/clients.md @@ -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)
-[JavaScript](https://docs.lona-development.org/client/javascript.html)
-[Python](https://docs.lona-development.org/client/python.html) +[PHP](https://docs.lona-development.org/guide/php.html)
+[JavaScript](https://docs.lona-development.org/guide/javascript.html)
+[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.
Do you want to help us? Join our Discord Server! \ No newline at end of file