website/README.md
/docs/hotchocolate/v12/some-page.src/docs/hotchocolate/v12.src/docs/docs.json file and locate the array item where the value of the path property matches the product.version array, find the item where the value of the path property matches the version.items property and add a new object to its items property:{
"path": "your_markdown_filename_without_the_extensions",
"title": "The title of your document"
},
src/docs/hotchocolate/v13./docs/hotchocolate/v12/ and replace it with /docs/hotchocolate/v13/. (hotchocolate being the product, v12 the previous version and v13 the new version)Note: Links in the
Migratingsection shouldn't be updated.
src/docs/docs.json file and locate the array item where the value of the path property matches the product.version array, copy and paste the object where the value of the path property matches the previous version.path and title property to the new version.src/docs/docs.json file and locate the array item where the value of the path property matches the product.latestStableVersion property.config/conf.d/default.conf file and adjust the value of the $latest variable.