Skip to content

Commit

Permalink
Docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlOld committed Sep 13, 2024
1 parent e66dfe5 commit 696c169
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/pages/examples/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
},
"superdenseCoding": {
"title": "Superdense Coding"
},
"quantumCoinGame": {
"title": "Quantum Coin Game"
}
}
6 changes: 3 additions & 3 deletions docs/pages/examples/quantumCoinGame.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Quantum Computer wins

### Links

1. (Playing with a Quantum Computer)[https://www.npmjs.com/package/library]
2. (Quantum Coin Game Wiki)[https://en.wikipedia.org/wiki/Quantum_coin_flipping]
3. (Quantum Coin Game)[https://github.com/Qiskit/textbook/blob/main/notebooks/ch-demos/coin-game.ipynb]
1. [Playing with a Quantum Computer](https://www.npmjs.com/package/library)
2. [Quantum Coin Game Wiki](https://en.wikipedia.org/wiki/Quantum_coin_flipping)
3. [Quantum Coin Game](https://github.com/Qiskit/textbook/blob/main/notebooks/ch-demos/coin-game.ipynb)
2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: DocsThemeConfig = {
},
docsRepositoryBase: 'https://github.com/EarlOld/quantum.js',
footer: {
text: 'MIT 2024 © EarlOld - [email protected].1',
text: 'MIT 2024 © EarlOld - [email protected].2',
},
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earlold/quantum.js",
"version": "0.4.1",
"version": "0.4.2",
"description": "Quantum.js is a library for quantum computing",
"main": "index.js",
"repository": "https://github.com/EarlOld/quantum.js",
Expand Down

0 comments on commit 696c169

Please sign in to comment.