Skip to content

Commit 46e7d37

Browse files
authored
Revert “The Graph Docs x Nextra” (#324)
1 parent 5255e8f commit 46e7d37

26 files changed

+738
-1062
lines changed

website/.env renamed to .env

File renamed without changes.

.github/workflows/ci-cd-pull-request.yml

-11
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ jobs:
1818
- name: Checkout the repo
1919
uses: actions/checkout@v3
2020

21-
- name: Set up pnpm
22-
uses: pnpm/action-setup@v2
23-
with:
24-
version: 7.28.0
25-
26-
- name: Install dependencies
27-
run: pnpm install
28-
29-
- name: Lint
30-
run: pnpm lint
31-
3221
- name: Build Docker image
3322
uses: docker/build-push-action@v4
3423
with:

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ yarn-error.log*
4040
.idea/
4141

4242
*/public/sitemap*.xml
43-
.eslintcache

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"prettier": "^2.8.6",
2828
"typescript": "5.0.2"
2929
},
30+
"pnpm": {
31+
"overrides": {
32+
"@types/react": "^17.0.52"
33+
}
34+
},
3035
"lint-staged": {
3136
"**/*.{js,jsx,ts,tsx,mjs}": "eslint --fix",
3237
"**/*.{js,jsx,ts,tsx,mjs,mdx,json}": "prettier --write"
33-
},
34-
"pnpm": {
35-
"patchedDependencies": {
36-
"nextra@2.2.19": "patches/nextra@2.2.18.patch"
37-
}
3838
}
3939
}

patches/nextra@2.2.18.patch

-26
This file was deleted.

0 commit comments

Comments
 (0)