Skip to content

Commit

Permalink
vitepress config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw committed Jan 20, 2025
1 parent 5a400ee commit 23b1e06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ export default defineConfig({
{ text: "Home", link: "/" },
{ text: "Getting Started", link: "/introduction" },
{ text: "Benchmarks", link: "https://enzymead.github.io/Reactant.jl/benchmarks/" },
{ text: "Tutorials", link: "/tutorials/" },
{
text: "Tutorials",
items: [
{text: "Overview", link: "/tutorials/"},
{text: "Profiling", link: "/tutorials/profiling"},
],
},
{
text: "API",
items: [
Expand Down

0 comments on commit 23b1e06

Please sign in to comment.