Merged
Conversation
- Add docs-src/ with MkDocs Material configuration and documentation pages - Documentation covers: getting started, features, integration (NIDO API, live data sources), and reference - Content derived from existing docs/ and specs/ directories - Add GitHub Action to trigger website rebuild on release publication - Cross-repo dispatch requires a PAT stored as WEBSITE_DISPATCH_TOKEN secret
This file should be placed at .github/workflows/trigger-website.yml The OAuth token lacks workflow scope to push it directly.
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.
Summary
Adds a complete documentation setup using MkDocs with the Material theme.
Documentation structure (
docs-src/)Content is derived from existing files in
docs/andspecs/.MkDocs Material theme
Cross-repo website trigger
docs-src/workflows/trigger-website.ymlcontains a GitHub Action that triggers the ODINv2.Website build on release. It should be placed at.github/workflows/trigger-website.yml(requires a token withworkflowscope to push).Requires: A repository secret
WEBSITE_DISPATCH_TOKENcontaining a PAT withreposcope for cross-repo dispatch.Build locally