diff --git a/docs/kaiatech/kaiatech.md b/docs/kaiatech/kaiatech.md index da0f6b02b2..8630d1f580 100644 --- a/docs/kaiatech/kaiatech.md +++ b/docs/kaiatech/kaiatech.md @@ -1,7 +1,5 @@ # Kaia Tech -Welcome to Kaia Tech! Here, you'll find a comprehensive overview of our innovative blockchain technology. Dive deep into the technical details with the following documents: +Welcome to Kaia Tech! Dive deep into the technical details of our innovative blockchain technology with the following downloadable document: -- [Kaia Blockchain White Paper](./kaia-white-paper.md): This white paper outlines the core functionalities, architecture, and vision behind the Kaia Blockchain. ([Download PDF](pathname:///files/2.Kaia-Blockchain-White-Paper_v1.2.pdf)) -- [Kaia Blockchain Tokenomics](./kaia-tokenomics.md): Explore the economic model of the Kaia Blockchain, including the role and value of our native token. ([Download PDF](pathname:///files/Kaia-Blockchain-Tokenomics_v1.2.pdf)) -- [DLT (Distributed Ledger Technology) Framework](./kaia-dlt-framework.md): Learn about the underlying Distributed Ledger Technology (DLT) framework that powers the Kaia Blockchain. ([Download PDF](pathname:///files/9.DLT-Framework-Kaia-Chain.pdf)) \ No newline at end of file +- [DLT (Distributed Ledger Technology) Framework](./kaia-dlt-framework.md): This document explores the underlying workings of the Kaia Blockchain. It details the framework's architecture, including layer structure, consensus algorithm, smart contract functionality, security measures, and interoperability with other blockchain ecosystems. ([Download PDF](pathname:///files/9.DLT-Framework-Kaia-Chain.pdf)) \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 21c0a70fdc..1d20af7273 100644 --- a/sidebars.js +++ b/sidebars.js @@ -605,16 +605,6 @@ const sidebars = { ], kaiaSidebar: [ 'kaiatech/kaiatech', - { - type: 'doc', - id: 'kaiatech/kaia-white-paper', - label: "White Paper" - }, - { - type: 'doc', - id: 'kaiatech/kaia-tokenomics', - label: "Tokenomics" - }, { type: 'doc', id: 'kaiatech/kaia-dlt-framework', diff --git a/static/files/2.Kaia-Blockchain-White-Paper_v1.2.pdf b/static/files/2.Kaia-Blockchain-White-Paper_v1.2.pdf deleted file mode 100755 index 9853f2546d..0000000000 Binary files a/static/files/2.Kaia-Blockchain-White-Paper_v1.2.pdf and /dev/null differ diff --git a/static/files/Kaia-Blockchain-Tokenomics_v1.2.pdf b/static/files/Kaia-Blockchain-Tokenomics_v1.2.pdf deleted file mode 100755 index 1b4bc25eca..0000000000 Binary files a/static/files/Kaia-Blockchain-Tokenomics_v1.2.pdf and /dev/null differ