Skip to content

Commit 8b87d1e

Browse files
committed
feat: add scripts
1 parent 7b24bbe commit 8b87d1e

8 files changed

Lines changed: 3 additions & 19 deletions

File tree

content/contracts-cairo/1.0.0/utils/_class_hashes.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/contracts-cairo/1.0.0/utils/_common.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/contracts-cairo/utils/_class_hashes.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/contracts-cairo/utils/_common.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

content/contracts-cairo/1.0.0/utils/replacements.ts renamed to content/contracts-cairo/utils/replacements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { OPENZEPPELIN_INTERFACES_VERSION, OPENZEPPELIN_UTILS_VERSION, UMBRELLA_VERSION } from "./constants";
22

33
export const REPLACEMENTS = {
4-
include: ['**/content/cairo-contracts/**/*.mdx'],
4+
include: ['**/content/contracts-cairo/**/*.mdx'],
55
replacements: {
66
umbrella_version: UMBRELLA_VERSION,
77
openzeppelin_interfaces_version: OPENZEPPELIN_INTERFACES_VERSION,

source.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import remarkMath from "remark-math";
33
import rehypeKatex from "rehype-katex";
44
import { remarkMdxMermaid } from "fumadocs-core/mdx-plugins";
55
import remarkReplace from "@/lib/remark-replace";
6-
import { REPLACEMENTS as cairoContractReplacements } from "content/cairo-contracts/utils/replacements";
6+
import { REPLACEMENTS as cairoContractReplacements } from "content/contracts-cairo/utils/replacements";
77

88
// You can customise Zod schemas for frontmatter and `meta.json` here
99
// see https://fumadocs.vercel.app/docs/mdx/collections#define-docs

src/navigation/starknet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
{
246246
"type": "page",
247247
"name": "Testing",
248-
"url": "/cairo-contracts/api/testing"
248+
"url": "/contracts-cairo/api/testing"
249249
},
250250
{
251251
"type": "page",

0 commit comments

Comments
 (0)