Skip to content

Commit ce4bd80

Browse files
committed
docs: restructure user guide
1 parent 377d29e commit ce4bd80

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/user_guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ hide-sidebar-secondary: true
1010
:titlesonly:
1111
1212
quickstart
13+
layout
1314
```
1415

1516
```{toctree}
@@ -20,5 +21,4 @@ customisation/announcement
2021
customisation/branding
2122
customisation/styling
2223
customisation/light-dark
23-
customisation/layout
2424
```
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 📱 Layout and components
1+
# 📱 Theme Layout
22

33
Breeze provides a flexible layout system with configurable component slots.
44

@@ -87,20 +87,21 @@ issue to discuss the intended usage.
8787

8888
| Component | Description |
8989
|-----------|-------------|
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 |
9094
| `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 |
9298
| `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 |
96100
| `sidebar-nav.html` | Main navigation tree |
97101
| `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+
104105

105106
## Page-level options
106107

0 commit comments

Comments
 (0)