Skip to content

Commit

Permalink
added instructions for callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrabben committed Jun 20, 2024
1 parent ca002a1 commit 8f60a14
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,31 @@ ga_tracking_anonymize_ip: true

callouts_level: quiet # or loud
callouts:
highlight:
color: blue
important:
title: Important
# use for documentation still not fully complete, but partially launched
construction:
title: Under Construction
color: yellow
# use after launching new documentation for external staff, remove after some period time
new:
title: New
color: green
# use for legacy instruction that will eventually be removed, remove when documentation is removed
deprecated:
title: Deprecated
color: red
# use to callout requirements before starting process
important:
title: Important
color: yellow
# use for context to instructions
note:
title: Note
color: purple
# use for situations where no further work should be completed until situation is resolved
warning:
title: Warning
color: red
construction:
title: Under Construction
color: yellow
deprecated:
title: Deprecated
color: red
# use for final instruction or failure remediation
highlight:
color: blue

0 comments on commit 8f60a14

Please sign in to comment.