Skip to content

Commit

Permalink
Fix sub-bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrewster committed Jul 24, 2024
1 parent 6e52648 commit 55d7443
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webui/apps/docs/src/pages/new-index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const githubText = `<div style="height: 16px; width: 16px">${githubIcon}</div>&n
<!-- Content Widget **************** -->

<ContentWithTabs
items={[
bullets={[
{
title: 'Choose from a variety of pre-built agents or define your own',
description:
Expand Down Expand Up @@ -198,7 +198,7 @@ spec:

<ContentWithTabs
isReversed
items={[
bullets={[
{
title: 'Deploy directly to Kubernetes',
description:
Expand Down Expand Up @@ -242,7 +242,7 @@ chatbot 3s`
</ContentWithTabs>

<ContentWithTabs
items={[
bullets={[
{
title: 'Build a gui with React components',
description:
Expand Down Expand Up @@ -321,7 +321,7 @@ expect(response).toContain("supportive community")`,

<!--<Steps-->
<!-- title="Build genAI apps in no time with Eidolon."-->
<!-- items={[-->
<!-- bullets={[-->
<!-- {-->
<!-- title: 'Step 1: <span class="font-medium">Install Eidolon SDK\n</span>',-->
<!-- description: "Download and install the Eidolon SDK from <a href='https://pypi.org/project/eidolon-ai-sdk/'><u>PYPI</u></a> or get started with a <a href='https://github.com/eidolon-ai/agent_machine'><u>Template Repository</u></a>.",-->
Expand Down Expand Up @@ -357,7 +357,7 @@ expect(response).toContain("supportive community")`,
title="Most used widgets"
subtitle="Provides frequently used components for building websites using Tailwind CSS"
tagline="Components"
items={[
bullets={[
{
title: 'Headers',
description: "Ever tried driving without GPS? Boom! That's why websites need headers for direction.",
Expand Down

0 comments on commit 55d7443

Please sign in to comment.