I'm trying to build a deployments section for our source code, I have created a template which users will user to add a new deployment page, is it possible for me to have another main page with that will contain a list of all the deployment pages, I want this list to be in the form of a say URLs to each deployment page.
Just something like but each item is a url
- Deployment Version 1.1.0
- Deployment Version 2.1.0
- Deployment Version 3.1.0
So when user submits the template as Deployment Version 4.1.0 the list above is updated to below.
- Deployment Version 1.1.0
- Deployment Version 2.1.0
- Deployment Version 3.1.0
- Deployment Version 4.1.0