Skip to content

Commit

Permalink
fix(academy): correct copy paste error in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
MdechampG committed Jan 10, 2024
1 parent fda0cad commit 609add5
Showing 1 changed file with 2 additions and 69 deletions.
71 changes: 2 additions & 69 deletions docs/academy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_class_name: hidden

Welcome to the OKP4 Academy, your gateway to the cutting-edge world of off-chain resource sharing and orchestration. In an era where the efficient utilization of resources is paramount, the OKP4 protocol emerges as a groundbreaking solution. OKP4 specializes in the seamless sharing and orchestration of off-chain resources.

Throughout this concise journey, we will guide you through the core principles of the OKP4 protocol, providing you with a swift understanding of its functions. Prepare to immerse yourself in the realm of OKP4, where the focus lies on optimizing resource sharing and create new knowledge. Are you ready to explore the forefront of off-chain resource management? Follow us through this Academy to unravel the intricacies of OKP4.
Throughout this concise journey, we will guide you through the core principles of the OKP4 protocol, providing you with a swift understanding of its functions. Prepare to immerse yourself in OKP4, where the focus lies on optimizing resource sharing and creating new knowledge. Are you ready to explore the forefront of off-chain resource management? Follow us through this Academy to unravel the intricacies of OKP4.

## Concepts of OKP4

Expand Down Expand Up @@ -44,7 +44,7 @@ Delve into the core concepts behind the OKP4 Protocol.
>
<h2>Consume resources</h2>
</a>
<p class="card-text">What are workflow?</p>
<p class="card-text">What are workflows?</p>
</div>
</div>
<div class="col">
Expand All @@ -61,70 +61,3 @@ Delve into the core concepts behind the OKP4 Protocol.
</div>
</div>

## Delving into the Protocol

### The Smart Contracts

Deepen your understanding of the OKP4 Protocol's Smart Contracts.

<div class="docs-card-container">
<div class="row row-cols-1 row-cols-md-2a g-3">
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/okp4-objectarium" class="card-title card-link stretched-link">
<h2>Objectarium</h2>
</a>
<p class="card-text">Introducing the immutable on-chain Object Storage.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/okp4-cognitarium" class="card-title card-link stretched-link">
<h2>Cognitarium</h2>
</a>
<p class="card-text">Introducing the on-chain Semantic Storage layer.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/contracts/okp4-law-stone" class="card-title card-link stretched-link">
<h2>Law Stone</h2>
</a>
<p class="card-text">Introducing the Governance Interpreter.</p>
</div>
</div>
</div>
</div>

### OKP4's Cosmos Modules

Unearth the features and functions of OKP4 Protocol's Cosmos Modules.

<div class="docs-card-container">
<div class="row row-cols-1 row-cols-md-2a g-3">
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/modules/mint" class="card-title card-link stretched-link">
<h2>Mint</h2>
</a>
<p class="card-text">Unveil the mechanism of minting.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/modules/vesting" class="card-title card-link stretched-link">
<h2>Vesting</h2>
</a>
<p class="card-text">Understand the specifics of vesting in the protocol.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/modules/logic" class="card-title card-link stretched-link">
<h2>Logic</h2>
</a>
<p class="card-text">Discover the heart of Logical interpretation in the protocol.</p>
</div>
</div>
</div>
</div>

0 comments on commit 609add5

Please sign in to comment.