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
When you add a number to a heading to represent a step in the process, that number gets added to the URL. Therefore, you are immediately limited to scaling up and growing without having to add annoying redirects.
Anytime you use a number in a heading, you should define a unique identifier. This is also a good practice for long headings or things that are subject to change.
The existing headings should be updated, you do it like this (strip the number from the URL):
## 1. Install from sources { #install-from-src }
...