Skip to content

Commit ade384f

Browse files
committed
Prepare release 2.8.2 (#257)
* dep: fix patch to latest shikijs for cairo hl * fix(app): correct sidebar placement * fix(app): responsive content centering * fix(app): responsive content centering * doc: branch guidelines * fix(app): top section nav links
1 parent 86f516d commit ade384f

File tree

6 files changed

+183
-1481
lines changed

6 files changed

+183
-1481
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ When contributing to this repository, please first discuss the change you wish t
44

55
Join the telegram channel: https://t.me/StarknetByExample
66

7+
The release branch is `main`. The development branch is `dev` and is considered stable (but not released yet).
8+
When you want to contribute, please create a new branch from `dev` and open a pull request to merge your changes back into `dev`.
9+
You should never open a pull request to merge your changes directly into `main`.
10+
11+
The `dev` branch is deployed at https://starknet-by-example-dev.voyager.online/
12+
713
Please note we have a code of conduct, please follow it in all your interactions with the project.
814

915
## Table of Contents

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"pnpm": {
2626
"patchedDependencies": {
2727
"vocs": "patches/vocs.patch"
28+
},
29+
"overrides": {
30+
"vocs>shiki": "^1.23.0",
31+
"vocs>@shikijs/core": "^1.23.0",
32+
"vocs>@shikijs/types": "^1.23.0",
33+
"vocs>@shikijs/rehype": "^1.23.0",
34+
"vocs>@shikijs/twoslash": "^1.23.0",
35+
"vocs>@shikijs/transformers": "^1.23.0"
2836
}
2937
}
3038
}

0 commit comments

Comments
 (0)