Open
Conversation
Contributor
🚀 Documentation Preview DeployedYour documentation preview has been manually deployed and will be available shortly at: 🌐 https://microsoft.github.io/vscode-documentdb/pr-preview/pr-420/ To update the preview, trigger this workflow again with the same PR number. 🔍 Monitor deployment: Preview deployed to branch |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive GitHub Pages theme customization infrastructure for the DocumentDB VS Code extension documentation site. It sets up the Minima Jekyll theme with organized boilerplate files and detailed documentation for future customization.
Key Changes
- Configures Jekyll with Minima theme (
autoskin) and GitHub Pages plugins for SEO, feeds, and sitemap generation - Establishes a structured customization framework with separate files for variables, styles, and HTML includes
- Provides extensive documentation guide with examples for common customization tasks
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/_config.yml |
Configures Jekyll site settings, Minima theme with auto skin, and GitHub Pages plugins (jekyll-feed, jekyll-seo-tag, etc.) |
docs/assets/css/style.scss |
Main stylesheet entry point with commented examples for CSS overrides |
docs/_sass/minima/custom-variables.scss |
Sass variables override file with commented examples for typography, spacing, colors, and layout |
docs/_sass/minima/custom-styles.scss |
CSS style overrides file with commented examples for headings, links, navigation, and other UI elements |
docs/_includes/custom-head.html |
Custom HTML head content include with commented examples for meta tags, favicons, and fonts |
docs/_includes/sub-footer.html |
Sub-footer HTML include with commented JavaScript examples for back-to-top button and cookie consent |
docs/THEME_CUSTOMIZATION.md |
Comprehensive guide documenting the customization structure, available skins, common modifications, and local testing instructions |
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.
No description provided.