-
Notifications
You must be signed in to change notification settings - Fork 28
Refactor of Documentation #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
- Add comprehensive dark mode styles for documentation pages - Fix welcome page to fill full viewport in dark mode - Update persona cards to use neutral backgrounds with colored left borders - Add Kedro-inspired navigation bar with larger tabs and underline hover - Add color accents (coral/teal) to light mode for headings, blockquotes, tables - Ensure WCAG AAA text contrast compliance in dark mode - Restore dark code block backgrounds Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Define clearAllFilters function before attaching event listener to avoid undefined reference. Function expressions assigned to window are not hoisted, so the handler was undefined when listener attached. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add uv installation instructions alongside pip in setup.md - Fix Document.entities → doc.nlp.get_entities() API usage - Add scispaCy installation with Python 3.12 compatibility note - Add troubleshooting sections for common installation issues - Fix SandboxClient API usage in testing.md (correct URL paths, methods) - Add FHIR version callout in fhir-basics.md - Simplify model imports in gateway.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The orphaned tutorial at docs/tutorials/interop/ was unreferenced in the documentation navigation. Refactored it as a cookbook entry with updated styling to match other cookbook recipes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix #prebuilt- anchor to #prebuilt in quickstart.md and concepts.md - Fix #dataset-loaders anchor to #dataset-registry - Fix ./reference/ link to point to components.md - Fix broken contribution_guide.md link to GitHub CONTRIBUTING.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
jenniferjiangkells
approved these changes
Jan 27, 2026
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.
Description
Documentation was a little difficult to navigate for a new user landing on the homepage. This change aims to make the navigation cleaner.
Related Issues
Closes #
Type of Change
Testing
uv run pytestpasses locally and generates no additional warnings or errors.Checklist
CONTRIBUTING.mdand followed the guidelines.