diff --git a/microsite-next/src/pages/home/_home.tsx b/microsite-next/src/pages/home/_home.tsx index afc8381ec1..59951646ce 100644 --- a/microsite-next/src/pages/home/_home.tsx +++ b/microsite-next/src/pages/home/_home.tsx @@ -1,13 +1,13 @@ import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; +import { BannerSection } from '@site/src/components/banner-section/banner-section'; +import { BannerSectionColumns } from '@site/src/components/banner-section/banner-section-columns'; +import { ContentBlock } from '@site/src/components/content-block/content-block'; import Layout from '@theme/Layout'; import { clsx } from 'clsx'; import React from 'react'; -import { BannerSection } from '../../components/banner-section/banner-section'; import homeStyles from './home.module.scss'; -import { BannerSectionColumns } from '../../components/banner-section/banner-section-columns'; -import { ContentBlock } from '@site/src/components/content-block/content-block'; export function Home() { const { siteConfig } = useDocusaurusContext(); @@ -118,7 +118,7 @@ export function Home() { /> @@ -169,7 +169,7 @@ export function Home() { - +
- + Software Templates Cards + +
+
+ Backstage TechDocs File Copy GIF + +

Backstage TechDocs

+ +

Docs like code

+
+ + + + Backstage TechDocs Markdown to HTML + + + + Whenever you use a Backstage Software Template, your project + automatically gets a TechDocs site, for free + + + + With our docs-like-code approach, engineers write their + documentation in Markdown files right alongside their code + + + + Updating code? Update your documentation while you're there — with + docs and code in the same place, it becomes a natural part of your + workstream + + + + Since all your documentation is in Backstage, finding any TechDoc + is just a search query away + +
+
+

Learn more about TechDocs

@@ -243,6 +293,54 @@ export function Home() {
+ +
+
+ Search Platform Telescope GIF + +

Backstage Search Platform

+ +

A search platform made just for you

+
+ + + + Search Platform Search Bar + + + + Backstage Search more than just a box you type questions into — + it's an entire platform all by itself, which you can customize to + fit your organization's needs + + + + Bring your own search engine, create a customized search page + experience, or edit the look and feel of each search result + + + + With an extensible backend, you can search beyond the Software + Catalog and index any source you'd like — whether it's TechDocs or + Confluence and Stack Overflow + + + + New hires and seasoned employees alike can easily search your + infrastructure instead of getting lost in it + +
+
+

Learn more about Backstage Search

@@ -256,6 +354,50 @@ export function Home() {
+ + +
+ Backstage Kubernetes Flag GIF + +

Backstage Kubernetes

+ +

Manage your services, not clusters

+
+
+ } + > + + Backstage features the first Kubernetes monitoring tool designed + around the needs of service owners, not cluster admins + + + + Get all your service's deployments in one, aggregated view — no + more digging through cluster logs in a CLI, no more combing + through lists of services you don't own + + + + Since Backstage uses the Kubernetes API, it's cloud agnostic — so + it works no matter which cloud provider or managed Kubernetes + service you use, and even works in multi-cloud orgs + + + + Now you don't have to switch dashboards when you move from local + testing to production, or from one cloud provider to another + + + +

Learn more about the K8s plugin

@@ -269,6 +411,65 @@ export function Home() {
+ +
+
+ Plugins Building Blocks GIF + +

+ Customize Backstage with plugins +

+ +

An app store for your infrastructure

+
+ + + + Plugins Cards + + + + Want scalable website testing? Add the{' '} + + Lighthouse{' '} + + plugin. Wondering about recommended frameworks? Add the{' '} + + Tech Radar{' '} + + plugin. + + + + If you don't see the plugin you need, it's simple to build your + own + + + + Building internal plugins lets you tailor your version of + Backstage to be a perfect fit for your infrastructure + + + + Building open source plugins{' '} + contributes to the entire Backstage ecosystem, which benefits + everyone + +
+
+

Build a plugin

@@ -281,6 +482,24 @@ export function Home() {
+ + +
+

+ Backstage is a{' '} + + Cloud Native Computing Foundation + {' '} + incubation project +

+ + CNCF Logo +
+
);