feat(P6-F001): Add wiki navigation menu to catalog writer#18
Merged
hangtime79 merged 1 commit intomasterfrom Dec 1, 2025
Merged
feat(P6-F001): Add wiki navigation menu to catalog writer#18hangtime79 merged 1 commit intomasterfrom
hangtime79 merged 1 commit intomasterfrom
Conversation
Implements navigation menu generation for wiki articles: - Add _generate_navigation_menu() helper method - Generate markdown nav with anchor links to major sections - Include dynamic counts for datasets/recipes - Mark future sections (Flow Diagram, Technical Details) as coming soon - Integrate into generate_wiki_article() after Quick Summary - Add comprehensive unit tests with boundary cases Tests: 3/3 passing (100%) All catalog writer tests: 40/40 passing (100%) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.
Summary
Implements Phase 6 Feature P6-F001: Wiki Navigation Menu Generation
Adds a navigation menu to wiki articles generated by the Discovery Agent's CatalogWriter to improve article scannability with anchor links to major sections.
Changes
New Method:
_generate_navigation_menu()inCatalogWriterIntegration: Integrated into
generate_wiki_article()after Quick Summary sectionTests: Comprehensive unit test coverage
Test Results
Files Modified
dataikuapi/iac/workflows/discovery/catalog_writer.py(+44 lines)tests/iac/workflows/discovery/unit/test_catalog_writer_helpers.py(+53 lines)Future Work
Navigation menu includes references to sections not yet implemented:
Acceptance Criteria
_generate_navigation_menu()method added to CatalogWritergenerate_wiki_article()after Quick Summary🤖 Generated with Claude Code