Skip to content

Commit

Permalink
Mcr/dotnet web quickstart (#2410)
Browse files Browse the repository at this point in the history
* removing old dotnet tutorial

* removing old tutorial

* removing old tutorial link

* pushing merged changes

* spelling changes

* updating from comments in initial review

* removing absolute link

* making changes based on review.

* making changes from review

* updating examples

* Update astro/src/content/quickstarts/quickstart-dotnet-web.mdx

Co-authored-by: Dan Moore <[email protected]>

* Update astro/src/content/quickstarts/quickstart-dotnet-web.mdx

Co-authored-by: Dan Moore <[email protected]>

* updating link to repo

* Update astro/src/content/quickstarts/quickstart-dotnet-web.mdx

Co-authored-by: Dan Moore <[email protected]>

* removing 2 spaces after period.

* updating link to point to current version of .Net

* Update astro/src/content/quickstarts/quickstart-dotnet-web.mdx

Co-authored-by: Dan Moore <[email protected]>

---------

Co-authored-by: Dan Moore <[email protected]>
  • Loading branch information
mark-robustelli and mooreds authored Sep 21, 2023
1 parent 2974e22 commit 9ef2d8c
Show file tree
Hide file tree
Showing 9 changed files with 2,943 additions and 254 deletions.
2,596 changes: 2,596 additions & 0 deletions astro/.astro/types.d.ts

Large diffs are not rendered by default.

345 changes: 345 additions & 0 deletions astro/src/content/quickstarts/quickstart-dotnet-web.mdx

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions astro/src/pages/docs/quickstarts/quickstart-sections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ const qsSections: QuickStartSection[] = [
faIcon: 'fa-w',
navColor: 'fuchsia',
},
{
href: '/docs/v1/tech/tutorials/integrate-dotnet',
title: '.NET',
icon: '/img/icons/dotnet-c.svg',
faIcon: 'fa-hashtag',
navColor: 'blue'
},
{
href: '/blog/2023/04/26/nextjs-single-sign-on',
title: '.Next.js',
Expand Down
2 changes: 1 addition & 1 deletion site/_data/exampleapps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
name: C# API access
description: Protecting a C# API with a JWT
language: netcore
- url: https://github.com/fusionauth/fusionauth-example-dotnet-guide
- url: https://github.com/fusionauth/fusionauth-quickstart-dotnet-web
name: .NET 7 OIDC
description: .NET core integration with OIDC using the OpenID Connect library
language: netcore
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
246 changes: 0 additions & 246 deletions site/docs/v1/tech/tutorials/integrate-dotnet.md

This file was deleted.

1 change: 1 addition & 0 deletions src/cloudfront/fusionauth-website-request-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ rd[d+'/tutorials/integrate-angular']= '/docs/quickstarts/quickstart-javascript-a
rd[d+'/tutorials/integrate-python-django']= '/docs/quickstarts/quickstart-python-django-web';
rd[d+'/tutorials/integrate-python-flask']= '/docs/quickstarts/quickstart-python-flask-web';
rd[d+'/tutorials/integrate-ruby-rails']= '/docs/quickstarts/quickstart-ruby-rails-web';
rd[d+'/tutorials/integrate-dotnet']= '/docs/quickstarts/quickstart-dotnet-web';
rd[d+'/tutorials/integrate-java-spring']= '/docs/quickstarts/quickstart-springboot-web';
rd[d+'/tutorials/integrate-react']= '/docs/quickstarts/quickstart-javascript-react-web';
rd['/features/architecture']='/platform/built-for-developers';
Expand Down

0 comments on commit 9ef2d8c

Please sign in to comment.