This is an automated email from the ASF dual-hosted git repository.

hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 88021e184 Re organized docs/ structure (#992)
88021e184 is described below

commit 88021e184073dfc0d2372b9f9b29fe03ed4907e7
Author: Ryan Huang <[email protected]>
AuthorDate: Sat Jan 31 01:35:11 2026 +0800

    Re organized docs/ structure (#992)
    
    * [Docs] update qumat getting started!
    
    * [Website] [Docs] re-organized docs/ structure
---
 .../gap-analysis.md}                               |  0
 docs/{ => advanced}/pqc.md                         |  4 +-
 docs/getting-started.md                            |  0
 docs/index.md                                      | 18 ++---
 .../An-Efficient-Quantum-Factoring-Algorithm.md    |  0
 ...-Neutral-Atoms-For-Supervised-Classification.md |  0
 ...antum-machine-learning-beyond-kernel-methods.md |  0
 ...-the-Potential-of-LLMs-for-Quantum-Computing.md |  0
 docs/{qumat => learning}/papers/index.md           |  0
 .../quantum-computing-primer/advanced-topics.md    |  0
 .../quantum-computing-primer/applications.md       |  0
 .../quantum-computing-primer/index.md              |  0
 .../quantum-computing-primer/introduction.md       |  0
 .../quantum-computing-primer/quantum-algorithms.md |  0
 .../quantum-computing-primer/quantum-circuits.md   |  0
 .../quantum-entanglement.md                        |  0
 .../quantum-error-correction.md                    |  0
 .../quantum-computing-primer/quantum-gates.md      |  0
 .../quantum-computing-primer/qubits.md             |  0
 docs/{qumat => }/qdp/api.md                        |  1 -
 docs/{qumat => }/qdp/concepts.md                   |  3 +-
 docs/{qumat => }/qdp/examples.md                   |  1 -
 docs/{qumat => }/qdp/getting-started.md            |  1 -
 docs/{qumat => }/qdp/index.md                      |  0
 docs/{ => qumat}/api.md                            |  2 +-
 docs/{ => qumat}/basic-gates.md                    |  0
 docs/qumat/concepts.md                             |  7 ++
 docs/qumat/core/api.md                             | 10 ---
 docs/qumat/core/concepts.md                        | 10 ---
 docs/qumat/core/examples.md                        | 10 ---
 docs/qumat/core/getting-started.md                 | 10 ---
 docs/qumat/core/index.md                           | 16 -----
 docs/qumat/examples.md                             |  7 ++
 .../getting-started.md}                            |  0
 docs/qumat/index.md                                | 19 ++++--
 docs/{ => qumat}/parameterized-circuits.md         |  0
 website/docusaurus.config.ts                       | 18 ++---
 website/sidebars.ts                                | 78 +++++++++-------------
 38 files changed, 80 insertions(+), 135 deletions(-)

diff --git a/docs/qumat-gap-analysis-for-pqc.md b/docs/advanced/gap-analysis.md
similarity index 100%
rename from docs/qumat-gap-analysis-for-pqc.md
rename to docs/advanced/gap-analysis.md
diff --git a/docs/pqc.md b/docs/advanced/pqc.md
similarity index 98%
rename from docs/pqc.md
rename to docs/advanced/pqc.md
index 523a58b1d..0500efee3 100644
--- a/docs/pqc.md
+++ b/docs/advanced/pqc.md
@@ -55,7 +55,7 @@ The variational principle is a foundational concept in 
quantum mechanics, especi
 
 ### Algorithm Examples
 
-- **Variational Quantum Eigensolver (VQE):** A VQA designed to find the 
eigenvalues of a Hamiltonian, which is crucial in quantum chemistry for 
determining molecule energy levels. VQE encodes the Hamiltonian of a molecule 
into a PQC. The circuit parameters are tuned using a classical optimizer to 
minimize the expectation value of the Hamiltonian, thereby approximating the 
molecule’s ground state energy.
+- **Variational Quantum Eigensolver (VQE):** A VQA designed to find the 
eigenvalues of a Hamiltonian, which is crucial in quantum chemistry for 
determining molecule energy levels. VQE encodes the Hamiltonian of a molecule 
into a PQC. The circuit parameters are tuned using a classical optimizer to 
minimize the expectation value of the Hamiltonian, thereby approximating the 
molecule's ground state energy.
 - **Quantum Approximate Optimization Algorithm (QAOA):** This algorithm is 
