We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6af95d commit 6f22e30Copy full SHA for 6f22e30
Makefile
@@ -2,6 +2,7 @@ build-docs:
2
@$(MAKE) build-docs-website
3
4
build-docs-website:
5
+ git config --global --add safe.directory "/docs"
6
mkdir -p dist
7
docker build -t squidfunk/mkdocs-material ./docs/
8
docker run --rm -t -v ${PWD}:/docs squidfunk/mkdocs-material build
docs/core/logging.md
@@ -3,6 +3,7 @@ title: Logging
description: Core utility
---
+
Logging provides an opinionated logger with output structured as JSON.
9
**Key features**
0 commit comments