Conversation
…dates - Changed publication date from May 19, 2026 to May 29, 2026 in index.html and related sections. - Added new "SD Card Distribution" guide to listings.json and search.json. - Updated search text to reflect the new publication date and added details for the SD Card Distribution guide. - Enhanced the sidebar navigation in index.html to include the new Software Setup Guides section with the SD Card Distribution link.
- Created a new HTML file detailing the setup process for gPhoto2-compatible cameras, including connection instructions for Raspberry Pi and specific settings for Canon EOS Rebel T7. - Added a QMD file with the same content for integration into the documentation site. - Included notes on camera compatibility and precautions regarding auto power off settings.
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.
Closes #41 #42 #43
This pull request introduces several improvements focused on documentation, developer experience, and network configuration for the digitization toolkit project. The main highlights are the addition of a detailed changelog, new developer and user documentation (including SD card distribution and camera setup guides), and enhancements to network configuration for easier deployment and access. There are also updates to Docker and environment files to support these changes, and minor improvements to the documentation site's navigation and features.
Documentation and Developer Experience Improvements:
CHANGELOG.mdtracking all notable changes, features, and fixes, following Keep a Changelog format.docs/developers/sd_card_distribution.qmd) and a gPhoto2 camera setup guide, both linked in the documentation sidebar and navigation. [1] [2] [3] [4] [5]README.mdand improved navigation with new sidebar sections and lightbox support for images. [1] [2] [3] [4] [5]Network Configuration and Deployment:
.env.exampleto clarify usage ofHOST_IP, updatedPUBLIC_API_BASEto route browser API calls through Nginx, and expandedCORS_ORIGINSfor better network discoverability and cross-origin support.docker-compose.pi.ymlto add an Nginx reverse proxy service (for single-origin access and Chrome PNA policy compliance) and updated frontend environment variables for correct API routing.Build and Infrastructure:
.dockerignorefor building and serving Quarto-based documentation via Nginx, and registered adocsservice indocker-compose.ymlfor local documentation access. [1] [2] [3]Subproject and Generated Files:
backendsubproject commit reference.These changes collectively make the toolkit easier to deploy, document, and use—especially in multi-device or distributed environments.