9 Commits

Author SHA1 Message Date
Juri
9921496d64 feat(nx-dev): update top-level navbar 2024-11-25 21:33:22 +01:00
Benjamin Cabanes
85d310a8c2
feat(nx-dev): update home page (#26893)
Add new sections and update information about Nx.

---------

Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2024-07-16 15:43:41 -04:00
Jack Hsu
c7878533ed
docs(misc): disable prefetch on page load for links (#26837)
This PR changes `<Link>` to use `prefetch={false}` in the following
components:

1. Header
2. Sidebar
3. Docs header
4. Markdown content

This means that prefetch happens on hover of the link rather than page
load, and will reduce the amount of edge requests made from the app.

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
2024-07-05 09:29:08 -04:00
Jack Hsu
94f71cdbbf
feat(nx-dev): add "new chat" button to AI page (#19150) 2023-09-14 14:50:50 -04:00
Benjamin Cabanes
53da4e67da
fix(nx-dev): improve button shadow handling in nx-dev (#18870) 2023-08-29 01:08:42 -07:00
Jason Jean
8fa1712ab4
chore(repo): rescope nx-dev and graph libraries (#16551) 2023-04-26 16:47:47 -04:00
Benjamin Cabanes
78ca7395a9
feat(nxdev): add ui-primitives (#14481) 2023-01-19 13:01:19 -05:00
Benjamin Cabanes
e540079c87
docs(nxdev): improve buttonlink typings and styles (#14372) 2023-01-16 11:03:57 -05:00
Benjamin Cabanes
13d885a02d
docs(nxdev): add button component (#14171) 2023-01-05 16:08:15 -05:00