From 3a4d5a6ca90f7c766a86117754f719db715ccbad Mon Sep 17 00:00:00 2001
From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com>
Date: Mon, 20 Nov 2023 14:40:36 +0100
Subject: [PATCH] Add message after "Update HTML" (#101)
---
R/settings.R | 2 ++
docs/NEWS.md | 1 +
docs/index.html | 2 +-
.../unnamed-chunk-1-1.png | Bin 0 -> 3183 bytes
docs/man/preview_docs.md | 8 ++++++++
.../unnamed-chunk-1-1.png | Bin 7114 -> 3183 bytes
docs/vignettes/get-started.md | 7 +++++--
.../unnamed-chunk-2-1.png | Bin 7114 -> 3183 bytes
docs/vignettes/themes.md | 13 +++++++++----
9 files changed, 26 insertions(+), 7 deletions(-)
create mode 100644 docs/man/preview_docs.markdown_strict_files/figure-markdown_strict/unnamed-chunk-1-1.png
diff --git a/R/settings.R b/R/settings.R
index 8e83db6c..c9c3401b 100644
--- a/R/settings.R
+++ b/R/settings.R
@@ -31,4 +31,6 @@
.import_settings_mkdocs(path = path)
}
+ cli::cli_alert_success("HTML updated.")
+
}
diff --git a/docs/NEWS.md b/docs/NEWS.md
index 72b3f1d6..b77f8e3b 100644
--- a/docs/NEWS.md
+++ b/docs/NEWS.md
@@ -16,6 +16,7 @@ Breaking changes:
New:
* Support for Quarto vignettes (.qmd) stored in the `vignettes/` folder.
+* `render_docs(parallel=TRUE)` uses `future` to parallelize the rendering of vignettes and man pages.
* Settings files are now permanently stored in the `altdoc/` directory. These files can be edited manually to customize the website.
* Major internal changes to the .Rd -> .md conversion system. We now use Quarto to convert man pages and execute examples, and the man pages are stored in separate markdown files instead of combined in a single large file.
* `mkdocs` now behaves like the other documentation generators and stores its files in `docs/`. This means that `mkdocs` websites can be deployed to Github Pages.
diff --git a/docs/index.html b/docs/index.html
index 809664e5..5d462266 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -41,7 +41,7 @@
{title: 'Reference', children: [{title: 'preview_docs', link: '/man/preview_docs.md'}, {title: 'render_docs', link: '/man/render_docs.md'}, {title: 'setup_docs', link: '/man/setup_docs.md'}]},
{title: 'License', link: '/LICENSE'}
],
- footer: " altdoc
v. 0.2.2.9006 | Documentation made with altdoc
v. 0.2.2.9006"
+ footer: " altdoc
v. 0.2.2.9007 | Documentation made with altdoc
v. 0.2.2.9007"
})