Skip to content

Commit

Permalink
Fix cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Syver Døving Agdestein committed Jul 20, 2024
1 parent 2f6628e commit f2117bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tools/servedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ root = joinpath(@__DIR__, "..")
servedocs(;
foldername = joinpath(root, "docs"),
literate = joinpath(root, "examples"),
skip_dir = joinpath(root, "docs", "src", "generated"),
skip_dir = joinpath(root, "docs", "src", "examples", "generated"),
)
16 changes: 8 additions & 8 deletions docs/src/examples/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@ const boundaries = [
{
href: "generated/Actuator2D",
src: "../Actuator2D.png",
desc: "Actuator (2D)",
caption: "Unsteady inflow around an actuator disk",
caption: "Actuator (2D)",
desc: "Unsteady inflow around an actuator disk",
},
{
href: "generated/Actuator3D",
src: "../Actuator3D.png",
desc: "Actuator (3D)",
caption: "Unsteady inflow around an actuator disk",
caption: "Actuator (3D)",
desc: "Unsteady inflow around an actuator disk",
},
{
href: "generated/BackwardFacingStep2D",
src: "../BackwardFacingStep2D.png",
desc: "Backward Facing Step (2D)",
caption: "Flow past a backward facing step",
caption: "Backward Facing Step (2D)",
desc: "Flow past a backward facing step",
},
{
href: "generated/BackwardFacingStep3D",
src: "../BackwardFacingStep3D.png",
desc: "Backward Facing Step (3D)",
caption: "Flow past a backward facing step",
caption: "Backward Facing Step (3D)",
desc: "Flow past a backward facing step",
},
{
href: "generated/LidDrivenCavity2D",
Expand Down

0 comments on commit f2117bb

Please sign in to comment.