Skip to content

Commit bd679ee

Browse files
authored
Merge pull request #2141 from folio-org/FOLIO-873-improve-docs-358
FOLIO-873 improve docs
2 parents 7c2c9c3 + d269769 commit bd679ee

8 files changed

Lines changed: 955 additions & 252 deletions

File tree

_data/repos.json

Lines changed: 255 additions & 236 deletions
Large diffs are not rendered by default.

_remote/mod-search/docs/browsing.md

Lines changed: 694 additions & 10 deletions
Large diffs are not rendered by default.

_remote/stripes-components/guides/CSSinStripes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: null
44

55
import { Meta } from '@storybook/addon-docs/blocks';
66

7-
<Meta title="CSS in Stripes" />
7+
<Meta title="Guides/CSS in Stripes" />
88

99
# CSS and Styling within Stripes-Components
1010
The goal of built-in styles applied via component props is to take the concern of aesthetics and css syntax away from module developers - empowering them to develop beautiful modules with very little effort outside of their logical code.

_remote/stripes-components/guides/Testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: null
44

55
import { Meta } from '@storybook/addon-docs/blocks';
66

7-
<Meta title="Testing" />
7+
<Meta title="Guides/Testing" />
88

99
# Testing in Stripes Components
1010

_remote/stripes-components/guides/accessibility/AboutAccessibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: null
44

55
import { Meta } from '@storybook/addon-docs/blocks';
66

7-
<Meta title="Accessibility/Accessibility Overview" />
7+
<Meta title="Guides/Accessibility/Accessibility Overview" />
88

99
# Accessibility in Stripes
1010
This document is an overview of accessibility in the stripes-components libraries... for more developer-centric documentation, please refer to our [Accessibility Primer for Developers](AccessibilityDevPrimer.mdx)

_remote/stripes-components/guides/accessibility/AccessibilityDevPrimer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: null
44

55
import { Meta } from '@storybook/addon-docs/blocks';
66

7-
<Meta title="Accessibility/Accessibility for Developers" />
7+
<Meta title="Guides/Accessibility/Accessibility for Developers" />
88

99
## Accessibility primer for developers
1010

_remote/stripes-components/guides/accessibility/AccessibilityTestingWithAxe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: null
44

55
import { Meta } from '@storybook/addon-docs/blocks';
66

7-
<Meta title="Accessibility/Automated Accessibility Testing" />
7+
<Meta title="Guides/Accessibility/Automated Accessibility Testing" />
88

99
## Automated Accessibility Testing
1010

_remote/stripes-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stripes-testing is a toolkit for building integration tests against Stripes
1515
UI modules and platforms. This repository contains:
1616

1717
* `accessibility`: axe helper functions
18-
* `bigtest`: BigTest helper furnctions, compatible with React >= 17
18+
* `bigtest`: BigTest helper functions, compatible with React >= 17
1919
* `cypress`: end-to-end tests
2020
* `interactors`: interactors provide "hooks" into components as rendered in the DOM,
2121
allowing tests written in BigTest, Cypress, etc. to use the interactor's consistent

0 commit comments

Comments
 (0)