Skip to content

Commit

Permalink
tweak the wording on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Sep 28, 2023
1 parent f523a6f commit e5edb52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docsite/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Ensure content is generated
require("./generate")();
const { themes } = require('prism-react-renderer');
const { themes } = require("prism-react-renderer");

const darkCodeTheme = themes.vsDark;

Expand All @@ -25,7 +25,7 @@ const title2 = "Developer Tools";
/** @type {import('@docusaurus/types').Config} */
const config = {
title: title1 + " " + title2,
tagline: "Modern, scalable tools. Exceptional developer experience.",
tagline: "Tools to boost your productivity. By and for the community.",
url: "https://" + organizationName + ".github.io",
baseUrl: "/" + projectName + "/",
onBrokenLinks: "throw",
Expand Down
27 changes: 16 additions & 11 deletions docsite/src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import useBaseUrl from "@docusaurus/useBaseUrl";
import React from "react";
import clsx from "clsx";
import React from "react";
import styles from "./HomepageFeatures.module.css";

type FeatureItem = {
Expand All @@ -12,16 +12,18 @@ type FeatureItem = {

const FeatureList: FeatureItem[] = [
{
title: "Made by developers, for developers.",
title: "For all developers",
image: "/img/code-pull-request.svg",
alt: "Pull-request icon",
description: [
<p key="dev1">
<strong>Purpose-built</strong> for React Native engineers. Focused on
developer experience. Designed to fit into <em>any</em> project, no
matter how large or complex.
<strong>Developer-centric tools</strong> built for React Native
engineers. Designed for real world needs - integrate into <em>any </em>
project, large or small.
</p>,
<p key="dev2">
Purpose-built to improve DX and streamline your workflow.
</p>,
<p key="dev2">Great tools make all the difference.</p>,
],
},
{
Expand All @@ -35,7 +37,8 @@ const FeatureList: FeatureItem[] = [
TypeScript, Jest, and more.
</p>,
<p key="com2">
Join in! Your contributions are <em>always</em> welcome.
Contributions from the community are key to shaping rnx-kit. Get
involved!
</p>,
],
},
Expand All @@ -45,10 +48,12 @@ const FeatureList: FeatureItem[] = [
alt: "Flask icon",
description: [
<p key="test1">
From unit tests to deployments in large monorepos, each tool is{" "}
<strong>thoroughly validated</strong>. Microsoft has engineers dedicated
to this project, using it to ship React Native apps to millions of
customers.
Battle-tested at scale by Microsoft engineers. From unit tests to large
monorepos, these tools are <strong>thoroughly validated</strong>.
</p>,
<p key="com2">
Dedicated maintainers are ensuring rnx-kit evolves to meet the real
needs of Microsoft.
</p>,
],
},
Expand Down

0 comments on commit e5edb52

Please sign in to comment.