Katy DeCorah
-
December 20, 20212021 FallThe books, music, and recipes I enjoyed this fall.
-
October 9, 2021Automate peer dependency managementWith npm@v7, you no longer have to install peer dependencies. This feature removed a huge maintenance burden for our documentation sites at Mapbox. Through strategic use of peer dependencies and dependabot, we’ve significantly reduced our dependency maintenance.
-
September 26, 2021Build an outdoor eating kitThis year we perfected our outdoor dining kit. We keep the kit in our front closet and pull it out after we place a pick-up order and find a nearby table.
-
September 20, 20212021 SummerThe books, music, and recipes I enjoyed this summer.
-
July 4, 2021A shared ESLint configurationLike our markdown linters, all Mapbox documentation repositories use a shared ESLint configuration. Our configuration covers everything from enforcing React best practices to improving accessibility, including:
-
June 20, 20212021 SpringThe books, music, and recipes I enjoyed this spring.
-
June 13, 2021Barberville FallsA muddy and beautiful descent to Barberville Falls.
-
June 12, 2021Improve documentation with failed searchesDo you track searches with no results on your site? To the Mapbox documentation team, it’s an interesting dataset. We can learn what the user wants, but cannot find, and then turn those failed searches into improvements.
-
June 6, 2021Copyeditor on commitYesterday I wrote about the markdown linters we use at Mapbox. Our other test suite focuses on language and asserts the Mapbox documentation styleguide. Our copyeditor is a fork of alex, which helps you find gender favoring, polarizing, race related, religion inconsiderate, or other unequal phrasing in text.
-
June 5, 2021Lint markdownAt Mapbox, we write a majority of documentation in markdown. We have a suite of markdown linters to help us stay consistent and improve the quality of our documentation.