Revert "website: latest migration to new structure" (#11634)
Revert "website: latest migration to new structure (#11522)"
This reverts commit 9a89a5f94b.
This commit is contained in:
@ -22,9 +22,7 @@ export class OutpostDeploymentModal extends ModalButton {
|
||||
<p>
|
||||
<a
|
||||
target="_blank"
|
||||
href="${docLink(
|
||||
"/docs/add-secure-apps/outposts?utm_source=authentik#deploy",
|
||||
)}"
|
||||
href="${docLink("/docs/outposts?utm_source=authentik#deploy")}"
|
||||
rel="noopener noreferrer"
|
||||
>${msg("View deployment documentation")}</a
|
||||
>
|
||||
|
||||
@ -215,7 +215,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
|
||||
<a
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href="${docLink("/docs/add-secure-apps/outposts?utm_source=authentik")}"
|
||||
href="${docLink("/docs/outposts?utm_source=authentik")}"
|
||||
>${msg("See documentation")}</a
|
||||
>.
|
||||
</p>
|
||||
@ -251,7 +251,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href="${docLink(
|
||||
"/docs/add-secure-apps/outposts?utm_source=authentik#configuration",
|
||||
"/docs/outposts?utm_source=authentik#configuration",
|
||||
)}"
|
||||
>${msg("Documentation")}</a
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user