File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
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 >}}).
Original file line number Diff line number Diff line change @@ -15,13 +15,16 @@ website:
15
15
type : overlay
16
16
navbar :
17
17
logo : " assets/images/turing-logo.svg"
18
+ logo-href : https://turinglang.org/
18
19
background : " #073c44"
19
20
foreground : " #ffffff"
20
21
left :
21
- - href : docs/using-turing/ getting-started/
22
+ - href : tutorials/docs-00- getting-started/
22
23
text : Get Started
23
- - href : docs/ tutorials/00-introduction/
24
+ - href : tutorials/00-introduction/
24
25
text : Tutorials
26
+ - href : https://turinglang.org/news/
27
+ text : Library API
25
28
- href : https://turinglang.org/news/
26
29
text : News
27
30
- href : https://turinglang.org/team/
@@ -118,6 +121,7 @@ website:
118
121
back-to-top-navigation : true
119
122
repo-url : https://github.com/TuringLang/TuringTutorials
120
123
repo-actions : [edit, issue]
124
+ repo-branch : master
121
125
repo-link-target : _blank
122
126
page-navigation : true
123
127
@@ -139,5 +143,5 @@ execute:
139
143
# Global Variables to use in any qmd files using:
140
144
# {{< meta site-url >}}
141
145
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/
You can’t perform that action at this time.
0 commit comments