From f6693f9db80f4f782ad48cbf1cd7883137b80187 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Tue, 6 Sep 2022 00:31:05 +1200 Subject: [PATCH] Document flags for installing dependencies in CI --- custom-style.css | 21 +++++++++++++++++++++ docs.scrbl | 2 ++ 2 files changed, 23 insertions(+) diff --git a/custom-style.css b/custom-style.css index 9d576de..85c65fb 100644 --- a/custom-style.css +++ b/custom-style.css @@ -67,6 +67,27 @@ h5 { padding-left: 8px; } +.block-note { + background-color: #e1e1e1; + position: relative; + margin: 0; + padding: 8px 8px 8px 40px; +} +.block-note::before { + content: "🛈"; + position: absolute; + top: 0; + bottom: 0; + width: 0; + left: 20px; + display: flex; + align-items: center; + justify-content: center; + line-height: 1; +} +.block-note p { + margin: 0; +} @media (max-width: 600px) { body { diff --git a/docs.scrbl b/docs.scrbl index 0fa8076..14a2063 100644 --- a/docs.scrbl +++ b/docs.scrbl @@ -101,6 +101,8 @@ This method is recommended for people who want to edit the source code, or for p @item{Run @code{raco pkg install --auto --skip-installed} in the repository to install dependencies.} ] +@nested[#:style (style "block-note" null)]{If building in an automated environment, like CI, use the flags @code{--batch --auto --no-docs --skip-installed}.} + Now you can start BreezeWiki using one of the following methods. @itemlist[