From da6cc21d41997975d6e662e032347b37a4995b7f Mon Sep 17 00:00:00 2001 From: Marty Hernandez Avedon Date: Mon, 9 Jan 2023 17:42:39 -0500 Subject: [PATCH] sidebars, plural --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748f3f80096..3fce1679c7f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The `title` is rendered as the page's headline. The renderer wraps the `title` v Directories in the repo correspond to submenus in the site sidebar. We try to keep our submenus to a maximum of three levels deep, or four if absolutely necessary. -The sidebar on the live site is rendered based on the contents of the file `sidebar.json`, which is located in the top level of the repository. If you add, move, or delete a page, `sidebar.json` must be updated. +The sidebar on the live site is rendered based on the contents of the file, `sidebars.json`, which is located in the top level of the repository. If you add, move, or delete a page, `sidebars.json` must be updated. ## Docs Website