You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/websites/_footer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ You can alternatively target the `left`, `right`, and `center` regions of the fo
16
16
right:
17
17
- icon: github
18
18
href: https://github.com/
19
-
- icon: twitter
20
-
href: https://twitter.com/
19
+
- icon: bluesky
20
+
href: https://bsky.app/
21
21
```
22
22
23
23
Note for the `right` region of the footer we included navigational items for GitHub and Twitter rather than text. You can include navigational items in any region of the footer.
Copy file name to clipboardExpand all lines: docs/websites/website-navigation.qmd
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Here are all of the options available for top navigation:
61
61
| `background` | Background color ("primary", "secondary", "success", "danger", "warning", "info", "light", "dark", or hex color). |
62
62
| `foreground` | Foreground color ("primary", "secondary", "success", "danger", "warning", "info", "light", "dark", or hex color). The foreground color will be used to color navigation elements, text and links that appear in the navbar. |
63
63
| `search` | Include a search box (true or false). |
64
-
| `tools` | List of navbar tools (e.g., link to github or twitter, etc.). See [Navbar Tools](#navbar-tools) for details. |
64
+
| `tools` | List of navbar tools (e.g., link to github or bluesky, etc.). See [Navbar Tools](#navbar-tools) for details. |
65
65
| `left` / `right` | Lists of navigation items for left and right side of navbar. |
66
66
| `pinned` | Always show the navbar (true or false). Defaults to false, and uses [headroom.js](https://wicky.nillia.ms/headroom.js/) to automatically show the navbar when the user scrolls up on the page. |
67
67
| `collapse` | Collapse the navbar items into a hamburger menu when the display gets narrow (defaults to true). |
@@ -76,7 +76,7 @@ Here are the options available for individual navigation items:
| `href` | Link to file contained with the project or external URL. |
78
78
| `text` | Text to display for navigation item (defaults to the document `title` if not provided). |
79
-
| `icon` | Name of one of the standard [Bootstrap 5 icons](https://icons.getbootstrap.com/) (e.g., "github", "twitter", "share", etc.). |
79
+
| `icon` | Name of one of the standard [Bootstrap 5 icons](https://icons.getbootstrap.com/) (e.g., "github", "bluesky", "share", etc.). |
80
80
| `aria-label` | [Accessible label](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) for the navigation item. |
81
81
| `rel` | Value for [rel](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) attribute. Multiple space-separated values are permitted. |
82
82
| `target` | Value for [target](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target) attribute. E.g., `_blank` to open in a new tab. |
@@ -99,8 +99,8 @@ For example:
99
99
website:
100
100
navbar:
101
101
tools:
102
-
- icon: twitter
103
-
href: https://twitter.com
102
+
- icon: bluesky
103
+
href: https://bsky.app
104
104
- icon: github
105
105
menu:
106
106
- text: Source Code
@@ -168,7 +168,7 @@ Here are all of the options available for side navigation:
168
168
| `logo-alt` | Alternate text for the logo image. |
169
169
| `logo-href` | Target href from sidebar logo. By default, the logo and title link to the root page of the site (`/index.html`). |
170
170
| `search` | Include a search box (true or false). Note that if there is already a search box on the top navigation bar it won't be displayed on the sidebar. |
171
-
| `tools` | List of sidebar tools (e.g., link to github or twitter, etc.). See the next section for details. |
171
+
| `tools` | List of sidebar tools (e.g., link to github or bluesky, etc.). See the next section for details. |
172
172
| `contents` | List of navigation items to display (typically top level items will in turn have a list of sub-items). |
173
173
| `style` | "docked" or "floating". |
174
174
| `type` | "dark" or "light" (hint to make sure the text color is the inverse of the background). |
0 commit comments