Skip to content

Commit 0a488b8

Browse files
committed
[DOP-23620] Small docs fixes
1 parent 4ca3dad commit 0a488b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/server/auth/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Auth Providers
55

66
Syncmaster supports different auth provider implementations. You can change implementation via settings:
77

8-
.. autopydantic_model:: keycloak.server.settings.auth.AuthSettings
8+
.. autopydantic_model:: syncmaster.server.settings.auth.AuthSettings
99

1010
.. toctree::
1111
:maxdepth: 2

syncmaster/settings/log/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,21 @@ class LoggingSettings(BaseModel):
7575
This preset is recommended to use in environment which do not support colored output,
7676
e.g. CI jobs
7777
78-
.. literalinclude:: ../../../syncmaster/settings/log/plain.yml
78+
.. literalinclude:: ../../../../syncmaster/settings/log/plain.yml
7979
8080
.. dropdown:: ``colored`` preset
8181
8282
This preset is recommended to use in development environment,
8383
as it simplifies debugging. Each log record is output with color specific for a log level
8484
85-
.. literalinclude:: ../../../syncmaster/settings/log/colored.yml
85+
.. literalinclude:: ../../../../syncmaster/settings/log/colored.yml
8686
8787
.. dropdown:: ``json`` preset
8888
8989
This preset is recommended to use in production environment,
9090
as it allows to avoid writing complex log parsing configs. Each log record is output as JSON line
9191
92-
.. literalinclude:: ../../../syncmaster/settings/log/json.yml
92+
.. literalinclude:: ../../../../syncmaster/settings/log/json.yml
9393
""",
9494
),
9595
)

0 commit comments

Comments
 (0)