Skip to content

Commit 8f0c390

Browse files
committed
fix(docs): Fix broken links in component documentation
- Fix atoms/inputs → atoms/input (singular) in teams-toolbar.md - Remove JS file link in table-sticky.md (not a component) - Remove broken variant links in pnp-search-grid.md - Fix teams-dashboard-card link (no .hbs template exists)
1 parent 9487f25 commit 8f0c390

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

htwoo-core/src/_patterns/atoms/table/table-sticky.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These classes can be freely combined for corner elements, for example:
2323
</th>
2424
```
2525

26-
To support multiple columns make sure you include the [table.js](../../js/table) in your code. From the htwoo-core package `node_modules/htwoo-core/lib/js/table`.
26+
To support multiple columns make sure you include `table.js` in your code. From the htwoo-core package: `node_modules/@aspect/htwoo-core/lib/js/table.js`.
2727

2828
To init the sticky behaviout call the following function.
2929

htwoo-core/src/_patterns/molecules/menus/teams-toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Teams Toolbar is a composite molecular component that integrates a command b
3535

3636
The Teams Toolbar consists of two main molecular components:
3737
1. **[Command Bar with Overflow](./cmdbar-overflow.html)** - Action commands with responsive overflow
38-
2. **[Search Box](../../atoms/inputs/)** - Integrated search functionality
38+
2. **[Search Box](../../atoms/input/)** - Integrated search functionality
3939

4040
## Data Structure
4141

@@ -256,7 +256,7 @@ From child components:
256256

257257
### Molecular Components
258258
- [Command Bar with Overflow](./cmdbar-overflow.html) - Core command functionality
259-
- [Search Box](../../atoms/inputs/) - Integrated search capabilities
259+
- [Search Box](../../atoms/input/) - Integrated search capabilities
260260
- [Command Bar](./cmdbar.html) - Basic command bar functionality
261261

262262
### Template Components

htwoo-core/src/_patterns/organism/pnp-search-grid/pnp-search-grid.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ The PnP Search Grid is an organism-level component that combines multiple quick
2525

2626
The PnP Search Grid supports multiple column configurations:
2727

28-
- **[12-Column Grid](./pnp-search-grid.html)** - Maximum density for wide displays
29-
- **[8-Column Grid](./pnp-search-grid~8c.html)** - Balanced layout for standard screens
30-
- **[6-Column Grid](./pnp-search-grid~6c.html)** - Moderate density for medium containers
31-
- **[4-Column Grid](./pnp-search-grid~4c.html)** - Minimal columns for narrow layouts
28+
- **12-Column Grid** - Maximum density for wide displays
29+
- **8-Column Grid** - Balanced layout for standard screens
30+
- **6-Column Grid** - Moderate density for medium containers
31+
- **4-Column Grid** - Minimal columns for narrow layouts
3232

3333
### Display Modes
3434

3535
Each grid supports two content presentation styles:
3636

37-
- **[Compact Grid](./pnp-search-compact-grid.html)** - Space-efficient items with minimal height
38-
- **[List Grid](./pnp-search-list-grid.html)** - Detailed items with descriptions and extended content
37+
- **Compact Grid** - Space-efficient items with minimal height
38+
- **List Grid** - Detailed items with descriptions and extended content
3939

4040
## Structure
4141

htwoo-core/src/_patterns/templates/teams/teams-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ The Teams Dashboard Template consists of:
314314
- **Teams Mobile**: Mobile-optimized dashboard layouts
315315

316316
### Core Components
317-
- [Teams Dashboard Card](../../molecules/cards-elements/teams-dashboard-card.html) - Individual card component
318-
- [Teams Toolbar](../../molecules/menus/teams-toolbar.html) - Dashboard toolbar integration
317+
- Teams Dashboard Card (`.hoo-teamsdbcard`) - Individual card component (see CSS Classes section)
318+
- [Teams Toolbar](../../molecules/menus/teams-toolbar/) - Dashboard toolbar integration
319319

320320
### Layout Components
321321
- [Teams Splash Screen](./teams-splash-screen.html) - Welcome and onboarding screens

0 commit comments

Comments
 (0)