diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js new file mode 100644 index 000000000..012f862fa --- /dev/null +++ b/docs/src/pages/index.js @@ -0,0 +1,18 @@ + +import React from 'react'; +import Layout from '@theme/Layout'; + +function Home() { + return ( + +
+

Welcome to VTEX SDK Documentation

+

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

+
+
+ ); +} + +export default Home;