Skip to content

Commit

Permalink
all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jul 29, 2024
1 parent 5634476 commit 965b7cb
Show file tree
Hide file tree
Showing 72 changed files with 2,194 additions and 789 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-cd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
packageManager: pnpm

- name: Install dependencies
run: pnpm install
Expand All @@ -44,9 +41,6 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
packageManager: pnpm

- name: Install dependencies
run: pnpm install
Expand All @@ -68,9 +62,6 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
packageManager: pnpm

- name: Install dependencies
run: pnpm install
Expand All @@ -93,9 +84,6 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
packageManager: pnpm

- name: Install dependencies
run: pnpm install
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/next-js-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
packageManager: pnpm

- name: Restore Next.js Build
uses: actions/cache@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/opengraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
packageManager: pnpm

- name: Deploy
working-directory: ./packages/og-image
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/website-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 20
packageManager: pnpm

- name: Build Site
run: pnpm build
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.5.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22.5.1
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
out/
pnpm-lock.yaml
dist/
website/remote-files/*.json
website/.graphclient/

# ignore below md since they are fetched from GitHub
website/pages/en/developing/graph-ts/*.md
website/pages/en/querying/graph-client/*.md
4 changes: 2 additions & 2 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@emotion/react": "^11",
"next": "^13",
"next-seo": "^6",
"nextra": "^2",
"nextra": "^3",
"react-dom": "^18",
"theme-ui": "^0.16"
},
Expand All @@ -51,7 +51,7 @@
"@types/react-dom": "^18.3.0",
"next": "^14.2.5",
"next-seo": "^6.5.0",
"nextra": "^2.13.4",
"nextra": "^3.0.0-alpha.30",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"theme-ui": "^0.16.2",
Expand Down
4 changes: 0 additions & 4 deletions packages/nextra-theme/src/components/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ export const CodeBlock = ({ children, ...props }: CodeBlockProps) => {
</Code.Block>
)
}

export const CodeInline = ({ children, ...props }: HTMLAttributes<HTMLElement>) => {
return <Code.Inline {...props}>{children as string}</Code.Inline>
}
Loading

0 comments on commit 965b7cb

Please sign in to comment.