mapbox / dr-ui

Design system for docs.mapbox.com
https://mapbox.github.io/dr-ui/
BSD 2-Clause "Simplified" License
30 stars 11 forks source link

Added new icon for dive deeper card #646

Closed mathewantony31 closed 10 months ago

mathewantony31 commented 10 months ago

Changes introduced

How to test

To test, on the help repo, create a new folder with an index.md file with the following code:

---
title: "Dive Deeper"
description: Dive deeper into mapping concepts and Mapbox services.
helpCard: dive-deeper
navOrder: 2
layout: example
order: 1
hideSubpages: false # hide subpages from NavigationAccordion
contentType: tutorial
products:
- Documentation
# all OverviewHeader props are assigned in page-shell.js
overviewHeader: true
---

If it works correctly, when you go to http://localhost:8080/help, you should see a new "Dive Deeper" section with a book icon.

QA checklist

Open the test cases app locally on:

Before merge