seemore 1.12.7 → 1.12.9

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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,9 +112,7 @@ Or call the skill by name:
112
112
  - **[In your code editor](#view-in-your-code-editor)**: an extension shows the same site in a panel next to your file, in VS Code and VS Code-compatible editors like Cursor and Antigravity.
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
- <p align="center">
116
- <video src="https://github.com/user-attachments/assets/4238308d-8152-4386-9095-0f135447475f" width="640" controls muted></video>
117
- </p>
115
+ https://github.com/user-attachments/assets/70335e5e-c0e6-43e9-b8ce-29a43f8c5f68
118
116
 
119
117
  ## What you get
120
118
 
@@ -238,7 +236,7 @@ export default {
238
236
  | --- | --- | --- |
239
237
  | `navigation.instant.prefetch` | on | Load the target page on hover |
240
238
  | `navigation.instant.preview` | off | Hover popover showing the target page |
241
- | `navigation.footer` | on | Previous and next links |
239
+ | `navigation.footer` | on | Previous and next page links. The `footer` key controls the site footer. |
242
240
  | `navigation.top` | on | Back-to-top button |
243
241
  | `navigation.path` | off | Breadcrumbs |
244
242
  | `navigation.sections` | off | Top-level entries as sidebar groups |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seemore",
3
- "version": "1.12.7",
3
+ "version": "1.12.9",
4
4
  "description": "Let AI write the Markdown. Let seemore show it better — zero config documentation framework.",
5
5
  "license": "MIT",
6
6
  "type": "module",