Skip to content

Commit ab58134

Browse files
committed
Added sorting cookbook page
1 parent 45243c4 commit ab58134

File tree

4 files changed

+1503
-139
lines changed

4 files changed

+1503
-139
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ yarn-error.log*
4242
*/public/sitemap*.xml
4343
.eslintcache
4444
dist/
45+
46+
.git
47+
.gitignore

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"start": "pnpm --filter @graphprotocol/docs start",
2222
"typecheck": "pnpm --filter @graphprotocol/docs typecheck"
2323
},
24+
"dependencies": {
25+
"@graphprotocol/nextra-theme": "workspace:^"
26+
},
2427
"devDependencies": {
2528
"@edgeandnode/eslint-config": "^1.3.1",
2629
"eslint": "^8.39.0",

0 commit comments

Comments
 (0)