Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation disappear in web site for version before 17 #17503

Open
lufo88ita opened this issue Jan 27, 2025 · 8 comments
Open

Documentation disappear in web site for version before 17 #17503

lufo88ita opened this issue Jan 27, 2025 · 8 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@lufo88ita
Copy link

Hi,

I notice the documentation for the version of primeng before v17 disappeared from the website.
I need to support old version of angular in my site. How can I access the old documentation?

@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jan 27, 2025
@asamafarman
Copy link

I also need access to the documentation for PrimeNG v13, as my project is still using an older version of Angular. Having the older documentation available is crucial for maintaining and supporting legacy applications. Could you please provide a link or let us know where the documentation for earlier versions is located?

@jwozniak7
Copy link

jwozniak7 commented Jan 27, 2025

You could try download source code via tags in page https://github.com/primefaces/primeng/tags
and build selected version of PrimeNG

@mandlar
Copy link

mandlar commented Jan 27, 2025

Same here, need documentation for v16 LTS. Can we please restore the older documentation? We can't move to latest PrimeNG versions just yet. Thanks.

@mandlar
Copy link

mandlar commented Jan 27, 2025

In case anyone else needs it: https://mandlar.github.io/primeng-16-documentation/

Download your version from https://github.com/primefaces/primeng/tags

npm install
ng serve --port 4444

If you want to deploy the static pages somewhere, like github:

ng build --base-href /primeng-16-documentation/

and commit your dist folder into a github repo and setup github pages for it

@devfake
Copy link

devfake commented Jan 28, 2025

Can we please restore old documentations?!

@hstaerk
Copy link

hstaerk commented Jan 28, 2025

same for 15. why is it removed?

@MikeSemicolonD
Copy link

Wow, it's really gotten to that point where they can't even be bothered to host the legacy documentation anymore.

Way to encourage an upgrade I guess..

Anyway, if anyone needs 9.1.3: https://mikesemicolond.github.io/primeng-9-documentation/

@williamschleicher
Copy link

williamschleicher commented Jan 28, 2025

Built a v8 one here (I know.. 🙈): https://williamschleicher.github.io/primeng-8.1.1-backup/#/

Source code for older versions are still there, so you can always just build and deploy a backup on gh pages for any needed reference materials.

In addition to what others mentioned above, you can also do this by adding a github workflow action .yml in your github/workflows folder after cloning a version, similar to this:
https://github.com/williamschleicher/primeng-8.1.1-backup/blob/master/.github/workflows/deploy.yml

Just replace the node and angular versions with what's relevant to the angular version and enable read/write permissions for workflows in the repo settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

8 participants