mirror of
https://github.com/status-im/docs.status.network.git
synced 2025-03-02 18:10:42 +00:00
algolia doc search
This commit is contained in:
parent
8d895d90bf
commit
2fcbe22d7a
@ -127,6 +127,13 @@ const config: Config = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
algolia: {
|
||||||
|
// it is safe to commit these
|
||||||
|
appId: 'M7J93TRPJ9',
|
||||||
|
apiKey: '17befa84094fd9acddd40cbb64012976',
|
||||||
|
indexName: 'status',
|
||||||
|
contextualSearch: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
} satisfies Config;
|
} satisfies Config;
|
||||||
|
|
||||||
|
@ -234,14 +234,13 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
box-shadow: 0 4px 12px rgba(67, 96, 223, 0.2);
|
box-shadow: 0 4px 12px rgba(67, 96, 223, 0.2);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-right: 10px;
|
margin-right: 16px;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hub-button::before {
|
.hub-button::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 100%);
|
background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 100%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user