Skip to content

Commit

Permalink
Merge branch 'master' into fix-cloudfront-file-size
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Oct 4, 2023
2 parents 1e112b8 + 3c02528 commit 77588b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/_layouts/doc.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<li {% if page.url == "/docs/v1/tech/tutorials/integrate-angular.html" %}class="active"{% endif %}><a href="/docs/v1/tech/tutorials/integrate-angular">Angular</a></li>
<li {% if page.url == "/docs/v1/tech/tutorials/integrate-dotnet.html" %}class="active"{% endif %}><a href="/docs/v1/tech/tutorials/integrate-dotnet">C# .NET</a></li>
<li {% if page.url == "/docs/v1/tech/tutorials/integrate-dotnet-api.html" %}class="active"{% endif %}><a href="/docs/v1/tech/tutorials/integrate-dotnet-api">.NET Core API</a></li>
<li {% if page.url == "/docs/quickstarts/quickstart-javascript-express-web.html" %}class="active"{% endif %}><a href="/docs/v1/tech/tutorials/integrate-expressjs">Express.js</a></li>
<li {% if page.url == "/docs/quickstarts/quickstart-javascript-express-web.html" %}class="active"{% endif %}><a href="/docs/quickstarts/quickstart-javascript-express-web">Express.js</a></li>
<li {% if page.url == "/docs/v1/tech/tutorials/integrate-express-api.html" %}class="active"{% endif %}><a href="/docs/v1/tech/tutorials/integrate-express-api">Express API</a></li>
<li {% if page.url == "/docs/v1/tech/tutorials/integrate-flutter.html" %}class="active"{% endif %}><a href="/docs/v1/tech/tutorials/integrate-flutter">Flutter</a></li>
<li {% if page.url == "/docs/v1/tech/tutorials/integrate-java-spring.html" %}class="active"{% endif %}><a href="/docs/v1/tech/tutorials/integrate-java-spring">Java Spring</a></li>
Expand Down
9 changes: 5 additions & 4 deletions src/cloudfront/fusionauth-website-request-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var f="/features/";
var dq="/docs/quickstarts/"
var at="/authentication/"
var ib="/identity-basics/"
var pe="/pricing/edition";

var ip = {};
ip['/']=true;
Expand Down Expand Up @@ -137,10 +138,10 @@ rd[ex+'/tokens/anatomy-of-jwt']=a+'/tokens/jwt-components-explained';
rd[ex+'/tokens/jwt-authentication-token-components-explained']=a+'/tokens/jwt-components-explained';
rd['/podcast']='/';
rd['/pricing/cloud/']='/pricing';
rd['/pricing/edition']='/pricing';
rd['/pricing/edition/']='/pricing';
rd['/pricing/editions']='/pricing';
rd['/pricing/editions/']='/pricing';
rd[pe]='/pricing';
rd[pe+'/']='/pricing';
rd[pe+'s']='/pricing';
rd[pe+'s/']='/pricing';
rd['/products/identity-user-management/ciam-vs-iam']=ex+'/ciam/ciam-vs-iam';
rd['/resources/auth0-migration']='/auth0-migration';
rd['/resources/guide-to-user-data-security']=ex+'/security/guide-to-user-data-security';
Expand Down

0 comments on commit 77588b8

Please sign in to comment.