Enable GitHub Pages with Just the Docs (#10)
* Enable GitHub Pages with Just the Docs * Update index.md to streamline the Agentic Coding Handbook introduction and remove outdated links * Update _config.yml to enable Just the Docs features including logo, search functionality, and GitHub link * Remove .nojekyll file as part of project cleanup * Enhance _config.yml with custom color scheme, improved navigation, and footer content. Enable advanced search features and add auxiliary links for GitHub editing. * Add custom SCSS files for typography, color schemes, and page metadata styling - Introduced custom.scss for page metadata and alert box styles. - Added color_schemes/custom.scss for typography and color variables. - Enhanced main content styling with improved layout and spacing. * Refactor custom.scss for consistent unit usage in grid system and media queries - Updated gutter spacing to use fixed pixel values for consistency. - Enhanced media query comments for clarity and uniformity. * Refactor custom.scss to streamline color scheme and remove unused typography and spacing variables - Updated comments to clarify the purpose of the custom color scheme. - Removed unnecessary typography and spacing variables to avoid unit conflicts. - Consolidated color definitions for improved readability and maintainability. * Refactor custom.scss to update color scheme and remove unused variables - Removed unused purple color variables to streamline the color scheme. - Updated link and button primary colors to use grey-dk-300 for consistency. - Enhanced overall readability by consolidating color definitions. * Update index.md to enhance the Agentic Coding Handbook with a comprehensive introduction and structured navigation - Expanded the introduction to highlight the impact of AI-powered development on software engineering. - Added sections for getting started, core workflows, prompt engineering, practical examples, tools & technologies, guidelines & standards, reference materials, and community support. - Improved organization and clarity to facilitate user understanding of agentic coding practices. * Enhance custom.scss with OpenAI Platform-inspired styling and layout adjustments - Introduced full-width layout for site and main content. - Enhanced sidebar styling with new background color and site title design. - Improved search input styling with placeholder and focus effects. - Updated navigation list and item styles for better user experience. - Added responsive adjustments for sidebar and main content on smaller screens. - Refined alert box styles for dark theme compatibility. * Update color scheme to dark and add dark theme styles - Changed the color scheme in _config.yml from custom to dark. - Introduced a new dark.scss file with a comprehensive dark theme color palette and styles inspired by the OpenAI Platform. * Refactor dark.scss and custom.scss for improved color scheme consistency and accessibility - Added new color variables in dark.scss for better theme management. - Updated custom.scss to use hardcoded colors, enhancing compatibility and avoiding variable dependency issues. - Adjusted sidebar, search input, and main content styles for a cohesive dark theme experience. - Improved accessibility by refining color contrasts and hover effects. * Refactor custom.scss to improve sidebar layout and enhance overall styling - Fixed sidebar visibility and layout, ensuring it remains fixed and responsive. - Enhanced sidebar styling with new background color, border, and site title design. - Adjusted main content margin to accommodate the sidebar. - Updated navigation list and item styles for better user experience. - Improved accessibility by refining color contrasts and hover effects. - Added responsive adjustments for sidebar and main content on smaller screens. * Remove search icon from custom.scss and add comprehensive scrollbar styling for dark theme, including specific styles for sidebar scrollbars to enhance user experience and accessibility. * Update custom.scss to enhance search input styling and adjust layout - Removed padding from the sidebar for a cleaner look. - Added margin-top to the search input wrapper for better spacing. - Adjusted padding-left of the search label to align with design standards. * Refactor custom.scss to adjust search label styling and improve layout consistency - Moved the search label styling to a new position for better organization. - Ensured padding-left for the search label is consistently applied. - Maintained overall styling improvements for the search input component. * Update custom.scss to adjust padding-left for search label - Changed padding-left of the search label from 0 to 1rem for improved spacing. - Ensured consistency in styling to enhance layout and user experience. * Refactor custom.scss to enhance mobile functionality and sidebar layout - Preserved just-the-docs mobile functionality while adjusting sidebar styles. - Updated main content adjustments to apply only for desktop view. - Improved mobile menu button styling for better user experience. - Enhanced scrollbar styling for dark theme consistency. - Made minor adjustments to padding and margins for improved layout. * Update _config.yml and custom.scss for layout improvements - Removed external link configuration from _config.yml for a cleaner setup. - Added margin-top to the search input wrapper in custom.scss to enhance spacing and layout consistency. * Remove auxiliary links from _config.yml for a cleaner configuration setup. * Enhance custom.scss for improved styling and layout consistency - Centered text alignment for improved visual appeal. - Updated button icon color to ensure visibility against the background. - Maintained overall styling improvements for better user experience. * Add site-header styles in custom.scss for improved layout * Refactor site-header styles in custom.scss to improve organization and layout - Moved site-title styles into the site-header block for better structure. - Maintained existing margin, padding, and font-size settings for consistency. * Update site-title padding in custom.scss for improved spacing - Adjusted padding of the site-title from 0 to 1rem 0.75rem to enhance visual spacing within the site-header. - Maintained existing font-size for consistency with previous styles. * Add new documentation files for core workflows, examples, and tools setup - Created core-workflows.md to outline essential workflows for AI-assisted development. - Added examples.md for practical templates and scripts to enhance agentic coding. - Introduced tools-setup.md to guide users in configuring their development environment effectively. - Updated existing files with front matter for better navigation and organization. * Add pagination/navigation options in _config.yml - Enabled back-to-top functionality for improved user navigation. - Added customizable text for the back-to-top link to enhance user experience. * Update layout in MODELS_USE_CASES.md for improved page structure - Changed layout from 'default' to 'page' to enhance the organization and presentation of model use cases. * Update documentation files to enhance navigation and readability - Added "Keep Reading" sections in multiple files to encourage further exploration of related topics. - Updated links in PRJ_INSTRUCTIONS.md for better context and navigation. - Improved clarity and structure in DEBUGGING_MCP.md, examples.md, and other workflow documents.