Skip to content

Commit

Permalink
make sure to have index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jun 17, 2021
1 parent 8fe4ff5 commit 3c11e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Manifest.toml
!/benchmark/Manifest.toml
!/docs/Manifest.toml
/docs/src/index.md
/docs/src/generated-*.md
/docs/src/generated-*/
!/examples/Manifest.toml
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using JET, Documenter, Literate, Markdown

const DOC_SRC_DIR = normpath(@__DIR__, "src")
const INDEX_FILENAME = normpath(DOC_SRC_DIR, "generated-index.md")
const INDEX_FILENAME = normpath(DOC_SRC_DIR, "index.md")
const PLUGIN_API_FILENAME = normpath(DOC_SRC_DIR, "generated-plugin-api.md")
const PLUGIN_EXAMPLES_DIRS = (normpath(@__DIR__, "..", "examples"), normpath(DOC_SRC_DIR, "generated-plugin-examples"))

Expand Down

0 comments on commit 3c11e20

Please sign in to comment.