From 20122f6c56afd79e2b97e6d1811bd28d12eb1fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Thu, 26 Oct 2017 17:35:09 -0700 Subject: [PATCH] Update guides-versioning.md --- docs/guides-versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides-versioning.md b/docs/guides-versioning.md index 7efec4c327..42e7a4a005 100644 --- a/docs/guides-versioning.md +++ b/docs/guides-versioning.md @@ -42,7 +42,7 @@ Versioned documents are placed into `website/versioned_docs/version-${version}`, The markdown header for each versioned doc is altered by renaming the id frontmatter field to `original_id`, then using `"version-${version}-${original_id}"` as the value for the actual `id` field. -Versioned sidebars are copied into `website/versioned_sidebars` and are named as `version-${version}-sidebar.json`. +Versioned sidebars are copied into `website/versioned_sidebars` and are named as `version-${version}-sidebars.json`. A `website/versions.json` file is created the first time you cut a version and is used by Docusaurus to detect what versions exist. Each time a new version is added, it gets added to the `versions.json` file.