Skip to content

Commit 3b5c1e1

Browse files
authored
chore: change documentation site url (#207)
1 parent 1ff31be commit 3b5c1e1

File tree

32 files changed

+60
-61
lines changed

32 files changed

+60
-61
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 📚 Documentation
4-
url: https://www.siimple.xyz
4+
url: https://siimple.josemi.xyz
55
about: Check the documentation for usage.
66
- name: 💬 Ask a Question
77
url: https://github.com/jmjuanes/siimple/discussions

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [team@siimple.xyz](mailto:team@siimple.xyz). All
58+
reported by contacting the project team at [hello@josemi.xyz](mailto:hello@josemi.xyz). All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As an open source project, we love to receive contributions from the community.
1818

1919
### Improve the documentation
2020

21-
We maintain a documentation site that is public available at https://www.siimple.xyz. You can help us improving the documentation by:
21+
We maintain a documentation site that is public available at https://siimple.josemi.xyz. You can help us improving the documentation by:
2222
- Adding missing information.
2323
- Fixing typos.
2424
- Updating them to the latest features of the toolkit.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99

1010
Welcome to the **siimple CSS toolkit** repository :tada:
1111

12-
- :books: **Documentation**: https://www.siimple.xyz.
13-
- :pencil: **Try siimple**: play with **siimple** in your browser with our [online playground](https://www.siimple.xyz/playground).
12+
- :books: **Documentation**: https://siimple.josemi.xyz.
13+
- :pencil: **Try siimple**: play with **siimple** in your browser with our [online playground](https://siimple.josemi.xyz/playground).
1414
- :pray: **Contributing**: check out our [CONTRIBUTING guide](/CONTRIBUTING.md) to get started.
1515
- :question: **Questions**: join our [discussion forum](https://github.com/jmjuanes/siimple/discussions).
1616
- :sparkles: **Releases**: check out our [latest releases](https://github.com/jmjuanes/siimple/releases).
17-
- :leftwards_arrow_with_hook: Documentation for **v3**: [v3.siimple.xyz](https://v3.siimple.xyz).
1817

1918
## What is siimple
2019

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "4.3.1",
44
"private": true,
55
"description": "A minimal and themeable CSS toolkit for flat and clean designs.",
6-
"author": "Josemi Juanes <josemi@siimple.xyz>",
6+
"author": "Josemi Juanes <hello@josemi.xyz>",
77
"type": "module",
88
"license": "MIT",
9-
"homepage": "https://www.siimple.xyz/",
9+
"homepage": "https://siimple.josemi.xyz/",
1010
"repository": "https://github.com/jmjuanes/siimple",
1111
"bugs": "https://github.com/jmjuanes/siimple/issues",
1212
"workspaces": [

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@siimple/cli",
33
"version": "0.3.1",
44
"description": "Command Line for siimple",
5-
"author": "Josemi Juanes <josemi@siimple.xyz>",
5+
"author": "Josemi Juanes <hello@josemi.xyz>",
66
"type": "module",
77
"license": "MIT",
88
"repository": "https://github.com/jmjuanes/siimple",
99
"bugs": "https://github.com/jmjuanes/siimple/issues",
10-
"homepage": "https://www.siimple.xyz",
10+
"homepage": "https://siimple.josemi.xyz",
1111
"bin": {
1212
"siimple": "./index.js"
1313
},

packages/colors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
};
2828
```
2929

30-
Check out the [full list of available colors](https://www.siimple.xyz/colors).
30+
Check out the [full list of available colors](https://siimple.josemi.xyz/colors).
3131

3232
## License
3333

packages/colors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@siimple/colors",
33
"version": "0.3.1",
44
"description": "A color palette for the siimple css toolkit",
5-
"author": "Josemi Juanes <josemi@siimple.xyz>",
5+
"author": "Josemi Juanes <hello@josemi.xyz>",
66
"type": "module",
77
"license": "MIT",
88
"repository": "https://github.com/jmjuanes/siimple",
99
"bugs": "https://github.com/jmjuanes/siimple/issues",
10-
"homepage": "https://www.siimple.xyz",
10+
"homepage": "https://siimple.josemi.xyz",
1111
"main": "index.js",
1212
"exports": "./index.js",
1313
"keywords": [

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ npm install --save @siimple/core
1414

1515
### css(config)
1616

17-
Given a [configuration object](https://www.siimple.xyz/configuration), this method will generate a CSS string with the parsed styles in `config.styles` and using the provided theme in the configuration object.
17+
Given a [configuration object](https://siimple.josemi.xyz/configuration), this method will generate a CSS string with the parsed styles in `config.styles` and using the provided theme in the configuration object.
1818

1919
```js
2020
import {css} from "@siimple/core";

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@siimple/core",
33
"version": "0.3.1",
44
"description": "Core module of the siimple css toolkit",
5-
"author": "Josemi Juanes <josemi@siimple.xyz>",
5+
"author": "Josemi Juanes <hello@josemi.xyz>",
66
"type": "module",
77
"license": "MIT",
88
"repository": "https://github.com/jmjuanes/siimple",
99
"bugs": "https://github.com/jmjuanes/siimple/issues",
10-
"homepage": "https://www.siimple.xyz",
10+
"homepage": "https://siimple.josemi.xyz",
1111
"main": "index.js",
1212
"exports": "./index.js",
1313
"keywords": [

0 commit comments

Comments
 (0)