Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/get-involved/add-app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 2
title: Add your Application
description: Submit your Cardano application to the cardano.org showcase. Requirements, available tags, screenshots, and the pull request workflow.
---

## Add your application
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/add-community.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 4
title: Add your Community
description: Add your Cardano community to the online communities directory. Eligibility criteria, required fields, and review process.
---

Thank you for considering adding your community to the [online communities](/docs/communities) page!
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/add-company.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 3
title: Add your Company
description: Add your company to the Cardano ecosystem listing on cardano.org. Required fields, logo guidelines, and submission process.
---

## Add your Company
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/app-grid.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: App Grid
description: Render a filtered grid of Cardano applications from src/data/apps.js with tag filters and search using the AppGrid component.
---

## AppGrid
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/app-list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: App List
description: Render a compact list of Cardano applications by tag using the AppList component on cardano.org.
---

import AppList from "@site/src/components/AppList";
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/background-wrapper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Background Wrapper
description: Apply themed background variants (zoom, plain, adaLight) to a page section with the BackgroundWrapper component.
---

import BackgroundWrapper from "@site/src/components/Layout/BackgroundWrapper";
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/boundary-box.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Boundary Box
description: Constrain content to the page boundary with consistent horizontal padding using the BoundaryBox component.
---

import BoundaryBox from "@site/src/components/Layout/BoundaryBox";
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/connection-line.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Connection Line
description: Draw decorative connecting lines between page sections with the ConnectionLine component on cardano.org.
---

import ConnectionLine from '@site/src/components/Layout/ConnectionLine';
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/divider.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Divider
description: Insert a labeled section divider with optional anchor id using the Divider component on cardano.org.
---

import Divider from "@site/src/components/Layout/Divider";
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/highlight-callout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Highlight Callout
description: Highlight an important piece of content with an icon and accent border using the HighlightCallout component.
---

import HighlightCallout from '@site/src/components/Layout/HighlightCallout';
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 1
title: Overview
description: Reference for cardano.org's shared React component library. Layout primitives, content blocks, and interactive widgets used across pages.
---

## Overview
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/quiz-card.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Quiz Card
description: Embed a single quiz question card with answer feedback using the QuizCard component on cardano.org.
---

## Quiz Card
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/quiz.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Quiz
description: Embed a multi-question quiz with scoring and retry handling using the Quiz component on cardano.org.
---

## Quiz
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/role-card.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Role Card
description: Display a role or persona description with icon and accent color using the RoleCard component.
---

import RoleCard from '@site/src/components/Layout/RoleCard';
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/site-hero.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Site Hero
description: Render a page hero with title, description, and themed banner using the SiteHero component on cardano.org.
---

import Divider from "@site/src/components/Layout/Divider";
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/spacer-box.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Spacer Box
description: Insert vertical or horizontal spacing between content blocks using the SpacerBox component.
---

import Divider from "@site/src/components/Layout/Divider";
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/step-card.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Step Card
description: Display a numbered step in an instructional flow using the StepCard component on cardano.org.
---

## StepCard
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/components/two-column-layout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Two Column Layout
description: Arrange content in a responsive two-column layout with optional reverse order using the TwoColumnLayout component.
---

## Two Column Layout
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/create-a-event.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 5
title: Create an Event Highlight
description: Add a Cardano event to the events page. Required metadata, image guidelines, and how event entries are reviewed and merged.
---

## Create a Event Highlight
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/create-a-news-article.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 5
title: Create a News Article
description: Author a news article on cardano.org. Required frontmatter (slug, title, description, authors, tags), image rules, and content sources.
---

## Create a News Article
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/create-a-page.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 5
title: Create a Page
description: Choose between a Markdown standalone page and a custom React page on cardano.org, and learn when each format fits the content you want to publish.
---

## Create a new Page
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/create-markdown-page.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 6
title: Create a Markdown Page
description: Build a standalone Markdown page on cardano.org. File location, frontmatter fields, sidebar handling, and when Markdown vs MDX fits.
---

## Create a Markdown Page
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/create-react-page.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 7
title: Create a React Page
description: Build a custom React page on cardano.org with full layout freedom, using the shared component library and Docusaurus i18n helpers.
---

## Create a React Page
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/faq-component.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 8
title: Create a FAQ Section
description: Use the FAQSection component on cardano.org. Data sources, JSON file structure, and how the collapsible accordion renders.
---

## Create a FAQ Section
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 1
title: Get involved
description: Overview of how to contribute to cardano.org. Add apps and companies, write news, build pages, and use the shared component library.
---

Welcome to the [cardano.org](https://cardano.org) website. We believe that this website should be managed by a collective and not a single entity. For this to be successful, the website relies on your contributions.
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/local-copy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 10
title: Local copy
description: Run cardano.org locally. Clone the repo, install dependencies, and start a Docusaurus development server with hot reload.
---

## Local copy
Expand Down
1 change: 1 addition & 0 deletions docs/get-involved/tx-rankings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Transaction Rankings
description: How transaction rankings on the cardano.org apps page work, where the data comes from, and how an app maps to its statsLabel.
---

## Transaction Rankings
Expand Down
Loading