From 47ebd7a831e75cf8939fd9df480cdf0139e23d0c Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Thu, 28 Sep 2023 10:15:03 +0100 Subject: [PATCH] feat: add homepage (#17) --- astro.config.mjs | 1 - src/pages/index.astro | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 src/pages/index.astro diff --git a/astro.config.mjs b/astro.config.mjs index f3b2fd2..823867d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -34,7 +34,6 @@ export default defineConfig({ }, site: `https://docs.treblle.com`, redirects: { - '/': '/en/introduction', '/en/integrations/dotnet': '/en/integrations/net', '/en/integrations/rails': '/en/integrations/ruby', '/en/integrations/dotnet-core': '/en/integrations/net-core', diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..21b1328 --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,42 @@ +--- +import TreblleIntegrations from '../components/TreblleIntegrations.astro' +import HeadCommon from '../components/HeadCommon.astro' +import Header from '../components/Header/Header.astro' + +const currentPage = Astro.url.pathname +--- + + + + Home + +
+
+

Treblle Documentation

+

+ Treblle is an easy-to-use SDK that helps Engineering and Product teams + create and manage REST APIs more quickly. +

+
+ + Get started with API monitoring + + + Explore integrations + +
+
+
+

Pick your platform...

+

...and get started in minutes.

+ +
+