mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
docs: Remove 'Hotspots' subsystem doc.
We no longer have 'Hotspots' to introduce users to important UI elements. We now use one time banners for it.
This commit is contained in:
committed by
Tim Abbott
parent
bfc8cdb8f6
commit
0d59ff8c96
@@ -106,9 +106,6 @@ markdown_whitespace_rules: List["Rule"] = [
|
||||
{
|
||||
"pattern": "^#+[A-Za-z0-9]",
|
||||
"description": "Missing space after # in heading",
|
||||
"exclude_line": {
|
||||
("docs/subsystems/hotspots.md", "#hotspot_new_hotspot_name_icon {"),
|
||||
},
|
||||
"good_lines": ["### some heading", "# another heading"],
|
||||
"bad_lines": ["###some heading", "#another heading"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user