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 1
1
# Changelog
2
2
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
+
3
14
## v0.35.1 (2024-11-21)
4
15
5
16
* Bug fixes
Original file line number Diff line number Diff line change @@ -319,8 +319,9 @@ defmodule Mix.Tasks.Docs do
319
319
* `exdoc:autocomplete` - when set to "off", it disables autocompletion.
320
320
321
321
* `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.
324
325
325
326
## Nesting
326
327
You can’t perform that action at this time.
0 commit comments