From c951bd821229643c05363a3af798bdb79bd642d3 Mon Sep 17 00:00:00 2001 From: AstrakhantsevaAA Date: Mon, 23 Oct 2023 16:51:36 +0200 Subject: [PATCH] added chess example --- .../docs/examples/chess_production/code/.dlt/secrets.toml | 2 +- docs/website/sidebars.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/website/docs/examples/chess_production/code/.dlt/secrets.toml b/docs/website/docs/examples/chess_production/code/.dlt/secrets.toml index 3e49175ed7..c714ff1f9c 100644 --- a/docs/website/docs/examples/chess_production/code/.dlt/secrets.toml +++ b/docs/website/docs/examples/chess_production/code/.dlt/secrets.toml @@ -1,2 +1,2 @@ [runtime] -slack_incoming_hook="" \ No newline at end of file +slack_incoming_hook="" diff --git a/docs/website/sidebars.js b/docs/website/sidebars.js index f52b64abd0..109f423a5c 100644 --- a/docs/website/sidebars.js +++ b/docs/website/sidebars.js @@ -226,6 +226,7 @@ const sidebars = { 'examples/incremental_loading/index', 'examples/chess_production/index', 'examples/connector_x_arrow/index', + 'examples/chess_production/index', ], }, {