Skip to content

Commit 274c1f4

Browse files
committed
Polish news
1 parent e34f134 commit 274c1f4

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

NEWS.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# pkgdown (development version)
22

3+
## Lifecycle changes
4+
35
* `autolink_html()` deprecated in 1.6.0 and `preview_page()` have been removed.
4-
* New translations were add for Dutch (`nl`) and Japanese (`ja`), thanks to
5-
@pepijn-devires and @shikokuchuo respectively.
6+
7+
## New features
8+
69
* New `build_llm_docs()` generates a `llms.txt` at the root directory of your site, and provides a `.md` version of every page. You can disable by adding `llm-docs: false` to your `_pkgdown.yaml` (#2914, @maelle)
10+
11+
## Minor improvements and bug fixes
12+
13+
* `build_site()` gained a `quiet` argument, which is propagated to other functions (e.g., `build_articles()`) and is useful for debugging build errors on GH actions.
14+
* New translations were add for Dutch (`nl`) and Japanese (`ja`), thanks to @pepijn-devires and @shikokuchuo respectively.
715
* Links generated with `\code{\link{foo}()}` now have the `()` moved into the `<a>` in the generated output (@maelle).
8-
* Plots in dark mode are now transformed with a CSS filter to improve their
9-
visibility (thanks to @gadenbuie).
16+
* Plots in dark mode are now transformed with a CSS filter to improve their visibility (thanks to @gadenbuie).
1017
* Updated the translations vignette with instructions for building non-English sites through Github Actions.
11-
* `build_site()` gained a `quiet` argument, which is propagated to other functions
12-
(e.g., `build_articles()`) and is useful for debugging build errors on GH actions.
1318
* Added documentation explaining how to solve incorrect rendering of plotmath expressions under ragg devices on Linux. (@remlapmot, #2908)
1419
* Improved the LaTeX syntax in one of the math rendering test cases (@remlapmot)
1520

0 commit comments

Comments
 (0)