Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
docs: deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Sep 16, 2022
1 parent 1334376 commit 59da482
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 16 deletions.
28 changes: 14 additions & 14 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Expand All @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at joe@joebell.co.uk. All
reported by contacting the project team on Twitter (@joebell\_). All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> ⚠️ **Deprecated**
>
> Flexbox `gap` is relatively [well-supported](https://caniuse.com/flexbox-gap) now, you should use it instead.
<p align="center">
<a href="https://raam.joebell.co.uk" rel="nofollow">
<img src="packages/docs/public/img/logo-readme.png" alt="raam" title="raam" width="320">
Expand Down
3 changes: 2 additions & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"clean": "rimraf {.next,out}",
"lint:ts": "npx tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "next start"
"start": "next start",
"vercel": "yarn --cwd ../../ build && yarn build"
},
"dependencies": {
"@mdx-js/loader": "1.6.18",
Expand Down
4 changes: 4 additions & 0 deletions packages/docs/src/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> ⚠️ **Deprecated**
>
> Flexbox `gap` is relatively [well-supported](https://caniuse.com/flexbox-gap) now, you should use it instead.
> **raam** (estonian) ˈrɑːm _**n**._ frame.
**Beautifully boring cosmetic-free [React.js][reactjs] components for structure and layout.**
Expand Down
2 changes: 1 addition & 1 deletion packages/raam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "git+https://github.com/joe-bell/raam.git"
},
"author": "Joe Bell <joe@joebell.co.uk>",
"author": "Joe Bell (https://joebell.co.uk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/joe-bell/raam/issues"
Expand Down

0 comments on commit 59da482

Please sign in to comment.