Skip to content

Commit fa0876e

Browse files
thomaskoslowskiMattias Schlenker
authored andcommitted
dictionary and formal updates, pick-25
(cherry picked from commit ea64ae9)
1 parent 86c0f7a commit fa0876e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/common/de/search.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// -*- coding: utf-8 -*-
22
// IGNORE
3-
// SKIPCOMMITS 2025-08-28
3+
// NONASCII
44
include::global_attr.adoc[]
55
= Suchen in docs.checkmk.com
6-
:revdate: 2023-08-24
76
:title: Suchen in docs.checkmk.com - Die Suche optimal nutzen
87
:description: docs.checkmk.com nutzt eine Lunr-basierte Suche, die schnell ist und viele Konfigurationsmöglichkeiten bietet. Welche dies sind, erfahren Sie hier.
98

@@ -12,6 +11,7 @@ xref:glossar#[Glossar]
1211
{related-end}
1312

1413

14+
[#intro]
1515
== Einleitung
1616

1717
Diese Website – docs.checkmk.com – nutzt statisch mit link:https://asciidoctor.org/[Asciidoctor^] gebaute HTML-Seiten, die täglich aktualisiert werden.

src/common/en/search.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// -*- coding: utf-8 -*-
22
// IGNORE js
3-
// SKIPCOMMITS 2025-08-28
3+
// NONASCII
44
include::global_attr.adoc[]
55
= Searching docs.checkmk.com
6-
:revdate: 2023-09-11
76
:title: Searching docs.checkmk.com - Getting the most out of Search
87
:description: docs.checkmk.com uses a Lunr-based search, which is fast and offers many configuration options. You can learn about these options here.
98

@@ -12,6 +11,7 @@ xref:glossar#[Glossary]
1211
{related-end}
1312

1413

14+
[#intro]
1515
== Introduction
1616

1717
This website -- docs.checkmk.com -- uses static HTML pages built with link:https://asciidoctor.org/[Asciidoctor^], which are updated daily.
@@ -104,7 +104,7 @@ Use the link:https://en.wikipedia.org/wiki/Percent-encoding#Reserved_characters[
104104
For example `pass:q[+]` will be replaced by `%2B` and `-` by `%2D`.
105105
|`fulloverlay=1` |Does not open the preview with five results, but the larger overlay window with all hits.
106106
|`imlucky=1` |Immediately opens the article of the first search result.
107-
|`origin=forum` |Specify this parameter to the origin if you link from the forum, for example, or if you create the search in the User guide as a search engine.
107+
|`origin=forum` |Specify this parameter to the origin if you link from the forum, for example, or if you create the search in the User Guide as a search engine.
108108
Our web server writes the query parameter to its log files.
109109
We evaluate this parameter statistically, currently for `bookmarks`, `forum`, `support` and `checkmk`.
110110
|===

0 commit comments

Comments
 (0)