From e1a283b7a5129163948e16b2f35d6bab0299e75d Mon Sep 17 00:00:00 2001 From: Julianne Fermi Date: Thu, 11 Aug 2022 15:38:13 -0500 Subject: [PATCH] docs: Updates from Issues 1045, 1047 1048 and 1049 (#1057) Updates from Issues 1045, 10487 10478 and 1049 Will update the issues once merged. --- docs/index.md | 8 ++++++++ mkdocs.yml | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 55cc6e2adb..0be93a315f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,6 +24,8 @@ Tracetest allows you to quickly build integration and e2e tests, powered by your Check out the following blog-posts with Tracetest-related content: +- [Tracetest 0.6 Release - gRPC, Postman and More](https://kubeshop.io/blog/tracetest-0-6-release-grpc-postman-and-more) - July 27, 2022 + - [Creating a Custom Language Code Editor Using React](https://kubeshop.io/blog/creating-a-custom-language-code-editor-using-react) - July 22, 2022 - [Integration Tests: Pros and Cons of Doubles vs. Trace-Based Testing](https://kubeshop.io/blog/integration-tests-pros-and-cons-of-doubles-vs-trace-based-testing) - July 13, 2022 @@ -41,3 +43,9 @@ And our recorded live stream: [Introduction to Tracetest - E2E Tests Powered by - [Tracetest is released. What’s next?](https://kubeshop.io/blog/tracetest-is-released-whats-next) - May 6, 2022 - [Introducing Tracetest - Trace-based Testing with OpenTelemetry](https://kubeshop.io/blog/introducing-tracetest-trace-based-testing-with-opentelemetry) - April 26, 2022 + +And please watch our recorded live streams: + +- [Tracetest v0.6 Release - gRPC, Postman and More](https://youtu.be/mqwJRxqBNCg) - June 27, 2022 + +- [Introduction to Tracetest - E2E Tests Powered by OpenTelemetry](https://youtu.be/mqwJRxqBNCg) - June 23, 2022 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0ade75f390..df03e36f47 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,9 +19,10 @@ extra_css: nav: - Welcome: index.md - - Introduction: + - Concepts: - Introduction to Trace-Based Testing: introduction.md - Architecture: architecture.md + - Specifying Selectors: advanced-selectors.md - Getting Started: - Installation: installing.md - Accessing Tracetest Dashboard: accessing-dashboard.md @@ -29,13 +30,12 @@ nav: - Creating Tests: create-test.md - Adding Assertions: adding-assertions.md - Versioning: versioning.md - - Automating Tests for CI/CD: + - Command Line Interface: - Command Line Tool: command-line-tool.md - Test Definition File: test-definition-file.md - - Specifying Selectors: advanced-selectors.md + - Automating Tests for CI/CD: - CI/CD Best practices: ci-cd-best-practices.md - OpenAPI Definition: openapi.md - - Development: development.md - Installable Example - Pokeshop Service: - Overview: pokeshop.md - Add Pokemon Endpoint: pokeshop/add-pokemon.md