From 8a6464b90ac697b5dc8046888cce46418d7c743d Mon Sep 17 00:00:00 2001 From: Mehrnaz Date: Tue, 19 May 2026 03:21:55 +1000 Subject: [PATCH 1/2] Creating Hardware Documentation Page - Added a new hardware file to doc folder - Added the title and initial scaffold --- quantum-computing-edu-next/data/docs/hardware.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 quantum-computing-edu-next/data/docs/hardware.mdx diff --git a/quantum-computing-edu-next/data/docs/hardware.mdx b/quantum-computing-edu-next/data/docs/hardware.mdx new file mode 100644 index 0000000..543cd66 --- /dev/null +++ b/quantum-computing-edu-next/data/docs/hardware.mdx @@ -0,0 +1,11 @@ +--- +title: "Hardware" +description: "Documentation about quantum hardware and qubit processes." +--- + +# Hardware + +This section contains information about the physical QBIT project and the hardware aspects of the quantum computing project. + + +(Additional content and documentation will be added progressively.) \ No newline at end of file From b30e5f8118aa4d2b642fd988b0dd9908dc22184f Mon Sep 17 00:00:00 2001 From: Mehrnaz Date: Tue, 19 May 2026 03:49:17 +1000 Subject: [PATCH 2/2] Updating the hardware section structure - Moved the hardware section from doc subsection to a new section - Created the initial scaffold for NMR Qubit page --- quantum-computing-edu-next/data/docs/hardware.mdx | 11 ----------- .../data/hardware/nmr_qubit.mdx | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 quantum-computing-edu-next/data/docs/hardware.mdx create mode 100644 quantum-computing-edu-next/data/hardware/nmr_qubit.mdx diff --git a/quantum-computing-edu-next/data/docs/hardware.mdx b/quantum-computing-edu-next/data/docs/hardware.mdx deleted file mode 100644 index 543cd66..0000000 --- a/quantum-computing-edu-next/data/docs/hardware.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hardware" -description: "Documentation about quantum hardware and qubit processes." ---- - -# Hardware - -This section contains information about the physical QBIT project and the hardware aspects of the quantum computing project. - - -(Additional content and documentation will be added progressively.) \ No newline at end of file diff --git a/quantum-computing-edu-next/data/hardware/nmr_qubit.mdx b/quantum-computing-edu-next/data/hardware/nmr_qubit.mdx new file mode 100644 index 0000000..27331fe --- /dev/null +++ b/quantum-computing-edu-next/data/hardware/nmr_qubit.mdx @@ -0,0 +1,11 @@ +--- +title: "NMR Qubit" +description: "Documentation and resources related to NMR Qubit and the QBIT sub-project." +--- + +# NMR Qubit + +This section contains information about NMR Qubit and the hardware aspects of the QBIT quantum computing project. + + +(Additional content and documentation will be added progressively.) \ No newline at end of file