Skip to content

Commit

Permalink
Fix link to docs in all examples (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
gskril authored Jun 20, 2024
1 parent 6261165 commit 5068978
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/feature-blocks/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-call-traces/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-factory/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-filter/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-multichain/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-proxy/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/feature-read-contract/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/project-friendtech/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/project-uniswap-v3-flash/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/reference-erc1155/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/reference-erc20/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/reference-erc4626/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/reference-erc721/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/with-foundry/ponder/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nextjs/ponder/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/common/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { printSchema } from "graphql";
export const ponderEnv = `// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.
declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ponder/templates/empty/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ponder/templates/etherscan/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type { Virtual } from "@ponder/core";
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ponder/templates/subgraph/ponder-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/guides/typescript for more information.
// See https://ponder.sh/docs/getting-started/installation#typescript for more information.

declare module "@/generated" {
import type {
Expand Down

0 comments on commit 5068978

Please sign in to comment.