Skip to content

Commit

Permalink
adjust styles of docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 committed Sep 18, 2023
1 parent f8ddab0 commit 7e70671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: Home
hide_table_of_contents: true
---

import DocCardList from "@theme/DocCardList";

# Getting Started
### Documentation

The documentation is divided into four main sections, covering CLI-based workflows, internal processes, an introduction to the tool's capabilities, and guidance on using the OpenTofu configuration language for managing infrastructure.

<DocCardList
items={[
Expand Down
4 changes: 2 additions & 2 deletions src/theme/DocCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function CardContainer({ href, children }) {
href={href}
className={clsx(
"card padding--lg",
"text-gray-800 dark:text-gray-100 hover:text-gray-900 hover:dark:text-gray-50",
"rounded-none text-gray-800 dark:text-gray-100 hover:text-gray-900 hover:dark:text-gray-50",
styles.cardContainer
)}
>
Expand All @@ -29,7 +29,7 @@ function CardLayout({ href, icon, title, description }) {
className={clsx("text--truncate", styles.cardTitle, "mb-4")}
title={title}
>
{icon} {title}
{title}
</h2>
{description && (
<p
Expand Down

0 comments on commit 7e70671

Please sign in to comment.