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.

);