Browse Source

Breaking change in typedoc-plugin-markdown v4 (#1523)

Fabien Lelaquais 10 months ago
parent
commit
7a52df975a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/taipy-gui/typedoc-mkdocs.json

+ 1 - 1
frontend/taipy-gui/typedoc-mkdocs.json

@@ -9,7 +9,7 @@
   "out": "reference_guiext",
   "excludeNotDocumented": true,
   "disableSources": true,
-  "entryDocument": "index.md",
+  "entryFileName": "index.md",
   "readme": "extension-index.md",
   "githubPages": false
 }