Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 12, 2024
1 parent e245c11 commit dd001be
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -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 (
* <div>
* <Home />
* </div>
* );
* };
*/
function Home() {
return (
<Layout
title="VTEX SDK Documentation"
description="Comprehensive documentation for VTEX SDK">
title="VTEX SDK .NET Documentation"
description="Comprehensive documentation for Sankhya SDK .NET">
<main>
<h1>Welcome to VTEX SDK Documentation</h1>
<p>Explore the documentation to understand how to use the VTEX SDK effectively.</p>
<p>Explore the documentation to understand how to use the VTEX SDK dotNET effectively.</p>
</main>
</Layout>
);
Expand Down

0 comments on commit dd001be

Please sign in to comment.