50 Commits

Author SHA1 Message Date
Juri
d2d18a6cb4 docs(core): update getting started pages 2025-06-13 13:39:21 +02:00
Philip Fulcher
bdc7634eb8
chore(nx-dev): add bluesky to footer and community page (#29379)
## Current Behavior
Bluesky is not linked in the footer or community page.

## Expected Behavior
Bluesky is linked on the footer and community page.
2024-12-18 14:51:30 -07:00
Isaac Mann
198d2af81d
docs(core): remove closed source github links (#28149)
Updates AWS S3 to Amazon S3
Removes Github links from closed source packages
2024-09-27 09:04:04 -04:00
Isaac Mann
12eb5df469
docs(core): powerpack docs (#27904)
-  Activate powerpack recipe
-  Powerpack owners documentation
- [x] Powerpack custom remote cache documentation
- [x] Powerpack conformance documentation

Infrastructure for powerpack docs

- Adds the ability to generate API docs from ocean packages

To generate API documentation for plugins in the ocean repository, run
the `nx documentation` command with the `NX_OCEAN_RELATIVE_PATH`
environment variable set to the relative path to your checked out copy
of the ocean repo.

```
NX_OCEAN_RELATIVE_PATH=../ocean nx documentation
```

This will create generated API documentation in the
`docs/external-generated` folder. This API will be merged into the
normal `docs/generated` documentation when the docs site is built.

Because there are two separate output folders, if someone runs `nx
documentation` without the `NX_OCEAN_RELATIVE_PATH` environment
variable, the ocean documentation will not be overwritten. The ocean
documentation will only be updated or deleted when someone explicitly
chooses to do so.

---------

Co-authored-by: Juri Strumpflohner <juri.strumpflohner@gmail.com>
2024-09-25 10:15:47 -04:00
Juri
777eea685c fix(nx-dev): plugin-registry title style 2024-07-31 12:40:08 -07: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
Jason Jean
a7dc8f6d7f
chore(repo): fix file formatting (#26463)
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

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

Files are unformatted.

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

Files are formatted.

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

Fixes #
2024-06-07 16:10:22 -04:00
Nicholas Cunningham
d2d06cdbab chore(nx-dev): Replace duplicate references to discord icon 2024-06-04 09:45:33 -07:00
Jack Hsu
bc43243498
chore(repo): add eslint and jest plugins to use inferred targets (#22946) 2024-04-23 21:52:13 -04:00
Rares Matei
55a933855c
docs(nx-cloud): update release notes (#22915) 2024-04-22 17:12:36 +01:00
Nicholas Cunningham
73a8091b93
docs(nx-dev): Update internal links to use Link tag (#22287) 2024-03-13 10:34:55 +01:00
Isaac Mann
e29e9f90b6
docs(core): fix links (#19339) 2023-09-30 17:00:09 +00:00
Juri Strumpflohner
6704483dfd
docs(nx-dev): fix link to API reference docs from main page (#19359) 2023-09-28 08:48:05 -04:00
Isaac Mann
b5ac50a773
docs(core): change npm download icon (#19230) 2023-09-19 09:19:39 -04:00
Zachary DeRose
e6eafaca46
docs(misc): community slack to official discord (#18873) 2023-09-07 11:01:39 -04:00
Benjamin Cabanes
9a72dbc86b
chore(nx-dev): update discord & x logo and links (#18924) 2023-08-31 10:02:47 +02:00
Isaac Mann
d3b4c700ad
fix(nx-dev): reverse sort indicators (#18706) 2023-08-18 15:43:41 -04:00
Isaac Mann
f1a90bfd1c
feat(nx-dev): plugin quality indicators (#18426) 2023-08-03 17:15:05 +02:00
Miroslav Jonaš
7aee21afd1
feat(nx-dev): increase contrast of borders on light theme (#18294) 2023-07-25 01:34:51 -07:00
Miroslav Jonaš
ee7880c32e
feat(nx-dev): rename plugins to extending nx (#18273) 2023-07-24 12:26:05 -07:00
Isaac Mann
258b6df8b6
docs(core): plugin section (#16314) 2023-05-05 12:37:06 -04:00
Jason Jean
8fa1712ab4
chore(repo): rescope nx-dev and graph libraries (#16551) 2023-04-26 16:47:47 -04:00
Conrad Trost
1ce2720d24
docs(misc): update community page nx-plugin links to the current url (#16563)
Co-authored-by: conradtrost <conrad.trost2@7-11.com>
2023-04-25 19:25:25 -04:00
Jason Jean
88b9687451
fix(linter): fix legacy linter migrations (#16462) 2023-04-21 13:29:09 -04:00
Jason Jean
ff8074bf75
chore(repo): update to nx 16.0.0-beta.5 (#16347) 2023-04-21 10:17:56 -04:00
Benjamin Cabanes
a61cbb5319
chore(nx-dev): change nrwlio markings to nx (#14644) 2023-01-26 17:30:28 +02:00
Juri Strumpflohner
df26a29316
docs(nx-dev): fix Youtube link (#14605) 2023-01-25 10:48:04 -05:00
Benjamin Cabanes
15174c0ac4
docs(nxdev): add typography component (#14175) 2023-01-06 09:01:07 -05:00
Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets (#14080) 2023-01-04 11:34:50 -05:00
Benjamin Cabanes
4a5059bdae
docs(nxdev): change -gray- usage for -slate- (#13420) 2022-11-25 20:59:33 +00:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json (#13040) 2022-11-08 13:12:31 -05:00
Jason Jean
87b91a391a
chore(repo): update nx to 15.0.7-rc.0 (#12952) 2022-11-02 17:28:20 -04:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 (#12586) 2022-10-13 18:34:24 -04:00
Benjamin Cabanes
26e710180b
docs(nxdev): refresh ui (#12370) 2022-10-03 16:11:01 +00:00
Victor Savkin
f8da1ad42b
chore(repo): update nx to 14.6.0-beta.3 2022-08-12 16:10:56 -04:00
Benjamin Cabanes
f0477ef10e
docs(nxdev): add type & simplify default notation (#11319) 2022-07-27 14:27:45 -04:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1 2022-05-30 20:10:02 -04:00
Benjamin Cabanes
abdb5df507
docs(nxdev): harmonize jest config between libs (#10381) 2022-05-18 20:32:54 +00:00
Victor Savkin
6351413b98 fix(core): preserve dash casing when passing args to executors 2022-05-17 14:48:53 -04:00
Benjamin Cabanes
17a11b6a83
docs(nxdev): update nx plugin doc links (#10266) 2022-05-12 10:56:41 -04:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 (#10132) 2022-05-04 15:27:43 +00:00
Jason Jean
4f99b77e42
chore(repo): update nx to 14.0.2 (#9974) 2022-04-23 18:06:01 +00:00
Benjamin Cabanes
e66db12e42
docs(nxdev): fill missing project tags (#9565) 2022-03-28 18:12:00 +00:00
Benjamin Cabanes
3acced0fac
docs(nxdev): misc format (#9557) 2022-03-28 16:46:06 +02:00
Benjamin Cabanes
989e97971d
docs(nxdev): showing official nx plugins (#9015) 2022-02-17 16:04:51 -05:00
Benjamin Cabanes
c3aa5321be
docs(nxdev): cleanup & misc improvements (#9013) 2022-02-17 15:07:05 +00:00
Benjamin Cabanes
1dd46d1efd
docs(nxdev): community layout alignment fix (#8987) 2022-02-15 18:16:49 -05:00
Benjamin Cabanes
8148653905
docs(nxdev): search plugin directory with name & description (#8933) 2022-02-11 15:49:07 +00:00
Benjamin Cabanes
e5804afbc1
docs(nxdev): reskin community page (#8927) 2022-02-11 10:07:54 -05:00