summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
13 daysCreate CNAMEIndrajith K L
13 daysDelete CNAMEIndrajith K L
13 daysCreate CNAMEIndrajith K L
13 daysChanges Docs FoldersIndrajith K L
13 daysdocs: Add HTML documentation generator and improve documentation structureIndrajith K L
- Add html_docs/ directory with Python-based documentation generator - Include custom CSS styling for modern, clean documentation layout - Update README.md with improved formatting and documentation links - Enhance markdown documentation across all docs/ files: - Improve API documentation with better code examples - Refactor DOCUMENTATION_INDEX.md for clearer navigation - Update EMBEDDING.md, CUSTOMIZATION.md, and other guides - Standardize formatting and improve readability throughout - Fix inconsistent line endings and formatting issues The HTML documentation generator creates a styled, browsable version of the project documentation for easier reading and navigation.
2025-11-03Add Zed editor configuration samplechore/editor-settingsIndrajith K L
- Added zed.sample.settings.json with complete LSP configuration for Lua - Updated ZED_EDITOR_SETUP.md to reference the sample configuration file - Includes proper Lua 5.4 runtime settings and ReiLua globals - Configured diagnostics and inlay hints for better developer experience
2025-11-03cleaned up root folder, organized files into docs/scripts/tools dirsIndrajith K L