-
Notifications
You must be signed in to change notification settings - Fork 1
refactor: refactor underlying architecture and greatly simplified the framework #60
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
|
|
||
| except Exception as e: | ||
| log.error(f"Error executing new command: {e}") | ||
| return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Returns: | ||
| MkdocsNoteConfig: The plugin configuration | ||
| """ | ||
| return plugin.config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note
Major v3 refactor introducing a new CLI, simplified configuration, streamlined plugin with recent-notes and network graph, and extensive doc/test updates while removing legacy code.
utils.scanner,utils.meta, and revampedgraphutilities; remove old assets/docs handlers and custom logger.MkdocsNoteConfigwithnotes_root,recent_notes_config,graph_config.mkdocs-notewith commands:new,remove/rm,move/mv,clean; shared utils inutils/cli/commandsandutils/cli/common.<!-- recent_notes -->marker.graph.jsongeneration post-build.graph_config; deprecate/unpublish older pages.mkdocs.ymlto new config schema;pyproject.tomlversion bump to3.0.0.pytest; add extensive tests for CLI, config, plugin; remove obsolete tests.justfiletest command; removevercel.json; refresh lockfile.Written by Cursor Bugbot for commit 3d46ed8. This will update automatically on new commits. Configure here.