mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:02:25 -05:00
[docs] Add separate migration section + instructions for moving to GtS and not just away (#3139)
* [docs] Add separate migration section + instructions for moving to GtS and not just away * update headings
This commit is contained in:
parent
c9b6220fef
commit
f8d399cf6a
6 changed files with 85 additions and 47 deletions
|
|
@ -84,12 +84,12 @@ function AliasForm({ data: profile }) {
|
|||
<div className="form-section-docs">
|
||||
<h3>Alias Account</h3>
|
||||
<a
|
||||
href="https://docs.gotosocial.org/en/latest/user_guide/settings/#alias-account"
|
||||
href="https://docs.gotosocial.org/en/latest/user_guide/migration"
|
||||
target="_blank"
|
||||
className="docslink"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Learn more about account aliasing (opens in a new tab)
|
||||
Learn more about account migration (opens in a new tab)
|
||||
</a>
|
||||
</div>
|
||||
<AlsoKnownAsURIs
|
||||
|
|
@ -179,12 +179,12 @@ function MoveForm({ data: profile }) {
|
|||
</dl>
|
||||
<br/>
|
||||
<a
|
||||
href="https://docs.gotosocial.org/en/latest/user_guide/settings/#move-account"
|
||||
href="https://docs.gotosocial.org/en/latest/user_guide/migration"
|
||||
target="_blank"
|
||||
className="docslink"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Learn more about moving your account (opens in a new tab)
|
||||
Learn more about account migration (opens in a new tab)
|
||||
</a>
|
||||
</div>
|
||||
<TextInput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue