Skip to content

Commit

Permalink
Add redirects for new accounts section
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
  • Loading branch information
vipulgupta2048 committed Jun 25, 2024
1 parent 68369be commit 2fc4fc6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/navigation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Learn
[/learn/develop/local-mode]
[/learn/develop/dockerfile]
[/learn/develop/multicontainer]
[/learn/develop/apps]
Develop with Apps[/learn/develop/apps]
[/learn/develop/blocks]
[/learn/develop/container-contracts]
[/learn/develop/runtime]
Expand Down
31 changes: 23 additions & 8 deletions config/redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
/learn/deploy /learn/deploy/deployment/
/learn/deploy/build-optimisation/ /learn/deploy/build-optimization/
/learn/deploy/build-optimisation /learn/deploy/build-optimization/
/learn/manage/ /learn/manage/account/
/learn/manage /learn/manage/account/
/learn/manage/ /learn/manage/actions/
/learn/manage /learn/manage/actions/
/faq/ /faq/troubleshooting/faq/
/faq /faq/troubleshooting/faq/
/reference/ /reference/hardware/devices/
Expand Down Expand Up @@ -162,8 +162,8 @@
/management/applications /learn/manage/actions/
/management/devices/ /learn/manage/actions/
/management/devices /learn/manage/actions/
/management/preferences/ /learn/manage/account/
/management/preferences /learn/manage/account/
/management/preferences/ /learn/accounts/account/
/management/preferences /learn/accounts/account/
/configuration/advanced/ /reference/OS/advanced/
/configuration/advanced /reference/OS/advanced/
/deployment/network/ /reference/OS/network/
Expand Down Expand Up @@ -222,22 +222,37 @@
/reference/base-images/resin-base-images /reference/base-images/base-images/
/reference/api/resources/application/ /reference/api/resources/fleet/
/reference/api/resources/application /reference/api/resources/fleet/
/learn/manage/app-types/ /learn/manage/fleet-types/
/learn/manage/app-types /learn/manage/fleet-types/
/learn/manage/app-types/ /learn/accounts/fleet-types/
/learn/manage/app-types /learn/accounts/fleet-types/
/learn/welcome/support/ /learn/accounts/support-access/ 301
/learn/welcome/support /learn/accounts/support-access/ 301
/learn/welcome/core-concepts/ /learn/more/glossary/ 301
/learn/welcome/core-concepts /learn/more/glossary/ 301
/learn/welcome/glossary/ /learn/more/glossary/ 301
/learn/welcome/glossary /learn/more/glossary/ 301
/learn/more/masterclasses/ /learn/more/masterclasses/masterclass-intro/ 301
/learn/more/masterclasses /learn/more/masterclasses/masterclass-intro/ 301
/learn/more/masterclasses/ /learn/more/masterclasses/masterclass-intro/ 301
/learn/more/masterclasses /learn/more/masterclasses/masterclass-intro/ 301
/learn/more/examples/projects /learn/more/examples/labs-projects
/learn/more/examples/projects/ /learn/more/examples/labs-projects
/learn/more/examples/seed-projects /learn/more/examples/labs-projects
/learn/more/examples/seed-projects/ /learn/more/examples/labs-projects


# Accounts & Billing restructure
/learn/manage/account/ /learn/accounts/account/
/learn/manage/account /learn/accounts/account/
/learn/manage/organizations/ /learn/accounts/organizations/
/learn/manage/organizations /learn/accounts/organizations/
/learn/manage/billing/ /learn/accounts/billing/
/learn/manage/billing /learn/accounts/billing/
/learn/manage/fleet-types/ /learn/accounts/fleet-types/
/learn/manage/fleet-types /learn/accounts/fleet-types/
/learn/manage/support-access/ /learn/accounts/support-access/
/learn/manage/support-access /learn/accounts/support-access/

/learn/manage/apps/ /learn/develop/apps/
/learn/manage/apps /learn/develop/apps/


# Important: keep dynamic redirect below the static redirects
# https://developers.cloudflare.com/pages/platform/redirects/
Expand Down
4 changes: 3 additions & 1 deletion pages/learn/accounts/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ API keys can also be generated using the API, [CLI][cli-keys], and [Node.js][nod

## Fleet members

When a fleet needs to be shared with more than one user, the fleet owner can add new members. Checkout out [team management][team] in BalenaCloud to understand member types, how to add a member and more.
When a fleet needs to be shared with more than one user, the fleet owner can add new members. Check out [fleet members][team] to understand member types, how to add a member and more.


## Two-factor Authentication
Expand Down Expand Up @@ -135,3 +135,5 @@ If you wish to delete your {{ $names.cloud.lower }} account, go to your [_Prefer
[google-auth]:https://en.wikipedia.org/wiki/Google_Authenticator
[google-auth-android]:https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_GB
[google-auth-ios]:https://itunes.apple.com/gb/app/google-authenticator/id388497605?mt=8

[team]:/learn/accounts/fleet-members/

0 comments on commit 2fc4fc6

Please sign in to comment.