adding SSR api docs to 'current' version of docs site (#6089)

Co-authored-by: nicholasrice <nicholasrice@users.noreply.github.com>
This commit is contained in:
Nicholas Rice 2022-06-14 10:31:36 -07:00 коммит произвёл GitHub
Родитель ab36086beb
Коммит fc9553d0b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 10 добавлений и 0 удалений

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

@ -182,6 +182,15 @@ module.exports = {
keywords: ["fast-foundation"],
},
},
{
type: "doc",
id: "api/fast-ssr",
customProps: {
description:
"Explore the classes, enumerations, functions, interfaces, variables, and type aliases of fast-ssr.",
keywords: ["fast-ssr"],
},
},
],
},
{

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

@ -41,6 +41,7 @@ const packages = [
"fast-element",
"fast-foundation",
"fast-components",
"fast-ssr",
];
function identifyPackage(path) {