used for solving combinatorial optimization problems. QAOA represents problem 
constraints as Hamiltonians and finds the bit string that minimizes these 
constraints. The algorithm uses a PQC to approximate the solution state, 
systematically optimizing its parameters to improve the solution quality.
 
 ### Role of PQCs
@@ -94,7 +94,7 @@ When designing parameterized quantum circuits, a critical 
challenge is balancing
 
 - **Circuit Depth:** A deeper circuit can potentially represent more complex 
states but also incurs higher noise and decoherence in real quantum hardware. 
The depth must stay within the coherence time limits of the quantum device to 
prevent excessive error accumulation.
 
-- **Expressibility:** This refers to the circuit’s ability to cover a vast 
swath of the Hilbert space. More expressibility generally means the circuit can 
represent a broader range of quantum states, thereby solving a more extensive 
set of problems or finding better approximations.
+- **Expressibility:** This refers to the circuit's ability to cover a vast 
swath of the Hilbert space. More expressibility generally means the circuit can 
represent a broader range of quantum states, thereby solving a more extensive 
set of problems or finding better approximations.
 
 The trade-offs must be carefully considered when designing circuits, 
especially in hardware where decoherence and gate error rates limit the 
practical depth of any quantum circuit.
 
diff --git a/docs/getting-started.md b/docs/getting-started.md
deleted file mode 100644
index e69de29bb..000000000
diff --git a/docs/index.md b/docs/index.md
index 5d6f0a851..09c90b358 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -14,19 +14,19 @@ anywhere.'
 ## Documentation
 
 ### Getting Started
-- [Getting Started with QuMat](./getting-started-with-qumat) - Introduction 
and setup guide
+- [Getting Started with QuMat](./qumat/getting-started) - Introduction and 
setup guide
 
 ### Core Concepts
-- [Basic Gates](./basic-gates) - Introduction to fundamental quantum gates 
(NOT, Hadamard, CNOT, Toffoli, SWAP, Pauli gates, CSWAP, U gate)
-- [Parameterized Quantum Circuits and Rotation 
Gates](./parameterized-circuits) - Rotation gates (Rx, Ry, Rz) and 
creating/optimizing parameterized circuits
+- [Basic Gates](./qumat/basic-gates) - Introduction to fundamental quantum 
gates (NOT, Hadamard, CNOT, Toffoli, SWAP, Pauli gates, CSWAP, U gate)
+- [Parameterized Quantum Circuits and Rotation 
Gates](./qumat/parameterized-circuits) - Rotation gates (Rx, Ry, Rz) and 
creating/optimizing parameterized circuits
 
 ### API Reference
-- [API Documentation](./api) - Complete reference for all QuMat class methods
+- [API Documentation](./qumat/api) - Complete reference for all QuMat class 
methods
 
 ### Additional Resources
