From dfec38d0111ad8c9bf11dbb9b6c9b4fb94d636fc Mon Sep 17 00:00:00 2001 From: tomeichlersmith Date: Fri, 29 Dec 2023 16:36:46 -0600 Subject: [PATCH] update some more warnings and other highlights to admonish blocks --- src/Building-ldmx-sw-containerless.md | 13 +++++++++---- src/Contributing-to-ldmx-sw.md | 4 +++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/Building-ldmx-sw-containerless.md b/src/Building-ldmx-sw-containerless.md index 48826132..998b9f1a 100644 --- a/src/Building-ldmx-sw-containerless.md +++ b/src/Building-ldmx-sw-containerless.md @@ -1,13 +1,18 @@ # Building ldmx-sw Without Containers -> _Note:_ This method is _highly_ discouraged. The collaboration has standardized - on using the container and so developing and running outside of the standardized - container will not be supported. +```admonish warning title="This method is _highly_ discouraged." +The collaboration has standardized +on using the container and so developing and running outside of the standardized +container will not be supported. +``` Building ldmx-sw will require the installation of several dependencies. The following guide will walk you through the installation of those dependencies as well as ldmx-sw. -**This is your final warning.** + +```admonish danger title="This is your final warning." These instructions are not being maintained because we standardized on the container build. +**You are on your own.** +``` ## Supported Platforms * Linux diff --git a/src/Contributing-to-ldmx-sw.md b/src/Contributing-to-ldmx-sw.md index baef7c9d..1c5515d8 100644 --- a/src/Contributing-to-ldmx-sw.md +++ b/src/Contributing-to-ldmx-sw.md @@ -1,6 +1,8 @@ # Contributing -> All contributions are welcome. From fixing typos in these documentation pages to patching a bug in the event reconstruction code to adding a new simulatino process. Please reach out via GitHub issues or on the LDMX slack to get started. +```admonish success title="All contributions are welcome." +From fixing typos in these documentation pages to patching a bug in the event reconstruction code to adding a new simulation process. Please reach out via GitHub issues or on the LDMX slack to get started. +``` To contribute code to the project, you will need to create an account on [github](https://github.com/) if you don't have one already, and then request to be added to the [LDMX-Software](https://github.com/orgs/LDMX-Software/) organization.