I think this is just a custom css class to highlight the examples, i.e., set background color and borders, on the documentation pages.
.bd-highlight {
background-color: rgba(86,61,124,0.15);
border: 1px solid rgba(86,61,124,0.15);
}
bd = Bootstrap Documentation?