Browse Source

docs: leftover code

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/6236/head
mertmit 11 months ago
parent
commit
b869863525
  1. 9
      packages/noco-docs/docs/020.getting-started/010.installation.md
  2. 18
      packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md

9
packages/noco-docs/docs/020.getting-started/010.installation.md

@ -82,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

18
packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md vendored

@ -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

Loading…
Cancel
Save