mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 17:54:14 +02:00
Add page search widget
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
0b5db68242
commit
2d06cc128b
|
|
@ -661,3 +661,7 @@ dd {
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.td-offline-search-results {
|
||||
max-width: 460px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,6 +66,9 @@ description = "Home of the Matrix specification for decentralised communication"
|
|||
|
||||
[params]
|
||||
copyright = "The Matrix.org Foundation C.I.C."
|
||||
offlineSearch = true
|
||||
offlineSearchSummaryLength = 200
|
||||
offlineSearchMaxResults = 25
|
||||
|
||||
[params.version]
|
||||
# must be one of "unstable", "current", "historical"
|
||||
|
|
|
|||
Loading…
Reference in a new issue