diff --git a/docs/_config.yml b/docs/_config.yml index f9b7adad..6f49846d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -40,6 +40,8 @@ markdown: kramdown theme: just-the-docs color_scheme: derby-light # just-the-docs theme customization permalink: /:path/:name +keep_files: + - api/ # Front matter defaults defaults: @@ -58,11 +60,9 @@ defaults: nav_external_links: - title: Derby API url: /api - hide_icon: true opens_in_new_tab: true - title: Racer API url: https://derbyjs.github.io/racer - hide_icon: true opens_in_new_tab: true # Exclude from processing. diff --git a/typedoc.json b/typedoc.json index b6eb7747..61081c4c 100644 --- a/typedoc.json +++ b/typedoc.json @@ -6,7 +6,7 @@ "typedoc-plugin-missing-exports", "./typedocExcludeUnderscore.mjs" ], - "out": "docs/api", + "out": "docs/_site/api", "visibilityFilters": { "protected": false, "private": false,