55 lines
No EOL
2 KiB
HTML
Executable file
55 lines
No EOL
2 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
|
|
${require('./../components/communityHeader/communityHeader.html.js')({
|
|
menu:{
|
|
community: {
|
|
"dropdownItems": [
|
|
{
|
|
"name": "React InstantSearch",
|
|
"url": "https://community.algolia.com/instantsearch.js/react",
|
|
"logo": "wordpress",
|
|
"backgroundColor": "linear-gradient(to bottom left, #2C5EE2 0%, #17204F 150%)"
|
|
},
|
|
{
|
|
"name": "instantsearch.js",
|
|
"url": "https://community.algolia.com/instantsearch.js/",
|
|
"logo": "https://community.algolia.com/img/logo-is.svg",
|
|
"backgroundColor": "#385D72"
|
|
},{
|
|
"name": "Shopify",
|
|
"url": "https://community.algolia.com/shopify",
|
|
"logo": "shopify",
|
|
"backgroundColor": "linear-gradient(to bottom left, #29D98D, #03A8F6 450%)"
|
|
},
|
|
{
|
|
"name": "Helper.js",
|
|
"url": "https://community.algolia.com/algoliasearch-helper-js/",
|
|
"logo": "https://community.algolia.com/img/logo-helper.svg",
|
|
"backgroundColor": "#FDBD57"
|
|
},{
|
|
"name": "wordpress",
|
|
"url": "https://community.algolia.com/wordpress",
|
|
"logo": "https://community.algolia.com/wordpress/img/icons/wp-icon.svg",
|
|
"backgroundColor": "linear-gradient(to bottom right, #4041B2, #516ED1)"
|
|
},
|
|
]
|
|
}
|
|
},
|
|
sideMenu:[
|
|
{ name: "Test", dropdownItems: [ {name: "test" },{name: "test2" }]},
|
|
{ name: "Test", dropdownItems: [ {name: "test" },{name: "test2" }]},
|
|
{ name: "Github", image:" <img src='https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png'/>", dropdownItems: [ {name: "Magento 1"}, {name: "Magento2"}]}
|
|
]
|
|
}, assets)}
|
|
|
|
</body>
|
|
</html> |