Skip to content

Commit f78224f

Browse files
new urls updated (#69)
Co-authored-by: Shravan Goswami <shravanngoswamii.com>
1 parent 1d2e760 commit f78224f

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

_quarto.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
project:
22
type: website
33
preview:
4+
# Change port if it's busy in your system or just remove this line so that It will automatically use any free port
45
port: 4200
56
browser: true
67

@@ -13,17 +14,17 @@ website:
1314
search:
1415
location: navbar
1516
type: overlay
16-
# keyboard-shortcut: ["?", "H", "f"]
1717
navbar:
1818
logo: "assets/images/turing-logo.svg"
19+
logo-href: https://turinglang.org/
1920
background: "#073c44"
2021
foreground: "#ffffff"
2122
left:
22-
- href: dev/docs/using-turing/get-started
23+
- href: https://turinglang.org/docs/tutorials/docs-00-getting-started/
2324
text: Get Started
24-
- href: dev/tutorials/00-introduction
25+
- href: https://turinglang.org/docs/tutorials/00-introduction/
2526
text: Tutorials
26-
- href: library/
27+
- href: https://turinglang.org/library/
2728
text: Library API
2829
- href: news/
2930
text: News
@@ -61,20 +62,14 @@ format:
6162
html:
6263
theme:
6364
light: cosmo
64-
# dark: [cosmo, theming/theme-dark.scss]
6565
css: theming/styles.css
6666
toc: true
6767
smooth-scroll: true
6868
code-overflow: wrap
6969
output-block-background: true
70-
# code-block-border-left: true
71-
# code-line-numbers: true
72-
73-
# execute:
74-
# freeze: auto
7570

7671
# Global Variables to use in any qmd files using:
7772
# {{< meta site-url >}}
7873
site-url: https://turinglang.org
79-
get-started: dev/docs/using-turing/get-started
80-
tutorials-intro: dev/tutorials/00-introduction
74+
get-started: https://turinglang.org/docs/tutorials/docs-00-getting-started/
75+
tutorials-intro: https://turinglang.org/docs/tutorials/00-introduction/

0 commit comments

Comments
 (0)