From aeb88088efdea8bea34773bc591879d4013d649e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 21 Dec 2024 22:07:59 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 +++++++++++ lib/mix/tasks/docs.ex | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4797839..4420f5e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.36.0-dev + + * Enhancements + * Use swup.js for navigation on hosted sites + * Support `:group` in documentation metadata for grouping in the sidebar + * Support `:default_group_for_doc` in configuration to set the default group for functions, callbacks, and types + * Add `--warnings-as-errors` flag to `mix docs` + + * Bug fixes + * Fix typespec with `(...) -> any()` + ## v0.35.1 (2024-11-21) * Bug fixes diff --git a/lib/mix/tasks/docs.ex b/lib/mix/tasks/docs.ex index 82dda7c6c..a5f6aac54 100644 --- a/lib/mix/tasks/docs.ex +++ b/lib/mix/tasks/docs.ex @@ -319,8 +319,9 @@ defmodule Mix.Tasks.Docs do * `exdoc:autocomplete` - when set to "off", it disables autocompletion. * `exdoc:full-text-search-url` - the URL to use when performing full text - search. The search string will be prepended to the URL as a parameter. - It defaults to ExDoc's auto-generated search page. + search. The search string will be appended to the URL as an encoded + parameter. You could use this to bring a custom search engine to your + documentation. It defaults to ExDoc's default search page. ## Nesting