Skip to content

Commit 019b9de

Browse files
authored
docs: fix line highlighting for contributing guide (#467)
1 parent 6340f64 commit 019b9de

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

website/docs/Contributing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ The file structure might seem confusing at first, especially if it's your first
8383
guide you through it.
8484

8585
When you clone the repository for the first time, you'll see a folder structure like this (we've not mentioned some
86-
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders you
87-
need to keep in mind when contributing.
86+
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders and
87+
files you need to keep in mind when contributing.
8888

89-
```bash {5,7-9,12-13,15-19}
89+
```bash {2,4-6,9-10,12-16}
9090
├── deno
9191
├── gateway
9292
├── node_modules (once you ran `npm ci`)

website/versioned_docs/version-0.33.0/Contributing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ The file structure might seem confusing at first, especially if it's your first
8383
guide you through it.
8484

8585
When you clone the repository for the first time, you'll see a folder structure like this (we've not mentioned some
86-
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders you
87-
need to keep in mind when contributing.
86+
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders and
87+
files you need to keep in mind when contributing.
8888

89-
```bash {5,7-9,12-13,15-19}
89+
```bash {2,4-6,9-10,12-16}
9090
├── deno
9191
├── gateway
9292
├── node_modules (once you ran `npm ci`)

website/versioned_docs/version-0.33.1/Contributing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ The file structure might seem confusing at first, especially if it's your first
8383
guide you through it.
8484

8585
When you clone the repository for the first time, you'll see a folder structure like this (we've not mentioned some
86-
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders you
87-
need to keep in mind when contributing.
86+
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders and
87+
files you need to keep in mind when contributing.
8888

89-
```bash {5,7-9,12-13,15-19}
89+
```bash {2,4-6,9-10,12-16}
9090
├── deno
9191
├── gateway
9292
├── node_modules (once you ran `npm ci`)

website/versioned_docs/version-0.33.2/Contributing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ The file structure might seem confusing at first, especially if it's your first
8383
guide you through it.
8484

8585
When you clone the repository for the first time, you'll see a folder structure like this (we've not mentioned some
86-
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders you
87-
need to keep in mind when contributing.
86+
tooling specific files like `.eslintrc.json` to keep the structure clean). We've highlighted the important folders and
87+
files you need to keep in mind when contributing.
8888

89-
```bash {5,7-9,12-13,15-19}
89+
```bash {2,4-6,9-10,12-16}
9090
├── deno
9191
├── gateway
9292
├── node_modules (once you ran `npm ci`)

0 commit comments

Comments
 (0)