* Add 0-rc2
* Started adding release notes
* added more line items
* finished initial draft of enterprise 2 fix notes
* some more line items added
* updated known issues and took out rc1 fixes
* added download link bug fix
* added new known issues identified in rc2
* Fix a typo
* Lint YAML
* Tweak sorting for new version schem
* Use today's date
* removed links to PRs and reduced notes to most important ones
* Fix indentation
* bug_fixes => bugs
* spruce it up
* typo
* update without changes
Co-authored-by: Amulya Raja <53104849+amulyaraja@users.noreply.github.com>
Co-authored-by: Maya <maya-ross@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
* Write our plugin
* Include it
* Move the RegEx
* Don't rewriteLocalLinks with cheerio anymore
* Process after HTML ast is generated
* Use the same logic as before, just to see if it'll pass
* Don't require languageCode/version
* Only work on local links
* Needs an href
* Only update href if there's a new one to use
* Check for node.properties
* Some links are just mean
* Move use-english-headings to be a plugin
* Bail if no englishHeadings were passed
* Install rehype-wrap
* Wrap ol > li img in div.procedural-image-wrapper
* Test for platform without cheerio
* Use a plugin for rewriteAssetPathsToS3
* Remove cheerio from page.render
* Fix require paths
* SImplify
* Fix some 🐛s
* Use our own rehype-wrap
* Move rewriteAssetPathsToS3 after HTML AST
* Remove some console logs
* Fix check for includesPlatformSpecificContent
* Rename ast => tree
* Update building-and-testing-ruby.md
we are deprecating actions/setup-ruby in favor of ruby/setup-ruby and our removing any reference from the docs.
* updated setup-ruby action tag
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
* Write our plugin
* Include it
* Move the RegEx
* Don't rewriteLocalLinks with cheerio anymore
* Process after HTML ast is generated
* Use the same logic as before, just to see if it'll pass
* Don't require languageCode/version
* Only work on local links
* Needs an href
* Only update href if there's a new one to use
* Check for node.properties
* Some links are just mean