Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 13, 2025

Summary

Changes Made

  • New file: Utils/LoadDocfxFiles.sh - Script to download docfx.json, toc.yml, and filter.yml from Files repository
  • Modified: SingleProjectRepository/publish-docs.sh - Added auto-loading call before processing
  • Modified: MultiProjectRepository/publish-csharp-docs.sh - Added auto-loading call before processing

Test plan

  • Script successfully downloads all three required files (docfx.json, toc.yml, filter.yml)
  • Downloaded files have correct content matching the source repository
  • Existing docfx scripts properly integrate with the new auto-loading functionality
  • Script handles target directory parameter correctly

🤖 Generated with Claude Code


Resolves #6

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #6
@konard konard self-assigned this Sep 13, 2025
- Create LoadDocfxFiles.sh script to automatically download docfx configuration files from Files repository
- Update publish-docs.sh and publish-csharp-docs.sh to use auto-loading functionality
- Resolves issue #6 by implementing automatic loading from https://github.com/linksplatform/Files/tree/main/docfx

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@konard konard changed the title [WIP] Add auto-loading for docfx files Add auto-loading for docfx files Sep 13, 2025
@konard konard marked this pull request as ready for review September 13, 2025 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add auto-loading for docfx files

2 participants