* Add FAQ to sidebar

* Remove trailing slash
This commit is contained in:
Jared Lockhart 2022-06-22 13:53:55 -04:00 коммит произвёл GitHub
Родитель 753423b7e0
Коммит 9c6bdcee66
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -216,5 +216,15 @@ module.exports = {
},
],
},
{
type: "category",
label: "Frequently Asked Questions",
items: [
{
type: 'autogenerated',
dirName: "faq", // Source folder to generate the sidebar slice from (relative to docs)
}
],
},
]
};