Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix admonition format
Browse files Browse the repository at this point in the history
[changelog:fixed]
  • Loading branch information
David Dooling committed Oct 29, 2020
1 parent e662ea0 commit 281c33c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/developer/local-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ bash support).
npm install -g @atomist/cli

!!! Note
If you already have an SDM in your organization, you can skip step 2,
and instead clone the repository containing your SDM.
If you already have an SDM in your organization, you can skip step 2,
and instead clone the repository containing your SDM.

2. Create a local software delivery machine (SDM). This is going to
create a new project in the Atomist projects directory (which
Expand Down
6 changes: 3 additions & 3 deletions docs/developer/sdm-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ If you want the same events to be sent to multiple SDMs, just make
sure the SDMs have different names.

!!! note "Custom Ingestion"
Any custom ingestion types can only be registered once within an
Atomist workspace. Therefore it is recommended to register these
in a dedicated API client.
Any custom ingestion types can only be registered once within an
Atomist workspace. Therefore it is recommended to register these
in a dedicated API client.

## Event handling

Expand Down
7 changes: 4 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ skills][catalog]. We're going to enable the GitHub Notifications Skill.
Now you will get Slack notifications for all pushed commits, pull requests, and
issues.

!!! tip "Note" You control which channels will receive notifications, so you may
want to start with just one repository linked to one Slack channel until you're
ready to add more.
!!! Tip
You control which channels will receive notifications, so you may
want to start with just one repository linked to one Slack channel until you're
ready to add more.

[catalog]: https://go.atomist.com/catalog "Atomist Catalog of Skills"

Expand Down
9 changes: 5 additions & 4 deletions docs/user/admin/integrations/supported-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ One of the tools you are most likely to integrate is Continuous Integration
You can integrate Atomist with a custom CI tool by invoking Atomist hooks to
send events around build and artifact creation.

!!! note CI tools are great for building and generating artifacts, but they're
often abused as a PaaS for `bash`. If you find your CI usage has you programming
in `bash` or YML, consider whether invoking such operations from Atomist event
handlers might be a better model.
!!! Note
CI tools are great for building and generating artifacts, but they're
often abused as a PaaS for `bash`. If you find your CI usage has you programming
in `bash` or YML, consider whether invoking such operations from Atomist event
handlers might be a better model.

You can also use Atomist generators to create pre-defined CI files, and Atomist
editors to keep them in synch, minimizing inconsistency across all your
Expand Down

0 comments on commit 281c33c

Please sign in to comment.