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
daf5837a21
feat(nx-dev): add deepdive callout component
2024-08-27 00:23:21 -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
Isaac Mann
508fd862c6
chore(nx-dev): skip website publish for older minor versions ( #26272 )
...
Update the website publish flow to not publish if the current minor is
not the latest version.
Moves the logic into a node script
2024-06-12 15:14:17 -04:00
Isaac Mann
650dcf31af
docs(core): npm workspace tutorial ( #22018 )
2024-03-08 15:01:49 -05:00
Jack Hsu
7b680ec68c
feat(docs): add {% project-details %} as a tag in markdown docs ( #21288 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2024-01-24 12:53:03 -05:00
Isaac Mann
cf976ce596
feat(nx-dev): allow custom media images ( #20561 )
2023-12-07 07:37:01 -08:00
Isaac Mann
7261194da0
docs(core): reduce waste in CI ( #20429 )
2023-11-29 15:55:11 -05:00
Juri Strumpflohner
27aa505193
feat(nx-dev): allow ranges in fences highlighting ( #20202 )
2023-11-13 11:42:42 -05:00
Isaac Mann
de606782eb
docs(core): ci with Nx intro and restructure ( #19564 )
2023-10-25 08:41:22 -04:00
Isaac Mann
c076521133
docs(core): contributing guide for docs ( #19738 )
2023-10-19 11:20:11 -07:00
Isaac Mann
5fd0097192
feat(nx-dev): statically highlight lines in code ( #19703 )
2023-10-18 11:44:13 -04:00
Juri
dd377d4597
docs(core): restructure & update intro page
...
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2023-08-29 08:59:26 +02:00
Isaac Mann
77bc1e8778
feat(nx-dev): highlight lines in code samples ( #18690 )
2023-08-18 10:59:18 -04:00
Juri
9610fdd90c
feat(nx-dev): update terminal markdown embeds
2023-07-31 21:49:46 +02:00
Juri
461ec19505
feat(nx-dev): add video-link component
2023-07-28 15:21:29 +02:00
Nicholas Cunningham
7bd4d61b8c
docs(angular): Update example app URL ( #18056 )
2023-07-12 12:11:14 +02:00
Juri
3580e4f1b9
feat(nx-dev): add stackblitz button embed for markdown files
2023-06-07 20:38:25 +02:00
Juri
7989facc85
docs(core): what is Nx
2023-04-10 13:05:41 -04:00
Benjamin Cabanes
ee1f7c13dd
feat(nx-dev): add markdoc title card component ( #16098 )
2023-04-05 09:14:09 -04:00
Philip Fulcher
b23d8e911b
chore(docs): add docs graph component ( #12929 )
2022-11-02 15:23:08 +00:00
Juri
5198bbf341
feat(nxdev): add path option to terminal frame
2022-10-13 22:04:24 +02:00
Benjamin Cabanes
332705365b
docs(nxdev): add terminal output option on fence ( #12579 )
2022-10-13 14:43:51 -04:00
Zachary DeRose
d8e85adfef
docs(core): quick fix for card markdown syntax ( #12553 )
2022-10-12 11:49:18 -04:00
Benjamin Cabanes
ae155beeaa
docs(nxdev): fix doc typos ( #12533 )
2022-10-11 16:55:37 -04:00
Benjamin Cabanes
13289a6deb
docs(nxdev): add front matter example in doc ( #12532 )
2022-10-11 16:52:27 -04:00
Benjamin Cabanes
14bb9dd841
docs(nxdev): add documentation on front matter support ( #12531 )
2022-10-11 20:48:03 +00:00
Benjamin Cabanes
5bd0da5192
docs(nxdev): fix typo in readme ( #12466 )
2022-10-07 15:35:46 -04:00
Benjamin Cabanes
932550cdae
docs(nxdev): add file option to fences ( #12464 )
2022-10-07 15:30:20 -04:00
Benjamin Cabanes
b91c7f63a4
docs(nxdev): add readme for custom markdown syntax ( #12440 )
2022-10-06 13:46:08 +00:00