From 38f74f07f3bece0c7a4183da22338c7487ea5d03 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sun, 23 Jul 2017 14:48:58 +0200 Subject: [PATCH] Basic docsify support. --- .nojekyll | 0 _sidebar.md | 22 ++++++++++++++++++++++ index.html | 23 +++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 .nojekyll create mode 100644 _sidebar.md create mode 100644 index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/_sidebar.md b/_sidebar.md new file mode 100644 index 000000000..e6400c61c --- /dev/null +++ b/_sidebar.md @@ -0,0 +1,22 @@ +- [Home](/) + - [Benchmarks](/#benchmarks) + - [Browser Support](/#pino-in-the-browser) + - [Caveats](/#caveats) + - [The Team](/#the-team) +- [API](/docs/API.md) + - [Constructor](/docs/API.md#constructor) + - [Pretty](/docs/API.md#pretty) + - [Logger](/docs/API.md#logger) + - [Metadata](/docs/API.md#metadata) +- [CLI](/docs/cli.md) +- [Extreme Mode](/docs/extreme.md) +- [Transports](/docs/transports.md) +- [HOWTOs](/docs/howtos.md) + - [Express](/docs/howtos.md#Express) + - [Hapi](/docs/howtos.md#Hapi) + - [Restify](/docs/howtos.md#Restify) + - [Koa](/docs/howtos.md#Koa) + - [debug](/docs/howtos.md#debug) + - [Log Rotation](/docs/howtos.md#rotate) + - [Multiple Files](/docs/howtos.md#multiple) + - [Redaction](/docs/howtos.md#redact) diff --git a/index.html b/index.html new file mode 100644 index 000000000..873eed8e0 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + Pino - Super fast, all natural JSON logger for Node.js + + + + + +
+ + + + +