diff --git a/README.md b/README.md index 072f73e920d2d76..46eeff577d97bcc 100644 --- a/README.md +++ b/README.md @@ -638,149 +638,7 @@ For example: yarn filecheck files/en-us/web/css/my-cool-image.png --save-compression ``` -### Updating a browser compatibility table - -The browser compatibility table shown near the bottom of many of the -MDN document pages, for example on -[the JavaScript Array page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#Browser_compatibility), -is generated from the `npm` package created from the -repository. If you'd like to make or suggest a change to the content of -the browser compatibility table on any given MDN document page, you can either -use the `Report problems with this data on GitHub` link in the upper-right -corner of the table on the page itself to create an issue, or go to - and -[read more to learn how to contribute](https://github.com/mdn/browser-compat-data/blob/master/docs/contributing.md). - -### Adding code examples - -There are a lot of code examples on MDN, and you'll probably want to add -some as you contribute content to the project. There are four types of -code example used on MDN: - -- [Static examples](https://developer.mozilla.org/en-US/docs/MDN/Structures/Code_examples#Static_examples) - — plain code blocks, possibly with a screenshot to statically show the - result of such code if it were to be run. -- [Traditional MDN "live samples"](https://developer.mozilla.org/en-US/docs/MDN/Structures/Code_examples#Traditional_live_samples) - — A macro that takes plain code blocks, dynamically puts - them into a document inside an `