docs: leftover code

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-08-25 17:30:51 +03:00
parent c317d0d131
commit b869863525
2 changed files with 0 additions and 27 deletions

View File

@@ -17,15 +17,6 @@ Simple installation - takes about three minutes!
If you are a Docker user, you may try this way!
<Tabs>
<TabItem value="js" label="JavaScript">
```js
function helloWorld() {
console.log('Hello, world!');
}
```
</TabItem>
<TabItem value="sqlite" label="SQLite">
```bash
@@ -91,15 +82,6 @@ If you plan to input some special characters, you may need to change the charact
We provide different docker-compose.yml files under [this directory](https://github.com/nocodb/nocodb/tree/master/docker-compose). Here are some examples.
<Tabs>
<TabItem value="js" label="JavaScript">
```js
function helloWorld() {
console.log('Hello, world!');
}
```
</TabItem>
<TabItem value="mysql" label="MySQL">
```bash