Skip to content

Commit

Permalink
Add link to "What's New" page from docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 25, 2024
1 parent 43b0dc6 commit 69724fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docsSite/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ AdvantageScope is a robot diagnostics, log review/analysis, and data visualizati
items={[
{
type: "category",
label: "What's New in 2025?",
href: "/whats-new"
},
{
type: "category",
label: "Getting Started",
href: "/category/getting-started"
},
Expand Down
2 changes: 1 addition & 1 deletion docsSite/src/theme/DocCardList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function DocCardList(props: Props): JSX.Element {
return (
<section className={clsx("row", className)}>
{filteredItems.map((item, index) => (
<article key={index} className="col col--4 margin-bottom--lg">
<article key={index} className="col col--6 margin-bottom--lg">
<DocCard item={item} />
</article>
))}
Expand Down

0 comments on commit 69724fe

Please sign in to comment.