-- [Parameterized Quantum Circuits: Developer's Guide](./pqc) - In-depth guide 
to PQCs
-- [Qumat Gap Analysis for PQC](./qumat-gap-analysis-for-pqc) - Analysis of PQC 
capabilities
+- [Parameterized Quantum Circuits: Developer's Guide](./advanced/pqc) - 
In-depth guide to PQCs
+- [Qumat Gap Analysis for PQC](./advanced/gap-analysis) - Analysis of PQC 
capabilities
 
-### Qumat Subprojects
-- [Qumat Core](./qumat) - Quantum circuit abstraction layer
-- [QDP (Quantum Data Plane)](./qumat/qdp) - GPU-accelerated data encoding
+### Qumat Components
+- [Qumat (Circuits)](./qumat) - Quantum circuit abstraction layer
+- [QDP (Quantum Data Plane)](./qdp) - GPU-accelerated data encoding
diff --git a/docs/qumat/papers/An-Efficient-Quantum-Factoring-Algorithm.md 
b/docs/learning/papers/An-Efficient-Quantum-Factoring-Algorithm.md
similarity index 100%
rename from docs/qumat/papers/An-Efficient-Quantum-Factoring-Algorithm.md
rename to docs/learning/papers/An-Efficient-Quantum-Factoring-Algorithm.md
diff --git 
a/docs/qumat/papers/Quantum-Kernel-Estimation-With-Neutral-Atoms-For-Supervised-Classification.md
 
b/docs/learning/papers/Quantum-Kernel-Estimation-With-Neutral-Atoms-For-Supervised-Classification.md
similarity index 100%
rename from 
docs/qumat/papers/Quantum-Kernel-Estimation-With-Neutral-Atoms-For-Supervised-Classification.md
rename to 
docs/learning/papers/Quantum-Kernel-Estimation-With-Neutral-Atoms-For-Supervised-Classification.md
diff --git 
a/docs/qumat/papers/Quantum-machine-learning-beyond-kernel-methods.md 
b/docs/learning/papers/Quantum-machine-learning-beyond-kernel-methods.md
similarity index 100%
rename from docs/qumat/papers/Quantum-machine-learning-beyond-kernel-methods.md
rename to docs/learning/papers/Quantum-machine-learning-beyond-kernel-methods.md
diff --git 
a/docs/qumat/papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing.md 
b/docs/learning/papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing.md
similarity index 100%
rename from 
docs/qumat/papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing.md
rename to 
docs/learning/papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing.md
diff --git a/docs/qumat/papers/index.md b/docs/learning/papers/index.md
similarity index 100%
rename from docs/qumat/papers/index.md
rename to docs/learning/papers/index.md
diff --git a/docs/qumat/quantum-computing-primer/advanced-topics.md 
b/docs/learning/quantum-computing-primer/advanced-topics.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/advanced-topics.md
rename to docs/learning/quantum-computing-primer/advanced-topics.md
diff --git a/docs/qumat/quantum-computing-primer/applications.md 
b/docs/learning/quantum-computing-primer/applications.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/applications.md
rename to docs/learning/quantum-computing-primer/applications.md
diff --git a/docs/qumat/quantum-computing-primer/index.md 
b/docs/learning/quantum-computing-primer/index.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/index.md
rename to docs/learning/quantum-computing-primer/index.md
diff --git a/docs/qumat/quantum-computing-primer/introduction.md 
b/docs/learning/quantum-computing-primer/introduction.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/introduction.md
rename to docs/learning/quantum-computing-primer/introduction.md
diff --git a/docs/qumat/quantum-computing-primer/quantum-algorithms.md 
b/docs/learning/quantum-computing-primer/quantum-algorithms.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/quantum-algorithms.md
rename to docs/learning/quantum-computing-primer/quantum-algorithms.md
diff --git a/docs/qumat/quantum-computing-primer/quantum-circuits.md 
b/docs/learning/quantum-computing-primer/quantum-circuits.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/quantum-circuits.md
rename to docs/learning/quantum-computing-primer/quantum-circuits.md
diff --git a/docs/qumat/quantum-computing-primer/quantum-entanglement.md 
b/docs/learning/quantum-computing-primer/quantum-entanglement.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/quantum-entanglement.md
rename to docs/learning/quantum-computing-primer/quantum-entanglement.md
diff --git a/docs/qumat/quantum-computing-primer/quantum-error-correction.md 
b/docs/learning/quantum-computing-primer/quantum-error-correction.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/quantum-error-correction.md
rename to docs/learning/quantum-computing-primer/quantum-error-correction.md
diff --git a/docs/qumat/quantum-computing-primer/quantum-gates.md 
b/docs/learning/quantum-computing-primer/quantum-gates.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/quantum-gates.md
rename to docs/learning/quantum-computing-primer/quantum-gates.md
diff --git a/docs/qumat/quantum-computing-primer/qubits.md 
b/docs/learning/quantum-computing-primer/qubits.md
similarity index 100%
rename from docs/qumat/quantum-computing-primer/qubits.md
rename to docs/learning/quantum-computing-primer/qubits.md
diff --git a/docs/qumat/qdp/api.md b/docs/qdp/api.md
similarity index 99%
rename from docs/qumat/qdp/api.md
rename to docs/qdp/api.md
index b46ada46b..ceb663e4b 100644
--- a/docs/qumat/qdp/api.md
+++ b/docs/qdp/api.md
@@ -1,5 +1,4 @@
 ---
-layout: page
 title: API Reference - QDP
 ---
 
diff --git a/docs/qumat/qdp/concepts.md b/docs/qdp/concepts.md
similarity index 98%
rename from docs/qumat/qdp/concepts.md
rename to docs/qdp/concepts.md
index c1acf6373..dc1ae54e3 100644
--- a/docs/qumat/qdp/concepts.md
+++ b/docs/qdp/concepts.md
@@ -1,5 +1,4 @@
 ---
-layout: page
 title: Core Concepts - QDP
 ---
 
@@ -202,4 +201,4 @@ Important details:
 
 ### 7.3 Profiling
 
-If you need to understand where time is spent (copy vs compute), QDP supports 
NVTX-based profiling. See `qdp/docs/observability/NVTX_USAGE.md`.
+If you need to understand where time is spent (copy vs compute), QDP supports 
NVTX-based profiling. See [Observability](./observability).
diff --git a/docs/qumat/qdp/examples.md b/docs/qdp/examples.md
similarity index 90%
rename from docs/qumat/qdp/examples.md
rename to docs/qdp/examples.md
index d49bba6bd..29f864944 100644
--- a/docs/qumat/qdp/examples.md
+++ b/docs/qdp/examples.md
@@ -1,5 +1,4 @@
 ---
-layout: page
 title: Examples - QDP
 ---
 
diff --git a/docs/qumat/qdp/getting-started.md b/docs/qdp/getting-started.md
similarity index 91%
rename from docs/qumat/qdp/getting-started.md
rename to docs/qdp/getting-started.md
index 44dfb29b2..8fdf88656 100644
--- a/docs/qumat/qdp/getting-started.md
+++ b/docs/qdp/getting-started.md
@@ -1,5 +1,4 @@
 ---
-layout: page
 title: Getting Started with QDP
 ---
 
diff --git a/docs/qumat/qdp/index.md b/docs/qdp/index.md
similarity index 100%
rename from docs/qumat/qdp/index.md
rename to docs/qdp/index.md
diff --git a/docs/api.md b/docs/qumat/api.md
similarity index 99%
rename from docs/api.md
rename to docs/qumat/api.md
index 418ca1287..cf529d8bd 100644
--- a/docs/api.md
+++ b/docs/qumat/api.md
@@ -64,7 +64,7 @@
 - **Purpose**: Applies a Pauli-Y gate to a specified qubit.
 - **Parameters**:
     - `qubit_index` (int): Index of the qubit.
-- **Usage**: Impacts the phase and amplitude of a qubit’s state.
+- **Usage**: Impacts the phase and amplitude of a qubit's state.
 
 ## `apply_pauli_z_gate(self, qubit_index)`
 - **Purpose**: Applies a Pauli-Z gate to a specified qubit.
diff --git a/docs/basic-gates.md b/docs/qumat/basic-gates.md
similarity index 100%
rename from docs/basic-gates.md
rename to docs/qumat/basic-gates.md
diff --git a/docs/qumat/concepts.md b/docs/qumat/concepts.md
new file mode 100644
index 000000000..73d788d97
--- /dev/null
+++ b/docs/qumat/concepts.md
@@ -0,0 +1,7 @@
+---
+title: Core Concepts - Qumat
+---
+
+# Core Concepts
+
+<!-- TODO: Add core concepts documentation for Qumat -->
diff --git a/docs/qumat/core/api.md b/docs/qumat/core/api.md
deleted file mode 100644
index 959c2aa9f..000000000
--- a/docs/qumat/core/api.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: page
-title: API Reference - Qumat Core
----
-
-# API Reference
-
-:::info Coming Soon
-This documentation is under development. Check back soon!
-:::
diff --git a/docs/qumat/core/concepts.md b/docs/qumat/core/concepts.md
deleted file mode 100644
index c9a9bb894..000000000
--- a/docs/qumat/core/concepts.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: page
-title: Core Concepts - Qumat Core
----
-
-# Core Concepts
-
-:::info Coming Soon
-This documentation is under development. Check back soon!
-:::
diff --git a/docs/qumat/core/examples.md b/docs/qumat/core/examples.md
deleted file mode 100644
index 8cbf01971..000000000
--- a/docs/qumat/core/examples.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: page
-title: Examples - Qumat Core
----
-
-# Examples
-
-:::info Coming Soon
-This documentation is under development. Check back soon!
-:::
diff --git a/docs/qumat/core/getting-started.md 
b/docs/qumat/core/getting-started.md
deleted file mode 100644
index 28a8d6a1e..000000000
--- a/docs/qumat/core/getting-started.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: page
-title: Getting Started with Qumat Core
----
-
-# Getting Started
-
-:::info Coming Soon
-This documentation is under development. Check back soon!
-:::
diff --git a/docs/qumat/core/index.md b/docs/qumat/core/index.md
deleted file mode 100644
index 5dd16a8d8..000000000
--- a/docs/qumat/core/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Qumat Core - Overview
----
-
-# Qumat Core
-
-Qumat Core provides a unified API for building quantum circuits across 
multiple backends.
-
-## Documentation
-
-- [Getting Started](../getting-started-with-qumat)
-- [Basic Gates](../basic-gates)
-- [Parameterized Circuits](../parameterized-circuits)
-- [API Reference](../api)
-- [Core Concepts](./concepts)
-- [Examples](./examples)
diff --git a/docs/qumat/examples.md b/docs/qumat/examples.md
new file mode 100644
index 000000000..e4caba60a
--- /dev/null
+++ b/docs/qumat/examples.md
@@ -0,0 +1,7 @@
+---
+title: Examples - Qumat
+---
+
+# Examples
+
+<!-- TODO: Add examples for Qumat -->
diff --git a/docs/getting-started-with-qumat.md b/docs/qumat/getting-started.md
similarity index 100%
rename from docs/getting-started-with-qumat.md
rename to docs/qumat/getting-started.md
diff --git a/docs/qumat/index.md b/docs/qumat/index.md
index fe1f10220..2c82e47ed 100644
--- a/docs/qumat/index.md
+++ b/docs/qumat/index.md
@@ -12,10 +12,15 @@ Qumat is a high-level Python library for quantum computing 
that provides:
 
 ## Documentation
 
-- [Qumat Core](./core)
-- [QDP (Quantum Data Plane)](./qdp)
-
-## Additional Resources
-
-- [Research Papers](./papers)
-- [Quantum Computing Primer](./quantum-computing-primer)
+- [Getting Started](./getting-started)
+- [Basic Gates](./basic-gates)
+- [Parameterized Circuits](./parameterized-circuits)
+- [API Reference](./api)
+- [Core Concepts](./concepts)
+- [Examples](./examples)
+
+## Related
+
+- [QDP (Quantum Data Plane)](../qdp)
+- [Quantum Computing Primer](../learning/quantum-computing-primer)
+- [Research Papers](../learning/papers)
diff --git a/docs/parameterized-circuits.md 
b/docs/qumat/parameterized-circuits.md
similarity index 100%
rename from docs/parameterized-circuits.md
rename to docs/qumat/parameterized-circuits.md
diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index 434ccd5a7..de4df9dcd 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -148,20 +148,20 @@ const config: Config = {
               to: '/docs/qumat',
             },
             {
-              label: 'Qumat Core',
-              to: '/docs/qumat/core',
+              label: 'Getting Started',
+              to: '/docs/qumat/getting-started',
             },
             {
-              label: 'QDP (Quantum Data Plane)',
-              to: '/docs/qumat/qdp',
+              label: 'QDP (Data Encoding)',
+              to: '/docs/qdp',
             },
             {
               label: 'Quantum Computing Primer',
-              to: '/docs/qumat/quantum-computing-primer',
+              to: '/docs/learning/quantum-computing-primer',
             },
             {
-              label: 'Papers',
-              to: '/docs/qumat/papers',
+              label: 'Research Papers',
+              to: '/docs/learning/papers',
             },
           ],
         },
