Keep one outcome on one page
Keep a procedure together when:- Every reader follows roughly the same path
- The steps lead to one clear outcome
- Readers are likely to complete the work in one sitting
- Splitting the page would make them carry details from one page to the next
Split at a meaningful boundary
A page break should mark real progress. Strong reasons to split a procedure include:- Readers complete a distinct milestone before moving on
- The next stage has different prerequisites or applies to a different audience
- There’s a natural pause where readers may stop and return later
- One stage needs enough explanation or troubleshooting to distract from the main procedure
- Connect your repository
- Configure deployments
- Publish your site
Connect the pages
Guide users forward at the end of each page.Example of a card component used for a next step link
Example of a prose next step link
Update the navigation
When a procedure spans multiple pages, make sure the navigation reflects the sequence. Indocs.json, list the pages in order within a group:
Example group
Don’t hide required stages
Accordions can keep optional explanations and troubleshooting close to a step. They shouldn’t contain an entire required stage of a procedure. Collapsing required work makes it look optional and makes the overall process harder to scan. If the stage is required and substantial, keep it visible or give it a focused page. If it’s optional help, an accordion may be the right fit.Next up: Progressive disclosure with accordions — Keep optional details nearby without hiding the main path through a procedure.