Skip to content

Commit db9d921

Browse files
committed
Update community health files
1 parent 5133a5b commit db9d921

File tree

3 files changed

+19
-212
lines changed

3 files changed

+19
-212
lines changed

code-of-conduct.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

contributing.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

readme.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ See the [unist list of utilities][utilities] for more utilities.
13241324
* [`mdast-util-definitions`](https://github.com/syntax-tree/mdast-util-definitions)
13251325
— Find definition nodes
13261326
* [`mdast-flatten-listitem-paragraphs`](https://gitlab.com/staltz/mdast-flatten-listitem-paragraphs)
1327-
— Flatten listItem and (nested) paragraph into one listItem node
1327+
— Flatten listItem and (nested) paragraph into one listItem node
13281328
* [`mdast-flatten-nested-lists`](https://gitlab.com/staltz/mdast-flatten-nested-lists)
13291329
— Transforms a tree to avoid lists inside lists
13301330
* [`mdast-util-heading-range`](https://github.com/syntax-tree/mdast-util-heading-range)
@@ -1338,7 +1338,7 @@ See the [unist list of utilities][utilities] for more utilities.
13381338
* [`mdast-util-to-string`](https://github.com/syntax-tree/mdast-util-to-string)
13391339
— Get the plain text content of a node
13401340
* [`mdast-flatten-image-paragraphs`](https://gitlab.com/staltz/mdast-flatten-image-paragraphs)
1341-
— Flatten paragraph and image into one image node
1341+
— Flatten paragraph and image into one image node
13421342
* [`mdast-move-images-to-root`](https://gitlab.com/staltz/mdast-move-images-to-root)
13431343
— Moves image nodes up the tree until they are strict children of the root
13441344
* [`mdast-normalize-headings`](https://github.com/syntax-tree/mdast-normalize-headings)
@@ -1389,21 +1389,18 @@ See the [unist list of utilities][utilities] for more utilities.
13891389

13901390
## Contribute
13911391

1392-
**mdast** is built by people just like you!
1393-
Check out [`contributing.md`][contributing] for ways to get started.
1392+
See [`contributing.md`][contributing] in [`syntax-tree/.github`][health] for
1393+
ways to get started.
1394+
See [`support.md`][support] for ways to get help.
1395+
Ideas for new utilities and tools can be posted in [`syntax-tree/ideas`][ideas].
1396+
1397+
A curated list of awesome syntax-tree, unist, hast, mdast, and nlcst resources
1398+
can be found in [awesome syntax-tree][awesome].
13941399

13951400
This project has a [Code of Conduct][coc].
13961401
By interacting with this repository, organisation, or community you agree to
13971402
abide by its terms.
13981403

1399-
Want to chat with the community and contributors?
1400-
Join us in [spectrum][chat]!
1401-
1402-
Have an idea for a cool new utility or tool?
1403-
That’s great!
1404-
If you want feedback, help, or just to share it with the world you can do so by
1405-
creating an issue in the [`syntax-tree/ideas`][ideas] repository!
1406-
14071404
## Acknowledgments
14081405

14091406
The initial release of this project was authored by
@@ -1432,19 +1429,23 @@ projects!
14321429

14331430
<!-- Definitions -->
14341431

1435-
[contributing]: contributing.md
1432+
[health]: https://github.com/syntax-tree/.github
14361433

1437-
[coc]: code-of-conduct.md
1434+
[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md
14381435

1439-
[license]: https://creativecommons.org/licenses/by/4.0/
1436+
[support]: https://github.com/syntax-tree/.github/blob/master/support.md
14401437

1441-
[author]: http://wooorm.com
1438+
[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md
14421439

1443-
[logo]: https://raw.githubusercontent.com/syntax-tree/mdast/79672c0/logo.svg?sanitize=true
1440+
[awesome]: https://github.com/syntax-tree/awesome-syntax-tree
14441441

14451442
[ideas]: https://github.com/syntax-tree/ideas
14461443

1447-
[chat]: https://spectrum.chat/unified/remark
1444+
[license]: https://creativecommons.org/licenses/by/4.0/
1445+
1446+
[author]: http://wooorm.com
1447+
1448+
[logo]: https://raw.githubusercontent.com/syntax-tree/mdast/79672c0/logo.svg?sanitize=true
14481449

14491450
[releases]: https://github.com/syntax-tree/mdast/releases
14501451

0 commit comments

Comments
 (0)