From dd001be5f19439427633718dd69c366e29c0a6d1 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Tue, 12 Nov 2024 20:10:39 +0000 Subject: [PATCH] Update index.js --- docs/src/pages/index.js | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 57b914a3f..6f106ea85 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -1,33 +1,14 @@ - import React from 'react'; import Layout from '@theme/Layout'; -/** - * Renders the main component for the VTEX SDK Documentation. - * - * This function returns a layout component that includes a title and description - * for the documentation, along with a welcome message and introductory text. - * - * @returns {JSX.Element} A JSX element representing the layout of the documentation page. - * - * @example - * // Usage within a React component - * const App = () => { - * return ( - *
- * - *
- * ); - * }; - */ function Home() { return ( + title="VTEX SDK .NET Documentation" + description="Comprehensive documentation for Sankhya SDK .NET">

Welcome to VTEX SDK Documentation

-

Explore the documentation to understand how to use the VTEX SDK effectively.

+

Explore the documentation to understand how to use the VTEX SDK dotNET effectively.

);