From 56bf548f78465792d02ebb04009f284dd28ee288 Mon Sep 17 00:00:00 2001 From: Abhishek kushwaha Date: Fri, 9 Aug 2024 09:48:53 +0530 Subject: [PATCH] feat: Add new glossary term for "Microservice Testing" Signed-off-by: Abhishek kushwaha --- src/pages/concepts/reference/glossary.js | 27 ++++++---- .../glossary/microservice-testing.md | 54 +++++++++++++++++++ 2 files changed, 71 insertions(+), 10 deletions(-) create mode 100644 versioned_docs/version-2.0.0/concepts/reference/glossary/microservice-testing.md diff --git a/src/pages/concepts/reference/glossary.js b/src/pages/concepts/reference/glossary.js index 2a38f16dc..06f2abab4 100644 --- a/src/pages/concepts/reference/glossary.js +++ b/src/pages/concepts/reference/glossary.js @@ -1,4 +1,4 @@ -import React, {useEffect, useState} from "react"; +import React, { useState } from "react"; import Layout from "@theme/Layout"; import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; @@ -55,6 +55,10 @@ function Glossary() { name: "End To End Testing", link: "/docs/concepts/reference/glossary/end-to-end-testing", }, + { + name: "Error Guessing", + link: "/docs/concepts/reference/glossary/error-guessing", + }, ], F: [ { @@ -87,6 +91,10 @@ function Glossary() { name: "Mocks", link: "/docs/concepts/reference/glossary/mocks", }, + { + name: "Microservice Testing", + link: "/docs/concepts/reference/glossary/microservice-testing", + }, ], R: [ { @@ -131,7 +139,7 @@ function Glossary() { }, ], }; - const {siteConfig, siteMetadata} = useDocusaurusContext; + const { siteConfig, siteMetadata } = useDocusaurusContext; const handleClick = (index) => { setState((state) => { var obj = { @@ -153,13 +161,12 @@ function Glossary() { {new Array(26).fill(0).map((x, i) => (