🚚(global) update paths and urls after ownership transfer

This repository has been recently transfered from openfun to lasuitenumerique.
We need to fix some paths and urls especially to fix documentation and README
This commit is contained in:
jbpenrath
2025-10-14 12:22:41 +02:00
committed by Jean-Baptiste PENRATH
parent 4220061bc0
commit 6097929593
14 changed files with 102 additions and 97 deletions

View File

@@ -1,5 +1,5 @@
<div align="center">
<a href="https://openfun.github.io/cunningham/storybook"><img src="./resources/banner.png" alt="" /></a>
<a href="https://suitenumerique.github.io/cunningham/storybook"><img src="./resources/banner.png" alt="" /></a>
</div>
<div align="center">
@@ -8,21 +8,21 @@
**A design system and a components library.**
<a href="https://openfun.github.io/cunningham/storybook"><b>📚&nbsp;&nbsp;Documentation</b></a> •
<a href="https://suitenumerique.github.io/cunningham/storybook"><b>📚&nbsp;&nbsp;Documentation</b></a> •
<a href="https://www.figma.com/file/JbPT1R6YUFW4oH8jHvH960/DS-Cunningham---PUBLIC?type=design"><b>🖌️&nbsp;&nbsp;Figma</b></a> •
<a href="https://openfun.github.io/cunningham/demo"><b>🕹️&nbsp;&nbsp;Demo</b></a>
<a href="https://suitenumerique.github.io/cunningham/demo"><b>🕹️&nbsp;&nbsp;Demo</b></a>
</div>
- **Atomic**: We follow [atomic design principles](https://bradfrost.com/blog/post/atomic-web-design/).
- **Modular and Reusable**: Each component is designed to be self-contained and reusable across different projects, promoting consistency and saving development time.
- **Accessibility-focused**: Our components prioritize accessibility standards, making them usable and inclusive for all users.
- **Design tokens based**: We use [design tokens](https://openfun.github.io/cunningham/storybook/?path=/docs/getting-started-customization--docs#what-are-design-tokens-) to ensure consistency between design and code and allow high customization.
- **Design tokens based**: We use [design tokens](https://suitenumerique.github.io/cunningham/storybook/?path=/docs/getting-started-customization--docs#what-are-design-tokens-) to ensure consistency between design and code and allow high customization.
- **React** based: at the moment we only support React, but we are open to other frameworks, feel free to [contribute](./CONTRIBUTING.md) !
<div align="center">
[![CircleCI](https://circleci.com/gh/openfun/cunningham/tree/main.svg?style=svg)](https://circleci.com/gh/openfun/cunningham/tree/main)
[![CircleCI](https://circleci.com/gh/suitenumerique/cunningham/tree/main.svg?style=svg)](https://circleci.com/gh/suitenumerique/cunningham/tree/main)
[![Discord](https://img.shields.io/discord/1082704478463082496?style=flat&logo=discord&label=discord&labelColor=5b61f1&logoColor=white&color=313338)](https://discord.gg/TXPSCMeDzd)
</div>
@@ -31,11 +31,11 @@
Here are some examples of real life usage of Cunningham components.
<a href="https://openfun.github.io/cunningham/storybook"><img src="./resources/examples.png" alt=""/></a>
<a href="https://suitenumerique.github.io/cunningham/storybook"><img src="./resources/examples.png" alt=""/></a>
<div align="center">
See the [documentation](https://openfun.github.io/cunningham/storybook) 📚 to learn more about customization, typography, spacings and available components!
See the [documentation](https://suitenumerique.github.io/cunningham/storybook) 📚 to learn more about customization, typography, spacings and available components!
</div>
@@ -74,18 +74,18 @@ It will generate a file named `cunningham-tokens.css`.
@import "cunningham-tokens"; // Imports the file you just generated.
```
> Please take a look at [customization documentation](https://openfun.github.io/cunningham/storybook/?path=/docs/getting-started-customization--docs) for more informations about the `cunningham` command line tool and to customize your local theme.
> Please take a look at [customization documentation](https://suitenumerique.github.io/cunningham/storybook/?path=/docs/getting-started-customization--docs) for more informations about the `cunningham` command line tool and to customize your local theme.
We're done! 🎉
To ensure everything works well, let's test rendering a component, such as the [Button](https://openfun.github.io/cunningham/storybook/?path=/docs/components-button--docs) for example.
To ensure everything works well, let's test rendering a component, such as the [Button](https://suitenumerique.github.io/cunningham/storybook/?path=/docs/components-button--docs) for example.
Now please see the [documentation](https://openfun.github.io/cunningham/storybook) 📚 to learn more about customization, typography, spacings and available components!
Now please see the [documentation](https://suitenumerique.github.io/cunningham/storybook) 📚 to learn more about customization, typography, spacings and available components!
## Contributors
<a href="https://github.com/openfun/cunningham/graphs/contributors">
<img src="https://contrib.rocks/image?repo=openfun/cunningham" />
<a href="https://github.com/suitenumerique/cunningham/graphs/contributors">
<img src="https://contrib.rocks/image?repo=suitenumerique/cunningham" />
</a>
## Contributing