Skip to content

Commit b8a100d

Browse files
committed
fix: Fixed build errors
1 parent 79f2e10 commit b8a100d

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/build/smart-contracts/example-contracts/fungible-token.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ sidebar_position: 141
55
---
66

77
<head>
8-
<title>
9-
OpenZeppelin made and audited contract for fungible tokens on Stellar
10-
</title>
8+
<title>Fungible Token by OpenZeppelin</title>
119
<meta charSet="utf-8" />
1210
<meta property="og:title" content="Fungible Token by OpenZeppelin" />
1311
<meta

docs/build/smart-contracts/example-contracts/non-fungible-token.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ sidebar_position: 142
55
---
66

77
<head>
8-
<title>
9-
OpenZeppelin made and audited contract for non-fungible tokens on Stellar
10-
</title>
8+
<title>Non-Fungible Token by OpenZeppelin</title>
119
<meta charSet="utf-8" />
1210
<meta property="og:title" content="Non-Fungible Token by OpenZeppelin" />
1311
<meta

routes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,12 @@
155155
/docs/build/smart-contracts/example-contracts/deployer
156156
/docs/build/smart-contracts/example-contracts/errors
157157
/docs/build/smart-contracts/example-contracts/events
158+
/docs/build/smart-contracts/example-contracts/fungible-token
158159
/docs/build/smart-contracts/example-contracts/fuzzing
159160
/docs/build/smart-contracts/example-contracts/liquidity-pool
160161
/docs/build/smart-contracts/example-contracts/logging
161162
/docs/build/smart-contracts/example-contracts/mint-lock
163+
/docs/build/smart-contracts/example-contracts/non-fungible-token
162164
/docs/build/smart-contracts/example-contracts/single-offer-sale
163165
/docs/build/smart-contracts/example-contracts/storage
164166
/docs/build/smart-contracts/example-contracts/timelock

0 commit comments

Comments
 (0)