Skip to content

Commit

Permalink
fixed several broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshsiriwardana committed Nov 13, 2024
1 parent 91c684d commit 5d153ca
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions en/asgardeo/docs/guides/branding/localization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% set product_url_format = "https://api.asgardeo.io/t/{organization_name}" %}
{% include "../../../../includes/guides/branding/localization.md" %}
7 changes: 4 additions & 3 deletions en/asgardeo/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ plugins:
'references/application-logs.md' : 'guides/asgardeo-logs.md'
'apis/oauth-dcr.md' : 'apis/dynamic-client-registration-rest-api.md'
'/guides/authorization/impersonation/user-impersonation/' : '/guides/authorization/user-impersonation/'
'guides/branding/localization-in-asgardeo.md': 'guides/branding/localization.md'

exclude_docs: |
/get-started/hello-world.md
Expand Down Expand Up @@ -349,7 +350,7 @@ nav:
- Branding AI: guides/branding/ai-branding.md
- Configure custom domains: guides/branding/configure-custom-domains.md
- Customize email templates: guides/branding/customize-email-templates.md
- Localization in Asgardeo: guides/branding/localization-in-asgardeo.md
- Localization in Asgardeo: guides/branding/localization.md
- Extend with actions:
- Understanding actions: guides/customize/actions/understanding-actions.md
- Setting up actions: guides/customize/actions/setting-up-actions.md
Expand Down Expand Up @@ -425,8 +426,8 @@ nav:
- Session extension API: apis/extend-sessions.md
- User store management API: apis/user-store.md
- Validation API: apis/validation.md
- Orgnization APIs:
- Orgnization APIs: apis/organization-apis/index.md
- Organization APIs:
- Organization APIs: apis/organization-apis/index.md
- Get access for organization APIs: apis/organization-apis/authentication.md
- Application management API: apis/organization-apis/org-application-management.md
- Authenticators API: apis/organization-apis/org-authenticators.md
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include "../../../../../includes/guides/branding/add-custom-layouts.md" %}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include "../../../../../../includes/guides/authentication/app-native-authentication/index.md" %}
4 changes: 3 additions & 1 deletion en/includes/guides/authentication/federated-login/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ You can register an external IdP in {{product_name}} by creating a connection. {
<img src="{{base_path}}/assets/img/logo/microsoft-logo.svg" alt="Microsoft" />
<span>Microsoft</span>
</a>
{% if product_name == "WSO2 Identity Server" %}
<a href="{{base_path}}/guides/authentication/enterprise-login/add-microsoft-365-login" class="card square">
<img src="{{base_path}}/assets/img/logo/microsoft-logo.svg" alt="Microsoft 365" />
<span>Microsoft 365</span>
Expand All @@ -38,7 +39,6 @@ You can register an external IdP in {{product_name}} by creating a connection. {
<img src="{{base_path}}/assets/img/logo/microsoft-logo.svg" alt="Microsoft IWA" /></br>
<span>IWA</span>
</a>
{% if product_name == "WSO2 Identity Server" %}
<a href="{{base_path}}/guides/authentication/social-login/add-x-login/" class="card square">
<img src="{{base_path}}/assets/img/logo/x-logo.svg#only-light" alt="X" /></br>
<img src="{{base_path}}/assets/img/logo/x-logo-dark.svg#only-dark" alt="X" /></br>
Expand All @@ -53,10 +53,12 @@ You can register an external IdP in {{product_name}} by creating a connection. {
<img src="{{base_path}}/assets/img/logo/saml-logo.svg" alt="SAML" />
<span>SAML</span>
</a>
{% if product_name == "WSO2 Identity Server" %}
<a href="{{base_path}}/guides/authentication/standard-based-login/add-ws-federation" class="card square">
<img src="{{base_path}}/assets/img/logo/ws-fed.svg" alt="WS-Fed" /></br></br></br>
<span>WS-Federation</span>
</a>
{% endif %}
{% if product_name == "Asgardeo" %}
<a href="{{base_path}}/guides/authentication/decentralized-login/sign-in-with-ethereum" class="card square">
<img src="{{base_path}}/assets/img/logo/ethereum.svg" alt="Ethereum" /></br>
Expand Down

0 comments on commit 5d153ca

Please sign in to comment.