-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* all in one * add temporarily missing images to make build pass * use the-guild-org/shared-config/setup@v1 * fix eslint * Update Dockerfile * Update packages/nextra-theme/src/index.tsx Co-authored-by: Benoît Rouleau <[email protected]> * Update packages/nextra-theme/src/index.tsx * Update website/scripts/fetch-remote-docs.ts Co-authored-by: Benoît Rouleau <[email protected]> * Update fetch-remote-docs.ts * Update website/scripts/fetch-remote-docs.ts * 2/4 move `@graphprotocol/nextra-theme` to `@graphprotocol/docs` (#732) * aa * more * lint fix * 3/4 Refactor `_meta.js` to prefer `sidebarTitle` (#733) * move mdxStyles * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * lint * update nextra * 4/4 move `pages` to `src/pages` (#734) * move pages to src * some refactoring * Update Node * Remove unneeded `try…catch` * `pnpm check:fix` --------- Co-authored-by: benface <[email protected]> --------- Co-authored-by: benface <[email protected]> * Update dependencies * Fix tests * Change `@` alias to `src/` and move some files around * Start work on new design * Temp stuff * Try to fix CI * Update dependencies * WIP * style updates (#854) * style updates * remove navbar hiding on small screens (this was a test) * align icons and nav labels to top * lint * remove unnecessary w-full * Make search and locale switcher functional * Add icons + refactor and improve how navigation groups are computed * Add “partially selected” state * Quick fix * Huge refactoring + add a bunch of missing components, still missing breadcrumbs * Fixes and improvements (thanks AK for the feedback!) * Home page content + footer + fixes and tweaks * Fixes and tweaks * Squash some TODOs * Remove console log * style tweaks for home page (#872) * Make 404 page work + improve footer + last couple tweaks and fixes * Missed this in the merge * Use `sidebarTitle` instead of `_meta.js` * Last minute fixes --------- Co-authored-by: Dimitri POSTOLOV <[email protected]> Co-authored-by: AK <[email protected]>
- Loading branch information
1 parent
c06e99e
commit c042efe
Showing
3,879 changed files
with
102,119 additions
and
92,997 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,5 +37,5 @@ build/ | |
.eslintcache | ||
dist/ | ||
.turbo/ | ||
packages/og-image/vender/*.wasm | ||
packages/og-image/vendor/*.wasm | ||
.wrangler/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20 | ||
22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
preserve_hierarchy: 1 | ||
files: | ||
- source: /website/pages/en/**/*.mdx | ||
ignore: | ||
- '/website/pages/en/**/\[\[...slug\]\].mdx' | ||
translation: /website/pages/%two_letters_code%/**/%original_file_name% | ||
- source: /website/src/pages/en/**/*.mdx | ||
translation: /website/src/pages/%two_letters_code%/**/%original_file_name% | ||
dest: /**/%original_file_name% | ||
content_segmentation: 0 | ||
- source: /website/pages/en/**/*.json | ||
translation: /website/pages/%two_letters_code%/**/%original_file_name% | ||
- source: /website/src/pages/en/**/*.json | ||
translation: /website/src/pages/%two_letters_code%/**/%original_file_name% | ||
dest: /**/%original_file_name% | ||
content_segmentation: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,36 @@ | ||
{ | ||
"name": "the-graph-docs-monorepo", | ||
"name": "graph-docs", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"version": "1.0.0", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev": "turbo run dev --parallel", | ||
"dev": "turbo run dev", | ||
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build", | ||
"docker:build": "source ./website/.env.local && DOCKER_BUILDKIT=1 docker build . -t docs --no-cache --build-arg ENVIRONMENT=$ENVIRONMENT --build-arg ORIGIN=$ORIGIN", | ||
"docker:clean": "docker builder prune", | ||
"docker:up": "docker run --rm -it -p 3000:80 -v \"$(pwd)/nginx.conf:/etc/nginx/nginx.conf\" docs", | ||
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check", | ||
"check:fix": "pnpm lint:fix; pnpm prettier", | ||
"lint": "eslint . --ignore-path .gitignore --max-warnings 0", | ||
"lint:fix": "eslint . --ignore-path .gitignore --fix", | ||
"prettier": "prettier . --write --list-different", | ||
"prettier:check": "prettier . --check", | ||
"typecheck": "turbo run typecheck", | ||
"lint": "eslint . --cache --ignore-path .gitignore --max-warnings 0", | ||
"lint:fix": "eslint . --cache --ignore-path .gitignore --fix; pnpm prettier", | ||
"prettier": "pnpm prettier:check --write", | ||
"prettier:check": "prettier --cache --check .", | ||
"test": "turbo run test" | ||
"test": "turbo run test", | ||
"docker:build": "source ./website/.env.local && DOCKER_BUILDKIT=1 docker build . -t docs --no-cache --build-arg ENVIRONMENT=$ENVIRONMENT --build-arg ORIGIN=$ORIGIN", | ||
"docker:clean": "docker builder prune", | ||
"docker:up": "docker run --rm -it -p 3000:80 -v \"$(pwd)/nginx.conf:/etc/nginx/nginx.conf\" docs" | ||
}, | ||
"devDependencies": { | ||
"@edgeandnode/eslint-config": "^2.0.3", | ||
"@types/node": "^22.13.4", | ||
"eslint": "^8.57.1", | ||
"eslint-plugin-mdx": "^2.3.4", | ||
"prettier": "^3.4.2", | ||
"eslint-plugin-mdx": "^3.1.5", | ||
"prettier": "^3.5.1", | ||
"prettier-plugin-tailwindcss": "^0.6.11", | ||
"remark-frontmatter": "^5.0.0", | ||
"remark-lint-first-heading-level": "^3.1.2", | ||
"remark-lint-heading-increment": "^3.1.2", | ||
"remark-lint-no-heading-punctuation": "^3.1.2", | ||
"remark-lint-first-heading-level": "^4.0.1", | ||
"remark-lint-heading-increment": "^4.0.1", | ||
"remark-lint-no-heading-punctuation": "^4.0.1", | ||
"remark-lint-restrict-elements": "workspace:*", | ||
"turbo": "^1.13.4", | ||
"turbo": "^2.4.2", | ||
"typescript": "^5.7.3" | ||
}, | ||
"resolutions": { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.