revert: docs: update CAN FD footnote (#26896)

partial revert, we still need the footnote to be exported for the shop
pull/26899/head
Cameron Clough 2 years ago
parent 2c7df6efc8
commit ae256dceba
No known key found for this signature in database
GPG Key ID: 48B6A0DB1DE6C320
  1. 3
      selfdrive/car/hyundai/values.py

@ -122,10 +122,11 @@ class CAR:
class Footnote(Enum): class Footnote(Enum):
# footnotes which mention "red panda" will be replaced with the CAN FD panda kit on the shop page
CANFD = CarFootnote( CANFD = CarFootnote(
"Requires a <a href=\"https://comma.ai/shop/panda\" target=\"_blank\">red panda</a> for this <a href=\"https://en.wikipedia.org/wiki/CAN_FD\">CAN FD</a>. " + "Requires a <a href=\"https://comma.ai/shop/panda\" target=\"_blank\">red panda</a> for this <a href=\"https://en.wikipedia.org/wiki/CAN_FD\">CAN FD</a>. " +
"All the hardware needed is sold in the <a href=\"https://comma.ai/shop/can-fd-panda-kit\">CAN FD kit</a>.", "All the hardware needed is sold in the <a href=\"https://comma.ai/shop/can-fd-panda-kit\">CAN FD kit</a>.",
Column.MODEL, docs_only=True) Column.MODEL, shop_footnote=True)
@dataclass @dataclass

Loading…
Cancel
Save