Skip to content

Commit

Permalink
added browser quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
swoodward90 committed Nov 8, 2023
1 parent 3fe38fe commit 55f6c2a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 18 deletions.
3 changes: 2 additions & 1 deletion pages/getting-started/plural-difference.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Plural was built to make deploying and managing applications on Kubernetes as ea
- Plural is self-hosted. You retain full control over your deployments in your cloud.
- We're open-source. We were built as an open-source solution from day 1, and allow for full transparency of what our software is doing.
- Bring your own cloud. We support deploying on all major cloud providers, including AWS, Azure, and GCP.
- We perform automated testing and upgrades of supported applications, including all dependency management. Set your preferred upgrade channels and we'll do the hard work for you.
- Bring your own clusters or provision from scratch. When deploying your own software, we make it easy to adopt your existing clusters and spin up any new ones that you need.
- We perform automated testing and upgrades of the open-source application in our marketplace, including all dependency management. Set your preferred upgrade channels and we'll do the hard work for you.
- We're entirely portable. Plural is built on common open-source tools, so if you don't like us, you can always eject your application from Plural and use it as you please.
- We provide out-of-the-box Day 2 operational workflows. Monitor, manage, and scale your configuration with ease to meet changing demands of your business.
20 changes: 6 additions & 14 deletions src/NavData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,12 @@ const rootNavData: NavMenu = deepFreeze([
sections: [
{
title: 'Quickstart with our CLI',
href: '/getting-started/quickstart',
href: '/deployments/cli-quickstart',
},
{
href: '/getting-started/cloud-shell-quickstart',
href: '/deployments/browser-quickstart',
title: 'Quickstart from your Browser',
},
{
href: '/getting-started/admin-console',
title: 'Installing Plural Console',
},
{
href: '/getting-started/understanding-upgrades',
title: 'Understanding Application Upgrades',
},
],
},
{
Expand Down Expand Up @@ -257,6 +249,10 @@ const rootNavData: NavMenu = deepFreeze([
},
],
},
{
title: 'Sharing your Plural Repository',
href: '/getting-started/manage-git-repositories/sharing-git-repositories',
},
{
href: '/operations/advanced-operations',
title: 'Advanced Operations',
Expand All @@ -279,10 +275,6 @@ const rootNavData: NavMenu = deepFreeze([
href: '/operations/auth-access-control/api-tokens',
title: 'Create Persistent API Tokens',
},
{
title: 'Share your Plural Git Repository',
href: '/getting-started/manage-git-repositories/sharing-git-repositories',
},
],
},
{
Expand Down
54 changes: 51 additions & 3 deletions src/generated/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,51 @@
{
"path": "/debugging/proxies"
},
{
"path": "/deployments/browser-quickstart"
},
{
"path": "/deployments/cluster-config"
},
{
"path": "/deployments/cluster-cost"
},
{
"path": "/deployments/cluster-create"
},
{
"path": "/deployments/cluster-destroy"
},
{
"path": "/deployments/clusters"
},
{
"path": "/deployments/credentials"
},
{
"path": "/deployments/debugging"
},
{
"path": "/deployments/deprecations"
},
{
"path": "/deployments/git"
},
{
"path": "/deployments/global-services"
},
{
"path": "/deployments/manage-your-microservices"
},
{
"path": "/deployments/pipelines"
},
{
"path": "/deployments/services"
},
{
"path": "/deployments/upgrades"
},
{
"path": "/faq/certifications"
},
Expand All @@ -92,9 +137,6 @@
{
"path": "/faq/plural-paid-tiers"
},
{
"path": "/first-party/manage-your-microservices"
},
{
"path": "/getting-started/admin-console"
},
Expand All @@ -104,6 +146,9 @@
{
"path": "/getting-started/concepts"
},
{
"path": "/getting-started/deployments"
},
{
"path": "/getting-started/manage-git-repositories"
},
Expand All @@ -119,6 +164,9 @@
{
"path": "/getting-started/manage-git-repositories/your-plural-workspace"
},
{
"path": "/getting-started/marketplace"
},
{
"path": "/getting-started/openid-connect"
},
Expand Down

0 comments on commit 55f6c2a

Please sign in to comment.