@@ -231,11 +231,11 @@ const config: Config = {
             },
             {
               label: 'Getting Started',
-              to: '/docs/getting-started',
+              to: '/docs/qumat/getting-started',
             },
             {
               label: 'API Reference',
-              to: '/docs/api',
+              to: '/docs/qumat/api',
             },
           ],
         },
diff --git a/website/sidebars.ts b/website/sidebars.ts
index 4353b419f..4740468c7 100644
--- a/website/sidebars.ts
+++ b/website/sidebars.ts
@@ -10,9 +10,7 @@ const sidebars: SidebarsConfig = {
       type: 'category',
       label: 'Getting Started',
       collapsed: false,
-      items: [
-        'getting-started-with-qumat',
-      ],
+      items: ['qumat/getting-started'],
     },
     {
       type: 'category',
@@ -20,31 +18,23 @@ const sidebars: SidebarsConfig = {
       collapsed: false,
       link: {type: 'doc', id: 'qumat/index'},
       items: [
-        'basic-gates',
-        'parameterized-circuits',
-        'api',
-        {
-          type: 'category',
-          label: 'Core Reference',
-          collapsed: true,
-          link: {type: 'doc', id: 'qumat/core/index'},
-          items: [
-            'qumat/core/concepts',
-            'qumat/core/examples',
-          ],
-        },
+        'qumat/basic-gates',
+        'qumat/parameterized-circuits',
+        'qumat/api',
+        'qumat/concepts',
+        'qumat/examples',
       ],
     },
     {
       type: 'category',
       label: 'QDP (Data Encoding)',
       collapsed: false,
-      link: {type: 'doc', id: 'qumat/qdp/index'},
+      link: {type: 'doc', id: 'qdp/index'},
       items: [
-        'qumat/qdp/getting-started',
-        'qumat/qdp/concepts',
-        'qumat/qdp/api',
-        'qumat/qdp/examples',
+        'qdp/getting-started',
+        'qdp/concepts',
+        'qdp/api',
+        'qdp/examples',
         {
           type: 'category',
           label: 'Internals',
@@ -59,40 +49,40 @@ const sidebars: SidebarsConfig = {
     },
     {
       type: 'category',
-      label: 'Quantum Computing Primer',
+      label: 'Advanced Topics',
       collapsed: true,
-      link: {type: 'doc', id: 'qumat/quantum-computing-primer/index'},
       items: [
-        'qumat/quantum-computing-primer/introduction',
-        'qumat/quantum-computing-primer/qubits',
-        'qumat/quantum-computing-primer/quantum-gates',
-        'qumat/quantum-computing-primer/quantum-circuits',
-        'qumat/quantum-computing-primer/quantum-entanglement',
-        'qumat/quantum-computing-primer/quantum-algorithms',
-        'qumat/quantum-computing-primer/quantum-error-correction',
-        'qumat/quantum-computing-primer/applications',
-        'qumat/quantum-computing-primer/advanced-topics',
+        'advanced/pqc',
+        'advanced/gap-analysis',
       ],
     },
     {
       type: 'category',
-      label: 'Advanced Topics',
+      label: 'Quantum Computing Primer',
       collapsed: true,
+      link: {type: 'doc', id: 'learning/quantum-computing-primer/index'},
       items: [
-        'pqc',
-        'qumat-gap-analysis-for-pqc',
+        'learning/quantum-computing-primer/introduction',
+        'learning/quantum-computing-primer/qubits',
+        'learning/quantum-computing-primer/quantum-gates',
+        'learning/quantum-computing-primer/quantum-circuits',
+        'learning/quantum-computing-primer/quantum-entanglement',
+        'learning/quantum-computing-primer/quantum-algorithms',
+        'learning/quantum-computing-primer/quantum-error-correction',
+        'learning/quantum-computing-primer/applications',
+        'learning/quantum-computing-primer/advanced-topics',
       ],
     },
     {
       type: 'category',
       label: 'Research Papers',
       collapsed: true,
-      link: {type: 'doc', id: 'qumat/papers/index'},
+      link: {type: 'doc', id: 'learning/papers/index'},
       items: [
-        'qumat/papers/An-Efficient-Quantum-Factoring-Algorithm',
-        
'qumat/papers/Quantum-Kernel-Estimation-With-Neutral-Atoms-For-Supervised-Classification',
-        'qumat/papers/Quantum-machine-learning-beyond-kernel-methods',
-        'qumat/papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing',
+        'learning/papers/An-Efficient-Quantum-Factoring-Algorithm',
+        
'learning/papers/Quantum-Kernel-Estimation-With-Neutral-Atoms-For-Supervised-Classification',
+        'learning/papers/Quantum-machine-learning-beyond-kernel-methods',
+        
'learning/papers/Unleashing-the-Potential-of-LLMs-for-Quantum-Computing',
       ],
     },
     {
@@ -100,9 +90,7 @@ const sidebars: SidebarsConfig = {
       label: 'Download',
       collapsed: true,
       link: {type: 'doc', id: 'download/index'},
-      items: [
-        'download/quickstart',
-      ],
+      items: ['download/quickstart'],
     },
     {
       type: 'category',
@@ -119,9 +107,7 @@ const sidebars: SidebarsConfig = {
       type: 'category',
       label: 'Contributing',
       collapsed: true,
-      items: [
-        'about/how-to-contribute',
-      ],
+      items: ['about/how-to-contribute'],
     },
   ],
 };

Reply via email to