Skip to content

Commit

Permalink
Updated tests & docs work
Browse files Browse the repository at this point in the history
  • Loading branch information
seanrcollings committed Nov 13, 2024
1 parent 2494453 commit 67d1b5c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Jest Tests
name: Tests
on:
push:
branches: ["main"]
Expand All @@ -22,5 +22,8 @@ jobs:
- name: Install Node.js dependencies
run: npm install

- name: Build
run: npm run build --workspaces

- name: Run tests
run: npm run test --workspaces
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config: Config = {
position: "left",
},
{
href: "https://github.com/atomicjolt/atomic-packages",
href: "https://github.com/atomicjolt/atomic-libs",
position: "right",
label: "GitHub",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/sidebars.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const sidebars = {
const sidebars = {
mainSidebar: [{ type: "autogenerated", dirName: "." }],
elementsSidebar: [
{ type: "autogenerated", dirName: "packages/atomic-elements/docs" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Introduction

Atomic Elements is a set of fundemental React components for use within [Atomic Jolt](https://atomicjolt.com).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 2
---

# Install

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 3
---

# Using Storybook

[Storybook Site](/storybook)
Expand Down

0 comments on commit 67d1b5c

Please sign in to comment.