Add missing documentation pages#87
Open
edumeneses wants to merge 6 commits into
Open
Conversation
Add reference pages for processes whose F1 help URLs returned 404: array-to-mesh, array-to-texture, buffer-queue, buffers-to-geometry, extract-buffer, geometry-info, librediffusion-generator, ltc-generator, ltc-input, meshes, midi-sync, repack-attributes, streamdiffusion, synthimi, table, texture-to-buffer, xwax-dvs, accumulator. Fill the empty automation.md stub and add a Counter section to mapping-utilities.md (mapping-utilities.html#counter). Content grounded in the score C++ process metadata. Screenshots are left as TODO placeholders pending a desktop capture pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add reference pages for the score-authored presets in the score user library: - shaders/utility/ (14 pages) - shaders/fulldome/ (10 pages) - shaders/basic/ (4 category index pages: blend, filter, generator, multipass) listing the bundled ISF effects rather than one page each - javascript/ (16 JS/QML preset pages) ISF pages are grounded in each preset's ISF JSON header (description, credit, inputs); JS pages list the ports and controls parsed from the .qml. Screenshots left as TODO placeholders. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add discoverable index pages (Utility shaders, Fulldome shaders, JavaScript presets) listing each preset, and mark the individual preset pages nav_exclude so the left navigation stays uncluttered. Individual pages remain reachable via the index links, search and direct URL. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Some pages include a TODO placeholder for screenshots that will come in a future PR |
Add prev/next buttons at the bottom of each doc page that follow the sidebar navigation order, closing #80. - Extract the sidebar sort logic from nav.html into a shared sort_pages.html include (no behavior change for the sidebar). - Add page_nav.html: flattens the sidebar into depth-first order, locates the current page, and links the adjacent pages. - Include it in the default layout (skipped on the home page). - Style the buttons in custom.scss using existing theme variables so they adapt to the light/dark/ossia color schemes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The page-nav block already has a top border separating it from the content; the footer's <hr> produced a redundant second line directly below the buttons. Render that <hr> only on the home page (which has no prev/next nav). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add previous/next page navigation buttons (closes #80).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These doc pages are ready; note in the PR that the shader/JS pages become F1-reachable only after the §6 code (libisf DOCUMENTATION + JS @documentation parse) + user-library keys land.