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
8 changes: 0 additions & 8 deletions docs/design-system/custom-components/_category_.json

This file was deleted.

16 changes: 16 additions & 0 deletions docs/design-system/custom-components/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
---

# RADFish Custom Components

{/* Write top text here */}


```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
```

{/* Write bottom text here */}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
---
sidebar_position: 4
---

# Available Scripts

{/* Write top text here */}


```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
```

{/* Write bottom text here */}

**`npm start`**

This script starts the Vite development server. It runs the app locally with hot module reloading, allowing for fast development and instant updates as you make changes. Open [http://localhost:3000](http://localhost:3000/) to view it in the browser.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Installing the CLI

The RADFish CLI is available as an npm package, making the installation process much simpler. Follow these steps to install and use the CLI:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 2
---

# Running an Example

RADFish ships with several different [boilerplate examples](../../examples-and-templates#examples) that demonstrate core pieces of functionality identified as critical for NOAA application development. You can use these examples as a reference point to build out your own implementation, or simply to get inspiration for your own design patterns with some pre-defined best practices.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 1
description: Setting up web projects with RADFish
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 2
description: USWDS, NOAA branding and Styling, and 508 compliance
---

Expand Down
16 changes: 16 additions & 0 deletions docs/developer-documentation/building-your-application/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 3
---

# Building Your Application

{/* Write top text here */}


```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
```

{/* Write bottom text here */}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 3
---

# Patterns

{/* Write top text here */}


```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
```

{/* Write bottom text here */}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 7
title: Service Worker Removal
---

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
---

# Examples

{/* Write top text here */}


```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
```

{/* Write bottom text here */}
8 changes: 0 additions & 8 deletions docs/developer-documentation/libraries/_category_.json

This file was deleted.

16 changes: 16 additions & 0 deletions docs/developer-documentation/libraries/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 4
---

# Libraries

{/* Write top text here */}


```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
```

{/* Write bottom text here */}

This file was deleted.

16 changes: 16 additions & 0 deletions docs/developer-documentation/technical-decision-log/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 5
---

# RADFish Technical Decision Log

{/* Write top text here */}


```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
```

{/* Write bottom text here */}