From 2c12e400e79daa157887ae6b57f257c0f99f27cb Mon Sep 17 00:00:00 2001 From: Juan Carlos Lamas Date: Tue, 21 May 2024 12:57:27 -0400 Subject: [PATCH] doc: fix README broken parts and use md over html tags (#848) --- README.md | 75 +++++++++++++++---------------------------------------- 1 file changed, 20 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index e581c4fc..a262ce28 100644 --- a/README.md +++ b/README.md @@ -1,66 +1,31 @@
-

@material-table/core

+ +# @material-table/core + -

- a fork of - - - mbrn/material-table - - -

+ +**A fork of [`mbrn/material-table`](https://material-table.com)** + -

-

- - - - - - - - - - -
-
- - - Discord - -
-

+ +[![build](https://github.com/material-table-core/core/workflows/Build/badge.svg?branch=master)](https://github.com/material-table-core/core/actions?query=workflow%3ABuild) +[![publish](https://github.com/material-table-core/core/actions/workflows/publish.yml/badge.svg)](https://github.com/material-table-core/core/actions?query=workflow%3APublish) +[![npm version](https://badge.fury.io/js/@material-table%2Fcore.svg)](https://www.npmjs.com/package/@material-table/core) +[![discord](https://img.shields.io/discord/796859493412765697)](https://discord.gg/uMr8pKDu8n) + - - Please review our [roadmap](https:/github.com/material-table-core/core/wiki/Roadmap)! - -💾 [Installation](https://material-table-core.github.io/docs/#installation) 🎉 [Usage](https://material-table-core.github.io//docs/#basic-usage) + +Please review our [roadmap](https://github.com/material-table-core/core/wiki/Roadmap)! + +💾 [Installation](https://material-table-core.github.io/docs/#installation) 🎉 [Usage](https://material-table-core.github.io//docs/#basic-usage) ✅ [Why does this repo exist?](https://material-table-core.github.io/docs/about) 🚧 [Documentation](https://material-table-core.github.io/docs) ⚙️ [Demos](https://material-table-core.github.io/demos/) +
# Sponsoring -We are now able to be sponsored via [Github Sponsors](https:/github.com/sponsors/material-table-core?o=esb) or [Open collective](https:/opencollective.com/material-table-core)! +We are now able to be sponsored via [Github Sponsors](https://github.com/sponsors/material-table-core?o=esb) or [Open collective](https://opencollective.com/material-table-core)! So if you want to help us maintain this package, everything is appreciated. # Contributing @@ -69,6 +34,6 @@ Thanks for taking interest in contributing! :rocket: In being a community based **Urgent items include**: -- Get rid of [`data-manager.js`](https:/github.com/material-table-core/core/blob/master/src/utils/data-manager.js) (which is a homegrown global state manager of sorts) and integrate [React context](https:/github.com/material-table-core/core/tree/context/src/store) via the `context` branch -- Documentation over at [`material-table-core/website`](https:/github.com/material-table-core/website) +- Get rid of [`data-manager.js`](https://github.com/material-table-core/core/blob/master/src/utils/data-manager.js) (which is a homegrown global state manager of sorts) and integrate [React context](https://github.com/material-table-core/core/tree/context/src/store) via the `context` branch +- Documentation over at [`material-table-core/website`](https://github.com/material-table-core/website) - Implementing tests via Jest