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 fbf6899 commit 9bd9658Copy full SHA for 9bd9658
docs/make.jl
@@ -1,6 +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)
5
6
makedocs(; sitename = "TerminalUserInterfaces.jl documentation")
7
0 commit comments