Conversation
Introduces comprehensive CSS for a new search UI, including modal, trigger, and result styling. Updates theme accent colors and refines sponsor ribbon styles. Minor JS file header improvements and adds a preview image for dark welcome.
Introduces client-side full-text search using MiniSearch, including search modal UI, keyboard navigation, and fuzzy matching. Search index is generated at build time and bundled with site assets. Updates README and layout to document and enable the feature, with configuration options in init.js.
Updated README to highlight new offline search and improved navigation. Refactored config.js for clarity, added search and navigation features, and reorganized navigation structure. Bumped package version to 0.3.0 and added dependencies for search and diagram support.
Documents the new built-in, offline-capable full-text search feature in docmd. Updates configuration options to include `search`, expands comparison with other tools, and highlights search capabilities in the overview.
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.
Description
This release introduces the most requested feature: Built-in Full-Text Search. It transforms docmd into a complete documentation platform without requiring external services like Algolia.
🚀 Key Features
Type of change
Checklist: