Skip to content

Commit 1b00352

Browse files
author
Shravan Goswami
committed
added 404.qmd and updated _quarto.yml
1 parent 75055cd commit 1b00352

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

404.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Page Not Found
3+
---
4+
5+
The page you requested cannot be found (perhaps it was moved or renamed).
6+
7+
You may want to visit [Get-Started Guide]({{< meta get-started >}}) or [Tutorials]({{< meta tutorials-intro >}}).

_quarto.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ website:
1515
type: overlay
1616
navbar:
1717
logo: "assets/images/turing-logo.svg"
18+
logo-href: https://turinglang.org/
1819
background: "#073c44"
1920
foreground: "#ffffff"
2021
left:
21-
- href: docs/using-turing/getting-started/
22+
- href: tutorials/docs-00-getting-started/
2223
text: Get Started
23-
- href: docs/tutorials/00-introduction/
24+
- href: tutorials/00-introduction/
2425
text: Tutorials
26+
- href: https://turinglang.org/news/
27+
text: Library API
2528
- href: https://turinglang.org/news/
2629
text: News
2730
- href: https://turinglang.org/team/
@@ -118,6 +121,7 @@ website:
118121
back-to-top-navigation: true
119122
repo-url: https://github.com/TuringLang/TuringTutorials
120123
repo-actions: [edit, issue]
124+
repo-branch: master
121125
repo-link-target: _blank
122126
page-navigation: true
123127

@@ -139,5 +143,5 @@ execute:
139143
# Global Variables to use in any qmd files using:
140144
# {{< meta site-url >}}
141145
site-url: https://turinglang.org/docs/
142-
get-started: docs/using-turing/getting-started/
143-
tutorials-intro: docs/tutorials/00-introduction/
146+
get-started: tutorials/docs-00-getting-started/
147+
tutorials-intro: tutorials/00-introduction/

0 commit comments

Comments
 (0)