fix(docs): Fix Docusaurus / Netlify Build Process and Add Results Download#963
Merged
Conversation
✅ Deploy Preview for common-cloud-controls ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
Author
|
Hi, I need this to not be in draft mode otherwise the netlify previews don't happen! Sorry for the confusion - hope to bring this to ground today. |
Member
Author
|
@sshiells-scottlogic @eddie-knight - please review (check out the netlify link) and see the comments for what is changed. This is basically fixing a lot of website stuff @santoshmaurya-0x6275696c6473 and I are putting together for OSFF on 14 April |
sshiells-scottlogic
approved these changes
Apr 2, 2026
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.
This pull request introduces several improvements and updates to the CCC project website, documentation, and supporting scripts. The most significant changes enhance the automation and organization of CFI test result artifacts, update documentation to reflect current project structure and resources, and add new video resources to the website.
Automation and artifact management improvements:
DownloadCFIArtifacts.tsscript now fetches CFI test result artifacts for all branches of each configured repository, not just the default branch. It extracts, renames, and validates these artifacts, storing them in branch-specific directories undertest-results/. It also writes detailed metadata for each artifact and ensures configuration files are named consistently..gitignorefile for the website is updated to exclude test result artifacts, configurations, and downloaded files from version control, preventing accidental commits of large or generated files.Documentation updates:
README.mdis updated to reference the new CFI compliance project repository, clarify the working group structure, and provide clearer instructions for browsing online project resources and joining meetings. Meeting schedules and descriptions are also updated for accuracy. [1] [2]Website content enhancements: