File size: 772 Bytes
07423df |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
module.exports = {
title: "H2O LLM Studio | Docs",
tagline: "This code for this site was generated by Makersaurus",
url: "https://docs.h2o.ai",
baseUrl: "/h2o-llmstudio/",
projectName: "h2o-llmstudio", // Usually your repo name
feedbackAssignee: "sherenem", // Should be a github username
feedbackLabels: ["llmstudio"],
searchFilter: "h2o-llmstudio",
showLastUpdateAuthor: false,
includeCurrentVersion: true,
versions: {
current: {
label: " ",
path: "/",
},
},
dependencies: {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@material/card": "^14.0.0",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"react-player": "^2.11.0",
},
};
|