From 437fce91f782226387b5914a0d3875e733b63a10 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 24 Oct 2023 08:41:31 +0200 Subject: [PATCH] Add logs guide to sidebar and fix links Signed-off-by: Matteo Collina --- sidebars.js | 3 ++- .../guides/migrating-express-app-to-platformatic-service.md | 2 +- .../guides/migrating-express-app-to-platformatic-service.md | 2 +- .../guides/migrating-express-app-to-platformatic-service.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sidebars.js b/sidebars.js index aaef3c5a36..30008341a3 100644 --- a/sidebars.js +++ b/sidebars.js @@ -74,7 +74,8 @@ const sidebars = { 'guides/applications-with-stackables', 'guides/telemetry', 'guides/dockerize-platformatic-app', - 'guides/build-modular-monolith' + 'guides/build-modular-monolith', + 'guides/logging-to-elasticsearch' ] }, diff --git a/versioned_docs/version-1.5.0/guides/migrating-express-app-to-platformatic-service.md b/versioned_docs/version-1.5.0/guides/migrating-express-app-to-platformatic-service.md index b8303eb49b..44039a80df 100644 --- a/versioned_docs/version-1.5.0/guides/migrating-express-app-to-platformatic-service.md +++ b/versioned_docs/version-1.5.0/guides/migrating-express-app-to-platformatic-service.md @@ -175,7 +175,7 @@ These settings are important when using `@fastify/express` in a Platformatic Ser ### Using @fastify/express with Platformatic Runtime -If you are using [Platformatic Runtime](/referece/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket +If you are using [Platformatic Runtime](/reference/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket instead of the virtual network. Edit your app's `platformatic.runtime.json` and add the `useHttp` option: diff --git a/versioned_docs/version-1.5.1/guides/migrating-express-app-to-platformatic-service.md b/versioned_docs/version-1.5.1/guides/migrating-express-app-to-platformatic-service.md index b8303eb49b..44039a80df 100644 --- a/versioned_docs/version-1.5.1/guides/migrating-express-app-to-platformatic-service.md +++ b/versioned_docs/version-1.5.1/guides/migrating-express-app-to-platformatic-service.md @@ -175,7 +175,7 @@ These settings are important when using `@fastify/express` in a Platformatic Ser ### Using @fastify/express with Platformatic Runtime -If you are using [Platformatic Runtime](/referece/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket +If you are using [Platformatic Runtime](/reference/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket instead of the virtual network. Edit your app's `platformatic.runtime.json` and add the `useHttp` option: diff --git a/versioned_docs/version-1.5.2/guides/migrating-express-app-to-platformatic-service.md b/versioned_docs/version-1.5.2/guides/migrating-express-app-to-platformatic-service.md index b8303eb49b..44039a80df 100644 --- a/versioned_docs/version-1.5.2/guides/migrating-express-app-to-platformatic-service.md +++ b/versioned_docs/version-1.5.2/guides/migrating-express-app-to-platformatic-service.md @@ -175,7 +175,7 @@ These settings are important when using `@fastify/express` in a Platformatic Ser ### Using @fastify/express with Platformatic Runtime -If you are using [Platformatic Runtime](/referece/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket +If you are using [Platformatic Runtime](/reference/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket instead of the virtual network. Edit your app's `platformatic.runtime.json` and add the `useHttp` option: