Skip to content

Commit

Permalink
Updated Quicktart Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBobby committed Nov 4, 2023
1 parent e4db019 commit 4021cb9
Show file tree
Hide file tree
Showing 13 changed files with 553 additions and 109 deletions.
575 changes: 472 additions & 103 deletions astro/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions astro/public/img/icons/5-minute-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions astro/public/img/icons/5-minute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions astro/public/img/icons/5minute-docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions astro/public/img/icons/fast-path.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions astro/public/img/icons/qs-main.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions astro/public/img/icons/quickstart2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion astro/public/img/icons/shared-sandbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion astro/src/content/quickstarts/5-minute-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Docker Install For the 5-Minute Guide
description: Use Docker and docker compose for the 5-minute guide.
navcategory: getting-started
section: fiveminute
icon: /img/icons/dotnet-c.svg
icon: /img/icons/5minute-docker.svg
faIcon: fa-gem
color: rose
cta: EmailListCTA
Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/quickstarts/5-minute-fastpath.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Fast Path Install For the 5-Minute Guide
description: Use Fastpath and your own database for the 5-minute guide.
navcategory: getting-started
section: fiveminute
icon: /img/icons/dotnet-c.svg
icon: /img/icons/5-minute.svg
faIcon: fa-gem
color: rose
cta: EmailListCTA
Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/quickstarts/5-minute-sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Using the Sandbox For the 5-Minute Setup Guide
description: Use the shared sandbox instance for the 5-minute guide.
navcategory: getting-started
section: fiveminute
icon: /img/icons/dotnet-c.svg
icon: /img/icons/shared-sandbox.svg
faIcon: fa-gem
color: rose
cta: EmailListCTA
Expand Down
2 changes: 1 addition & 1 deletion astro/src/content/quickstarts/5-minute-setup-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 5-Minute Guide
description: This guide will walk you through the steps required to use FusionAuth for login and logout.
navcategory: getting-started
section: fiveminute
icon: /img/icons/dotnet-c.svg
icon: /img/icons/5-minute-2.svg
faIcon: fa-gem
color: rose
cta: EmailListCTA
Expand Down
2 changes: 1 addition & 1 deletion astro/src/pages/docs/quickstarts/quickstart-sections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const qsSections: QuickStartSection[] = [
},
{
key: 'fiveminute',
icon: '/img/icons/web-application.svg',
icon: '/img/icons/qs-main.svg',
faIcon: 'fa-code-simple',
color: 'indigo',
title: '5-minute Guides',
Expand Down

0 comments on commit 4021cb9

Please sign in to comment.