Commit caac66b
[docs] locations (pro feature), maintenance (#14834)
* Add Pro badge to sidebar items with audience: pro
Render a small "Pro" badge next to sidebar entries whose page has
audience: pro, styled with the existing Torii Orange brand color
used by the version selector (with a dark-mode variant).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Restrict Pro sidebar badge to parent pages with children
Only render the Pro badge in the <summary> of folders backed by an
_index.md (i.e., pages with child pages); leaf article links no
longer carry the badge.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* add locations docs
* split hierarchy into pro and os
* Size Pro badge to one line-height of surrounding text
Switch the badge to inline-flex with `height: 1lh` and `box-sizing:
border-box` so the badge box (including border) is exactly one
line-height tall, matching the text it sits next to. Drops the
hand-tuned `line-height: 1.4` and vertical padding that made it
slightly taller than the adjacent text.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix failing docs paths
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1101980 commit caac66b
33 files changed
Lines changed: 458 additions & 26 deletions
File tree
- docs
- assets/scss/common
- content
- asset_modelling
- OS_hierarchy
- PRO_hierarchy
- locations
- tags
- automation/api
- get_started
- about
- pro
- import_data/pro/connectors
- metrics_reports/dashboards
- releases/pro
- supported_tools/parsers/file
- layouts
- _partials/sidebar
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
213 | 232 | | |
214 | 233 | | |
215 | 234 | | |
| |||
419 | 438 | | |
420 | 439 | | |
421 | 440 | | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
422 | 447 | | |
423 | 448 | | |
424 | 449 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
File renamed without changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments