We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd9658 commit 52aa4d4Copy full SHA for 52aa4d4
‎docs/make.jl‎
@@ -1,7 +1,7 @@
1
using Documenter, TerminalUserInterfaces
2
3
cp(joinpath(@__DIR__, "../README.md"), joinpath(@__DIR__, "./src/index.md"); force = true, follow_symlinks = true)
4
-cp(joinpath(@__DIR__, "../docs/README.md"), joinpath(@__DIR__, "./src/showcase.md"); force = true, follow_symlinks = true)
+cp(joinpath(@__DIR__, "../examples/README.md"), joinpath(@__DIR__, "./src/showcase.md"); force = true, follow_symlinks = true)
5
6
makedocs(; sitename = "TerminalUserInterfaces.jl documentation")
7
0 commit comments