Skip to content

Commit

Permalink
docs(nxdev): options playground wording update (#9505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Mar 24, 2022
1 parent f4b6a83 commit 95e0995
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions nx-dev/feature-package-schema-viewer/src/lib/content.tsx
Expand Up @@ -93,7 +93,6 @@ export function Content({
</div>
</div>
<div className="relative z-0 inline-flex flex-shrink-0 rounded-md shadow-sm">
{/* TODO@ben: update to package schemas list link when available */}
<Link href={schemaViewModel.packageUrl}>
<a
title="See package information"
Expand Down Expand Up @@ -141,17 +140,16 @@ export function Content({
<div className="mt-8 hidden md:block">
<Heading2 title="Options playground" />
<p className="my-6">
This is an example of what the properties looks like and their
values. Go ahead and try, test your configuration this is a
live-edit window, you can interact directly and get intellisense
on property's values.
Try out this interactive editor of the configuration object.
Values are validated as you type and hovering over labels will
give you more information.
</p>
{!!schemaViewModel.currentSchema.presets.length && (
<>
<Heading3 title="Examples" />
<p className="my-4">
Here are some examples to tinker with specific usages that
could be useful:
These buttons show the config object for specific common
tasks.
</p>
<div className="mb-4 flex flex-wrap gap-4">
{schemaViewModel.currentSchema.presets.map((p) => (
Expand Down

1 comment on commit 95e0995

@vercel
Copy link

@vercel vercel bot commented on 95e0995 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.