File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.36.0-dev
4+
5+ * Enhancements
6+ * Use swup.js for navigation on hosted sites
7+ * Support ` :group ` in documentation metadata for grouping in the sidebar
8+ * Support ` :default_group_for_doc ` in configuration to set the default group for functions, callbacks, and types
9+ * Add ` --warnings-as-errors ` flag to ` mix docs `
10+
11+ * Bug fixes
12+ * Fix typespec with ` (...) -> any() `
13+
314## v0.35.1 (2024-11-21)
415
516 * Bug fixes
Original file line number Diff line number Diff line change @@ -319,8 +319,9 @@ defmodule Mix.Tasks.Docs do
319319 * `exdoc:autocomplete` - when set to "off", it disables autocompletion.
320320
321321 * `exdoc:full-text-search-url` - the URL to use when performing full text
322- search. The search string will be prepended to the URL as a parameter.
323- It defaults to ExDoc's auto-generated search page.
322+ search. The search string will be appended to the URL as an encoded
323+ parameter. You could use this to bring a custom search engine to your
324+ documentation. It defaults to ExDoc's default search page.
324325
325326 ## Nesting
326327
You can’t perform that action at this time.
0 commit comments