I am working on a wiki for the various docs. I want the users to read pages in order.
Here is my structure:
For example: If the reader needs to migrate a git repo to Azure DevOps, I want them to read:
- Create a New DevOps Repo.
- Change Local Repositories to Azure DevOps.
- Push Existing Git Repository to Azure DevOps.
I don't want the users to see this in the tree. Instead, I want to create a page with links to these pages.
Is it possible? Can someone guide me?