20 Commits

Author SHA1 Message Date
Katerina Skroumpelou
720681fcba
fix(nx-dev): clean up heading text (#27205)
Fixing 3 issues when storing the page sections:

1. The heading of a node can be like this: `title: 'Angular Monorepo
Tutorial - Part 1: Code Generation' description: In this tutorial you'll
create a frontend-focused workspace with Nx`. We only want to keep the
`title` part.
2. Some headings have `{% highlightColor="green" %}`. We want to remove
that from the heading of the page section (and the link text)
3. There's an [error in `tags.json` where the path is
incorrect](https://github.com/nrwl/nx/blob/master/docs/generated/manifests/tags.json#L126).
We want to fix that on the fly, so that the embeddings script finds the
correct pages.
2024-08-06 09:13:03 -04:00
Jack Hsu
bc43243498
chore(repo): add eslint and jest plugins to use inferred targets (#22946) 2024-04-23 21:52:13 -04:00
Jack Hsu
e617e549a4
chore(repo): remove @side/jest-runtime as Node v20.10 patched the memory leak (#22886) 2024-04-18 22:11:36 -04:00
Isaac Mann
d1e842f827
feat(nx-dev): rename nx-cloud tab to CI (#20476) 2023-11-30 08:24:24 -05:00
Miroslav Jonaš
6e7141b22c
cleanup(repo): simplify lint pattern configuration (#20184) 2023-11-24 09:35:07 +01:00
Craigory Coppola
30d94f76ee
cleanup(core): remove async flag from signature of buildProjectsConfigurationsFromProjectPathsAndPlugins (#20228) 2023-11-17 15:31:03 -05:00
Jason Jean
c7d0d21761
chore(repo): update nx to 17.1.0-beta.4 (#20124) 2023-11-08 13:01:06 -05:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 (#19689) 2023-11-07 15:45:42 -05:00
Jason Jean
cd66a55fde
chore(repo): update nx to 17.0.0-rc.0 (#19691) 2023-10-18 12:08:25 -04:00
Isaac Mann
e29e9f90b6
docs(core): fix links (#19339) 2023-09-30 17:00:09 +00:00
Isaac Mann
d1fe398ea0
docs(core): packages to api (#19281) 2023-09-22 14:24:35 -04:00
Katerina Skroumpelou
fb1c39f3b6
feat(nx-dev): add embeddings for community plugins (#19168) 2023-09-14 13:36:42 -04:00
Katerina Skroumpelou
1931390bd0
feat(nx-dev): improve link text for ai docs (#18943) 2023-09-01 09:50:50 +03:00
Katerina Skroumpelou
1abe35c52b
feat(nx-dev): move all the querying logic to edge function (#18834) 2023-08-31 09:49:33 -04:00
Isaac Mann
4579b68485 docs(core): move package recipes 2023-08-25 14:32:13 +02:00
Emily Xiong
6a09105f74
feat(core): replace dotenv with dotenv-expand (#18622)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-08-23 16:09:32 -04:00
Nicholas Cunningham
476c133a24
docs(core): Create embeddings fix null url paths (#18716) 2023-08-18 16:45:14 -04:00
Katerina Skroumpelou
c85a4d9122
feat(nx-dev): create a more chat-like interface for ai docs (#18530) 2023-08-09 19:26:45 +03:00
Katerina Skroumpelou
8be2a268b7
feat(misc): add memory to chat completion (#18463) 2023-08-08 10:18:26 -04:00
Katerina Skroumpelou
e9d50af945
feat(misc): embeddings script and list sources in ai response (#18455) 2023-08-03 18:51:31 +03:00