diff --git a/docs/en/versioning.html b/docs/en/versioning.html index cd144fd2d4..6d491e90c6 100644 --- a/docs/en/versioning.html +++ b/docs/en/versioning.html @@ -7,7 +7,7 @@
Edit

Versioning

You can use the version script to cut a new documentation version based on the latest content in the docs folder. That specific set of documentation will then be preserved and accessible even as the documentation in the docs folder changes moving forward.

How to Create New Versions

Run the following script to generate a starter versions page listing all the site versions:

-
yarn examples translations
+
yarn examples versions
 

This creates the following file:

pages/en/versions.js