33 Commits

Author SHA1 Message Date
Isaac Mann
6434ab3da3
chore(nx-dev): enable search click through rate (#29311)
Enables `insights` on Algolia search component so that click through
rate will be tracked on the search analytics
2024-12-11 10:46:11 -05: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
Nicholas Cunningham
b9b89b2575
feat(nx-dev): Use app router for blogs (#23127)
The PR activates the app router for the Blog page at /blog. 

Its purpose is to test Next.js changes within nx-dev, allowing us to
identify and address any issues that users might encounter.
Integrating these changes into our environment, we can gain firsthand
experience and insights into potential problems, ensuring that the
updates are robust and reliable.

This approach helps us improve the overall quality and user experience
of our platform by proactively identifying and resolving any issues that
could affect consumers.
2024-06-11 09:28:29 -04:00
Nicholas Cunningham
af463c4833
feat(nx-dev): Add canary index (#25982)
This PR updates the Algolia search feature to now point to a canary
index for the master branch.

Adding a `.env.local` file allows local development off master.

I also added env vars to Vercel for both `master` and `website-19` to
point to `nx-canary-production` and `nx-production` respectively.
2024-05-24 11:49:29 -06:00
Nicholas Cunningham
4d6cd36f5c
feat(nx-dev): new main navigation menu (#22829)
It adds a new main navigation menu on the website and in the documentation, offering more choices and simpler access to different parts of the content for the visitor.

Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
2024-04-18 11:24:34 -04:00
Isaac Mann
705b8e2742
feat(nx-dev): banner for webinar (#22824) 2024-04-15 13:20:26 -04:00
Benjamin Cabanes
27cf3082da
feat(nx-dev): update website header components (#21833) 2024-02-15 17:34:34 -05:00
Miroslav Jonaš
7aee21afd1
feat(nx-dev): increase contrast of borders on light theme (#18294) 2023-07-25 01:34:51 -07:00
Jason Jean
87b91a391a
chore(repo): update nx to 15.0.7-rc.0 (#12952) 2022-11-02 17:28:20 -04:00
Benjamin Cabanes
4a5783ac6e
docs(nxdev): update algolia dependency (#12864) 2022-10-28 11:09:29 -04:00
Benjamin Cabanes
2eb8652580
docs(nxdev): fix search input spacing (#12824) 2022-10-25 19:57:57 -04:00
Benjamin Cabanes
a9257caf3b
docs(nxdev): move mobile search to top bar (#12785) 2022-10-24 14:56:47 +00:00
Benjamin Cabanes
26e710180b
docs(nxdev): refresh ui (#12370) 2022-10-03 16:11:01 +00:00
Benjamin Cabanes
15200964ef
docs(nxdev): update algolia types (#11379) 2022-07-30 16:38:10 -04:00
Benjamin Cabanes
e1a61cae2d
docs(nxdev): add references page (#11061) 2022-07-21 18:19:59 +00:00
Benjamin Cabanes
dc7301634a
docs(nxdev): update algolia dns id (#10947) 2022-06-29 13:47:40 +00:00
Benjamin Cabanes
8d9007383b
docs(nxdev): display minimal header on mobile (#10855) 2022-06-22 18:54:34 +00:00
Benjamin Cabanes
61c54ab86c
docs(nxdev): bump algolia hits displayed (#10104) 2022-05-02 20:32:38 +00:00
Benjamin Cabanes
803d5ff126
docs(nxdev): add algolia production configuration (#9619) 2022-03-31 16:33:42 -04:00
Benjamin Cabanes
42f1c7384a
docs(nxdev): update algolia docsearch version (#9614) 2022-03-30 18:50:22 +00:00
Benjamin Cabanes
c3aa5321be
docs(nxdev): cleanup & misc improvements (#9013) 2022-02-17 15:07:05 +00:00
Benjamin Cabanes
a86f5d8b1c
docs(nxdev): refresh search ui (#9002) 2022-02-16 17:22:18 +00:00
Benjamin Cabanes
045c8dc9eb
chore(core): use prettier tailwindcss plugin (#8856) 2022-02-04 15:38:06 -05:00
Benjamin Cabanes
ee5e943083
docs(nxdev): algolia search cleanup from flavour and version props (#8424) 2022-01-06 22:26:47 +00:00
ben
9827b5258c docs(nxdev): remove flavors and versions 2022-01-06 11:37:40 -05:00
Jack Hsu
59fa59fddc
docs(core): fix 500 error when directing from framework specific pages to intro page (#6492) 2021-07-23 10:49:20 -04:00
Benjamin Cabanes
b2c73799bd
docs(core): add docsearch custom meta tags (#6132) 2021-06-25 16:28:29 +00:00
Benjamin Cabanes
b23d8b150e
docs(core): show search on mobile (#6062) 2021-06-17 17:12:06 -04:00
Benjamin Cabanes
20719ced3f
docs(core): analytics setup (#5894) 2021-06-07 09:10:04 -04:00
Benjamin Cabanes
f7a0f8beab
docs(core): flavour & home screen updates (#5879)
* docs(core): flavour screens update

* feat(core): new layout split

* docs(core): links by current flavour and version
2021-06-03 22:13:17 -04:00
Benjamin Cabanes
3ca172a26a
docs(core): search is conditionally displayed (#5819) 2021-05-28 11:25:18 -04:00
Benjamin Cabanes
69221f3f83
docs(core): add header nx colours (#5815) 2021-05-27 17:47:49 -04:00
Benjamin Cabanes
fb22ba48b0
feat(nxdev): Search component using Algolia (#5451) 2021-04-29 12:00:21 -04:00