We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5156439 commit fe3f923Copy full SHA for fe3f923
_quarto.yml
@@ -20,9 +20,9 @@ website:
20
background: "#073c44"
21
foreground: "#ffffff"
22
left:
23
- - href: tutorials/docs-00-getting-started/
+ - href: getting-started/
24
text: Get Started
25
- - href: tutorials/00-introduction/
+ - href: tutorials/coin-flipping/
26
text: Tutorials
27
- href: https://turinglang.org/library/
28
text: Libraries
getting-started/index.qmd
@@ -3,6 +3,7 @@ title: Getting Started
3
engine: julia
4
aliases:
5
- ../tutorials/docs-00-getting-started/index.html
6
+ - ../index.html
7
---
8
9
```{julia}
0 commit comments