Make Titles in navigation bar consistent with notebooks

This commit is contained in:
Francesc Verdugo 2023-08-29 12:02:03 +02:00
parent ed7bcf8c06
commit 795eff418f

View File

@ -117,10 +117,10 @@ makedocs(;
pages=["Home" => "index.md","Getting started"=>"getting_started_with_julia.md",
"Notebooks"=>[
"Julia Basics" => "julia_basics.md",
"Tasks and channels" => "julia_async.md",
"Remote calls and remote channels" => "julia_distributed.md",
"MPI" => "mpi_tutorial.md",
"Matrix Multiplication"=>"matrix_matrix.md",
"Asynchronous programming in Julia" => "julia_async.md",
"Distributed computing in Julia" => "julia_distributed.md",
"Distributed computing with MPI" => "mpi_tutorial.md",
"Matrix-matrix multiplication"=>"matrix_matrix.md",
# "Jacobi" => "jacobi_method.md",
# "ASP" => "asp.md",
# "Solutions" => "solutions.md",