Fix documentation inaccuracies against LinkedDataHub 5.6.0#51
Merged
Conversation
User interface reference: - Replace the stale "System containers" section with class-based navigation and an "Other views" section (Geo, Latest) - Relocate the search box to the left sidebar; describe the navbar URI address bar and right-side menus instead of a keyword search - Add a "Right sidebar" section (backlinks, related results/parallax) Reference: - command-line-interface: admin/ontologies/add-construct.sh -> add-constructor.sh - administration/ontologies: ACL namespace .../acl# -> .../admin/acl# - data-model/resources/views: add the Graph layout mode - configuration: document the CLIENT_* HTTP client timeout env vars User guide: - navigate-data, search-data: class navigation is a flat, data-driven type list; the keyword search box lives in the left sidebar - import-csv-data, import-rdf-data: the Queries container is reached via the document tree (no more system-container shortcut) - Fix dangling #left-nav / #right-nav / #create-edit anchors Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Corrects documentation inaccuracies found by auditing the
docs/sources against the LinkedDataHub 5.6.0 release code (verified againstmaster). All edited files passtrig --validate.User interface reference (
reference/user-interface.ttl)rdf:typevalues present in the data (with instance counts), opening a dialog of instances — not anrdfs:subClassOf"class tree".Reference
command-line-interface:admin/ontologies/add-construct.sh→add-constructor.sh(matchesbin/).administration/ontologies: ACL ontology namespace…/linkeddatahub/acl#→…/linkeddatahub/admin/acl#(perLACL.java/lacl.ttl).data-model/resources/views: layout-modes list now includes the Graph mode (ac:GraphMode, added in 5.4.0).configuration: documented the four releasedCLIENT_*HTTP client timeout env vars (defaults 120000 / 10000 / 300000 / 10000 ms).User guide
navigate-data&search-data: class navigation corrected as above; keyword search box is in the left sidebar, not the navigation bar.import-csv-data&import-rdf-data: the Queries container is now reached via the document tree (its left-nav shortcut was removed; the container itself still exists).#left-nav,#right-nav,#create-edit.Not changed (verified accurate)
HTTP API methods/status codes & PATCH semantics, Linked Data proxy, ACL modes/vocab, ontology/package model, CSV/RDF imports, content-block type constraint, class/property URIs, triplestores, dataspace/dataset, get-started/setup. Unreleased env vars (
WEBID_CACHE_EXPIRATION/JWKS_CACHE_EXPIRATION) are intentionally left undocumented for 5.6.0.Note
docs/html/**build artifacts are not included — regenerate withmake ttl-to-htmlbefore publishing.🤖 Generated with Claude Code