mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-20 04:58:52 +00:00
Use docusaurus warning/note syntax instead markdown
This commit is contained in:
@@ -39,7 +39,9 @@ For an existing remote repository, you can set up pull mirroring as follows:
|
||||
|
||||
The repository now gets mirrored periodically from the remote repository. You can force a sync by selecting **Synchronize Now** in the repository settings.
|
||||
|
||||
:exclamation::exclamation: **NOTE:** You can only set up pull mirroring for repos that don't exist yet on your instance. Once the repo is created, you can't convert it into a pull mirror anymore. :exclamation::exclamation:
|
||||
:::warning
|
||||
:exclamation::exclamation: You can only set up pull mirroring for repos that don't exist yet on your instance. Once the repo is created, you can't convert it into a pull mirror anymore. :exclamation::exclamation:
|
||||
:::
|
||||
|
||||
## Pushing to a remote repository
|
||||
|
||||
@@ -52,7 +54,9 @@ For an existing repository, you can set up push mirroring as follows:
|
||||
|
||||
The repository now gets mirrored periodically to the remote repository. You can force a sync by selecting **Synchronize Now**. In case of an error a message displayed to help you resolve it.
|
||||
|
||||
:exclamation::exclamation: **NOTE:** This will force push to the remote repository. This will overwrite any changes in the remote repository! :exclamation::exclamation:
|
||||
:::warning
|
||||
:exclamation::exclamation: This will force push to the remote repository. This will overwrite any changes in the remote repository! :exclamation::exclamation:
|
||||
:::
|
||||
|
||||
### Setting up a push mirror from Gitea to GitHub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user