We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e39b04 commit 7a18a3dCopy full SHA for 7a18a3d
docs/testing/index.md
@@ -31,18 +31,3 @@ The files in this directory are used for testing purposes. Do not edit these fil
31
"key": "value"
32
}
33
```
34
-
35
36
-```yaml
37
-xpack:
38
- security:
39
- authc:
40
- realms:
41
- active_directory:
42
- my_ad:
43
- order: 0
44
- domain_name: example.com <1>
45
- url: ldaps://dc1.ad.example.com:3269, ldaps://dc2.ad.example.com:3269 <2>
46
- load_balance:
47
- type: "round_robin" <3>
48
-```
src/Elastic.Markdown/Assets/markdown/code.css
@@ -28,7 +28,7 @@
28
29
30
pre code .code-callout {
- @apply ml-2;
+ @apply ml-1;
transform: translateY(-1px);
user-select: none;
0 commit comments