Skip to content

Commit 8792ba9

Browse files
authored
Ensure all pages have descriptions for proper rendering of generated-index page (#282)
1 parent e561bba commit 8792ba9

20 files changed

+28
-6
lines changed

docs/command-line/tsci-add.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: tsci add
3+
description: Install tscircuit registry packages using the tsci add command
34
---
45

56
`tsci add` is the same as `npm add` or `bun add`, but defaults to the tscircuit
@@ -27,4 +28,4 @@ export default () => (
2728
)
2829
2930
`}
30-
/>
31+
/>

docs/command-line/tsci-auth-print-token.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: tsci auth print-token
3+
description: Print your current tscircuit API token for use with web services
34
---
45

56
`tsci auth print-token` prints your current tscircuit API token. This token can be used with the advanced web APIs such as the [Datasheet API](../web-apis/datasheet-api.md).

docs/command-line/tsci-dev.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: tsci dev
3+
description: Run a local preview server for your tscircuit project
34
sidebar_position: 2
45
---
56

docs/command-line/tsci-login.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: tsci login
3+
description: Sign in to the tscircuit registry to enable publishing and cloud tools
34
sidebar_position: 1
45
---
56

docs/command-line/tsci-search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: tsci search
3+
description: Discover footprints and packages across the tscircuit ecosystem
34
---
45

56
`tsci search` finds footprints and packages from across the tscircuit ecosystem.

docs/contributing/bounties-and-sponsorship.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Bounties and Sponsorship
3+
description: Understand how tscircuit bounties and contributor sponsorships are awarded
34
---
45

56
tscircuit has thousands of dollars (USD) of bounties opened every month in over

docs/contributing/getting-started-as-a-contributor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started as a Contributor
3+
description: Learn how to set up your environment and find issues in the tscircuit ecosystem
34
sidebar_position: 1
45
---
56

docs/footprints/footprint-elements-vs-footprint-strings.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Footprint Elements vs Strings
3+
description: Compare using footprint elements and footprinter strings when defining components
34
sidebar_position: 1
45
---
56

@@ -33,4 +34,4 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
3334
} pcbX={3} resistance="1k" />
3435
</group>
3536
)
36-
`} />
37+
`} />

docs/guides/running-tscircuit/connecting-to-github.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Connect GitHub Repositories to tscircuit
3+
description: Link your project repo to tscircuit for automatic previews and publishing
34
---
45

56
You can connect your GitHub repositories to tscircuit to automatically
@@ -16,4 +17,4 @@ button on the right side of the page.
1617
After connecting to GitHub, every time you merge a small GitHub action will
1718
run to update the circuit on tscircuit.com. You
1819

19-
![Github Commit Status](/img/guides/connect-to-github/github-commit-status-success.png)
20+
![Github Commit Status](/img/guides/connect-to-github/github-commit-status-success.png)

docs/guides/running-tscircuit/displaying-circuit-json-on-a-webpage.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Displaying Circuit JSON on a Webpage
3+
description: Render Circuit JSON in web apps using RunFrame and related components
34
---
45

56
[Circuit JSON](https://github.com/tscircuit/circuit-json) is a universal

0 commit comments

Comments
 (0)