You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Describe the bug
Several of the packages and README's in this repo link to the nxext.dev website for their documentation, but this website has no documentation for the ionic next packages. The main README in this repo links to nxext.github.io for the documentation. This is obviously very frustrating for a user of the ionic packages as it can make setting up an nx repo with an ionic app a difficult scavenger hunt of looking for the most up to date documentation and figuring out compatible packages.
A quick grep -R "nxext.dev reveals that there are several places where users are sent to the wrong website.
packages/capacitor/package.json: "homepage": "https://nxext.dev/docs/capacitor/getting-started.html",
packages/ionic-angular/package.json: "homepage": "https://nxext.dev/docs/ionic-angular/overview.html",
packages/ionic-angular/README.md:For more complete documentation, visit [nxext.dev](https://nxext.dev/docs/ionic-angular/overview.html).
packages/ionic-angular/README.md:Visit the official [Getting Started](https://nxext.dev/docs/ionic-angular/getting-started.html) documentation.
packages/ionic-react/package.json: "homepage": "https://nxext.dev/docs/ionic-react/overview.html",
packages/ionic-react/README.md:For more complete documentation, visit [nxext.dev](https://nxext.dev/docs/ionic-react/overview).
packages/ionic-react/README.md:Visit the official [Getting Started](https://nxext.dev/docs/ionic-react/getting-started) documentation.
While it would be most convenient for the ionic packages documentation to be on nxext.dev, I get the impression that that is not the path what the maintainers have chosen so I'll be opening a pull request to update the links later today.
Let me know if that is the correct course of action or if I can do something else to help make the documentation more user friendly!
The text was updated successfully, but these errors were encountered:
Describe the bug
Several of the packages and README's in this repo link to the
nxext.dev
website for their documentation, but this website has no documentation for the ionic next packages. The main README in this repo links tonxext.github.io
for the documentation. This is obviously very frustrating for a user of the ionic packages as it can make setting up an nx repo with an ionic app a difficult scavenger hunt of looking for the most up to date documentation and figuring out compatible packages.A quick
grep -R "nxext.dev
reveals that there are several places where users are sent to the wrong website.While it would be most convenient for the ionic packages documentation to be on
nxext.dev
, I get the impression that that is not the path what the maintainers have chosen so I'll be opening a pull request to update the links later today.Let me know if that is the correct course of action or if I can do something else to help make the documentation more user friendly!
The text was updated successfully, but these errors were encountered: