Skip to content

Commit b00b7f9

Browse files
committed
Add skeleton
1 parent f9bf2ab commit b00b7f9

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

docs/index.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
:ecs-repo-dir: {ecs-logging-root}/docs/
2+
3+
include::{docs-root}/shared/versions/stack/current.asciidoc[]
4+
include::{docs-root}/shared/attributes.asciidoc[]
5+
6+
ifdef::env-github[]
7+
NOTE: For the best reading experience,
8+
please view this documentation at https://www.elastic.co/guide/en/ecs-logging/python/current/index.html[elastic.co]
9+
endif::[]
10+
11+
= ECS Logging Python Reference
12+
13+
ifndef::env-github[]
14+
include::./intro.asciidoc[Introduction]
15+
include::./setup.asciidoc[Set up]
16+
endif::[]

docs/intro.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[intro]]
2+
== Introduction
3+
4+
ECS loggers are formatter/encoder plugins for your favorite logging libraries.
5+
They make it easy to format your logs into ECS-compatible JSON.
6+
7+
TIP: Want to learn more about ECS, ECS logging, and other available language plugins?
8+
See the {ecs-logging-ref}/intro.html[ECS logging guide].
9+
10+
Ready to jump into `ecs-logging-python`? <<setup,Get started>>.

docs/setup.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[[setup]]
2+
== Get started

0 commit comments

Comments
 (0)