docs: rebuild pkgdown site#9
Merged
Merged
Conversation
Regenerate the site to reflect the changes merged in #7: - grouped reference index (Core, Columns, Formatting, Shiny, proxy, SSP, ...) - new @examples (dt2_order, dt2_search_global, dt2_use_buttons, dt2_language) - reciprocal dt2_buttons()/dt2_use_buttons() @Seealso links - options$columns notes in the formatting & getting-started articles - logo.svg on the home page; version 0.1.1; updated author credits Also bumps bundled site assets (Bootstrap 5.3.8, dt2-binding 0.1.1) and drops the orphaned 0.1.0/5.3.1 assets and the unused logo.png. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Rebuilds the published pkgdown site (
docs/) so it reflects the documentation work merged in #7.What changed on the site
@examplesrendered fordt2_order,dt2_search_global,dt2_use_buttons,dt2_language.@seealsobetweendt2_buttons()anddt2_use_buttons().options$columnsnotes in the Column Formatting and Getting Started articles.logo.svg; version0.1.1; author credits aligned toDESCRIPTION(5 authors).Asset hygiene
bootstrap-5.3.1/,dt2-binding-0.1.0/, and the unuseddocs/logo.png.docs/.nojekyll(GitHub Pages).How it was built
tidytemplateinstalled (documented non-CRAN build dep), package installed from source,pkgdown::build_site()ran clean — reference + all 5 articles rendered with no problems reported.No package code changes; site only.
🤖 Generated with Claude Code