Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 0739cb8

Browse files
committed
(docs): Changing the danger admonitions into note.
1 parent ae9c404 commit 0739cb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/getting-started/smart-git-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For example, Amplication will base the `amplication` branch from `main` if your
6262

6363
You can merge Amplication-made changes by merging pull requests created by Amplication from the `amplication` branch to your repository's default branch.
6464

65-
:::warning
65+
:::note
6666
**Do not delete the `amplication` branch**.
6767

6868
Do not modify the `amplication` branch, except to resolve conflicts. Handle conflicts directly on the `amplication` branch. Avoid creating new commits or merging changes from other branches to prevent bugs and inconsistencies.

docs/getting-started/sync-with-bitbucket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Amplication creates pull requests from the `amplication` branch into your reposi
126126
Amplication triggers the creation of a commit on the changed files whenever a new build is performed on a project.
127127
The changed files are all the files that were added, removed, or changed from the last build.
128128

129-
:::warning
129+
:::note
130130
**Do not delete the `amplication` branch**.
131131

132132
Do not modify the `amplication` branch, except to resolve conflicts. Handle conflicts directly on the `amplication` branch. Avoid creating new commits or merging changes from other branches to prevent bugs and inconsistencies.

docs/getting-started/sync-with-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Now let's review what happens from GitHub's side when Amplication generates a ne
142142
Amplication triggers the creation of a commit on the changed files whenever a new build is performed on a project.
143143
The changed files are all the files that were added, removed, or changed from the last build.
144144

145-
:::warning
145+
:::note
146146
**Do not delete the `amplication` branch**.
147147

148148
Do not modify the `amplication` branch, except to resolve conflicts. Handle conflicts directly on the `amplication` branch. Avoid creating new commits or merging changes from other branches to prevent bugs and inconsistencies.

0 commit comments

Comments
 (0)