|
1 | | -# 📱 Layout and components |
| 1 | +# 📱 Theme Layout |
2 | 2 |
|
3 | 3 | Breeze provides a flexible layout system with configurable component slots. |
4 | 4 |
|
@@ -87,20 +87,21 @@ issue to discuss the intended usage. |
87 | 87 |
|
88 | 88 | | Component | Description | |
89 | 89 | |-----------|-------------| |
| 90 | +| `breadcrumbs.html` | Breadcrumb navigation | |
| 91 | +| [`edit-this-page.html`](components/edit-this-page.md) | Edit on GitHub/GitLab link | |
| 92 | +| [`external-links.html`](components/external-links.md) | External link buttons | |
| 93 | +| `footer-copyright.html` | Copyright notice | |
90 | 94 | | `header-brand.html` | Logo and site title | |
91 | | -| `version-switcher.html` | Documentation version dropdown | |
| 95 | +| [`lang-switcher.html`](components/lang-switcher.md) | Language selector dropdown | |
| 96 | +| `related-pages.html` | Previous/next page links | |
| 97 | +| [`repo-stats.html`](components/repo-stats.md) | Repository stars and forks | |
92 | 98 | | `search-button.html` | Search trigger button | |
93 | | -| `lang-switcher.html` | Language selector dropdown | |
94 | | -| `theme-switcher.html` | Light/dark mode toggle | |
95 | | -| `external-links.html` | External link buttons | |
| 99 | +| `sidebar-ethical-ads.html` | Read the Docs ads placeholder | |
96 | 100 | | `sidebar-nav.html` | Main navigation tree | |
97 | 101 | | `sidebar-toc.html` | Page table of contents | |
98 | | -| `sidebar-ethical-ads.html` | Read the Docs ads placeholder | |
99 | | -| `repo-stats.html` | Repository stars and forks | |
100 | | -| `edit-this-page.html` | Edit on GitHub/GitLab link | |
101 | | -| `breadcrumbs.html` | Breadcrumb navigation | |
102 | | -| `related-pages.html` | Previous/next page links | |
103 | | -| `footer-copyright.html` | Copyright notice | |
| 102 | +| `theme-switcher.html` | Light/dark mode toggle | |
| 103 | +| [`version-switcher.html`](components/version-switcher.md) | Documentation version dropdown | |
| 104 | + |
104 | 105 |
|
105 | 106 | ## Page-level options |
106 | 107 |
|
|
0 commit comments