diff --git a/docs/index.mdx b/docs/index.mdx index 9edcde4c095..942882e82ae 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -29,7 +29,7 @@ Welcome! OKP4 is a public PoS layer 1 blockchain built for trust-minimized data
- +

Technical Documentation

Deep dive into the OKP4 Protocol.

diff --git a/docs/technical-documentation/introduction.md b/docs/technical-documentation/introduction.md deleted file mode 100644 index 2728755bfc0..00000000000 --- a/docs/technical-documentation/introduction.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Introduction - diff --git a/docs/technical-documentation/overview.mdx b/docs/technical-documentation/overview.mdx new file mode 100644 index 00000000000..7c3689ca99f --- /dev/null +++ b/docs/technical-documentation/overview.mdx @@ -0,0 +1,93 @@ +--- +sidebar_position: 1 +--- + +# Overview + +## Fundamentals of OKP4 + +Delve into the core technical concepts behind the OKP4 Protocol. + +
+
+
+
+ +

Ontology

+
+

Explore the semantic data model driving the protocol.

+
+
+
+
+ +## Delving into the Protocol + +### The Smart Contracts + +Deepen your understanding of the OKP4 Protocol's Smart Contracts. + +
+
+
+
+ +

Objectarium

+
+

Introducing the immutable on-chain Object Storage.

+
+
+
+
+ +

Cognitarium

+
+

Introducing the on-chain Semantic Storage layer.

+
+
+
+
+ +

Law Stone

+
+

Introducing the Governance Interpreter.

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

Mint

+
+

Unveil the mechanism of minting.

+
+
+
+
+ +

Vesting

+
+

Understand the specifics of vesting in the protocol.

+
+
+
+
+ +

Logic

+
+

Discover the heart of Logical interpretation in the protocol.

+
+
+
+
diff --git a/docusaurus.config.js b/docusaurus.config.js index 5c3f1e047bd..77bf2514902 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -87,7 +87,7 @@ async function createconfig() { activeBasePath: '/nodes' }, { - to: '/technical-documentation/introduction', + to: '/technical-documentation/overview', position: 'left', label: 'Technical documentation', activeBasePath: '/technical-documentation' diff --git a/sidebars.js b/sidebars.js index f2e1a51d4b2..f138d48be41 100644 --- a/sidebars.js +++ b/sidebars.js @@ -35,7 +35,7 @@ const sidebars = { items: [ { type: 'doc', - id: 'technical-documentation/introduction', + id: 'technical-documentation/overview', }, { type: 'category',