You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _quarto.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ website:
42
42
background: "#073c44"
43
43
left: |
44
44
Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and lovingly maintained by the <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank">core team</a> of volunteers. <br>
Copy file name to clipboardexpand all lines: assets/scripts/README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ This `scripts` folder contains utilities for building Turing language satellite
5
5
6
6
## How to use
7
7
8
-
Add a new Github Actions workflow, `DocsNav.yml`, in your `main` or `master` branch.
8
+
Add a new Github Actions workflow, `DocsNav.yml`, in your default branch.
9
9
10
-
You can find `DocsNav.yml` template [here](DocsNav.yml), Update the NAVBAR URL in case you want to use another navigation bar and make sure NAVBAR START AND NAVBAR END comments are there in your new navigation bar.
10
+
You can find `DocsNav.yml` template [here](DocsNav.yml).
11
+
Update the NAVBAR URL in case you want to use another navigation bar and make sure NAVBAR START AND NAVBAR END comments are there in your new navigation bar.
11
12
12
-
See [AbstractMCMC.jl](https://github.com/TuringLang/AbstractMCMC.jl/blob/master/.github/workflows/DocsNav.yml) for an example.
13
+
See [AbstractMCMC.jl](https://github.com/TuringLang/AbstractMCMC.jl/blob/main/.github/workflows/DocsNav.yml) for an example.
0 commit comments