Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
briwylde08 committed Aug 16, 2023
1 parent fb7a6f7 commit 7b14842
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 24 deletions.
5 changes: 1 addition & 4 deletions docs/fundamentals-and-concepts/authorization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ description: Smart contract authorization.
<head>
<title>Smart contract authorization</title>
<meta charSet="utf-8" />
<meta
property="og:title"
content="Smart contract authorization"
/>
<meta property="og:title" content="Smart contract authorization" />
<meta
property="og:description"
content="Learn about Soroban’s authorization framework, smart contract-specific authorization, account abstraction, and other authorization concepts in blockchain."
Expand Down
4 changes: 3 additions & 1 deletion docs/fundamentals-and-concepts/contract-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description: The process of developing, deploying, and maintaining smart contrac
---

<head>
<title>The process of developing, deploying, and maintaining smart contracts.</title>
<title>
The process of developing, deploying, and maintaining smart contracts.
</title>
<meta charSet="utf-8" />
<meta
property="og:title"
Expand Down
5 changes: 4 additions & 1 deletion docs/fundamentals-and-concepts/environment-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ description: The interface that defines objects, functions, and data available t
---

<head>
<title>The interface that defines objects, functions, and data available to smart contracts.</title>
<title>
The interface that defines objects, functions, and data available to smart
contracts.
</title>
<meta charSet="utf-8" />
<meta
property="og:title"
Expand Down
5 changes: 1 addition & 4 deletions docs/fundamentals-and-concepts/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ description: Generating errors from smart contracts.
<head>
<title>Generating errors from smart contracts.</title>
<meta charSet="utf-8" />
<meta
property="og:title"
content="Generating errors from smart contracts."
/>
<meta property="og:title" content="Generating errors from smart contracts." />
<meta
property="og:description"
content="Generating errors from smart contracts."
Expand Down
5 changes: 4 additions & 1 deletion docs/fundamentals-and-concepts/fully-typed-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ sidebar_label: Fully-Typed Contracts
---

<head>
<title>Smart contract WASM files contain a machine-readable description of the interface type.</title>
<title>
Smart contract WASM files contain a machine-readable description of the
interface type.
</title>
<meta charSet="utf-8" />
<meta
property="og:title"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ description: Interact with smart contracts.
<head>
<title>Interact with smart contracts.</title>
<meta charSet="utf-8" />
<meta
property="og:title"
content="Interact with smart contracts."
/>
<meta property="og:title" content="Interact with smart contracts." />
<meta
property="og:description"
content="Interact with smart contracts with function calls, contract invocation, and blockchain operations."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description: Invoke and deploy smart contracts with the InvokeHostFunctionOp ope
---

<head>
<title>Invoke and deploy smart contracts with the InvokeHostFunctionOp operation.</title>
<title>
Invoke and deploy smart contracts with the InvokeHostFunctionOp operation.
</title>
<meta charSet="utf-8" />
<meta
property="og:title"
Expand Down
5 changes: 1 addition & 4 deletions docs/fundamentals-and-concepts/persisting-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ description: Store and access smart contract data.
<head>
<title>Store and access smart contract data.</title>
<meta charSet="utf-8" />
<meta
property="og:title"
content="Store and access smart contract data."
/>
<meta property="og:title" content="Store and access smart contract data." />
<meta
property="og:description"
content="Store and access smart contract data."
Expand Down
5 changes: 1 addition & 4 deletions docs/fundamentals-and-concepts/state-expiration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ description: Smart contract state expiration.
<head>
<title>Smart contract state expiration.</title>
<meta charSet="utf-8" />
<meta
property="og:title"
content="Smart contract state expiration."
/>
<meta property="og:title" content="Smart contract state expiration." />
<meta
property="og:description"
content="Learn about how state expiration works on the Soroban smart contract platform."
Expand Down

0 comments on commit 7b14842

Please sign in to comment.