seemore 1.12.8 → 1.12.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,7 +113,7 @@ Or call the skill by name:
|
|
|
113
113
|
- **[As a static site](#publish-it-to-the-web)**: `npx seemore build` exports plain HTML you can host anywhere. seemore is a docs framework, not only a preview tool.
|
|
114
114
|
|
|
115
115
|
<p align="center">
|
|
116
|
-
<video src="https://github.com/user-attachments/assets/
|
|
116
|
+
<video src="https://github.com/user-attachments/assets/f4765a06-980e-4f24-9194-198e6dbaec90" width="640" controls muted></video>
|
|
117
117
|
</p>
|
|
118
118
|
|
|
119
119
|
## What you get
|
|
@@ -238,7 +238,7 @@ export default {
|
|
|
238
238
|
| --- | --- | --- |
|
|
239
239
|
| `navigation.instant.prefetch` | on | Load the target page on hover |
|
|
240
240
|
| `navigation.instant.preview` | off | Hover popover showing the target page |
|
|
241
|
-
| `navigation.footer` | on | Previous and next links |
|
|
241
|
+
| `navigation.footer` | on | Previous and next page links. The `footer` key controls the site footer. |
|
|
242
242
|
| `navigation.top` | on | Back-to-top button |
|
|
243
243
|
| `navigation.path` | off | Breadcrumbs |
|
|
244
244
|
| `navigation.sections` | off | Top-level entries as sidebar groups |
|