Skip to content

Develop - #1114

Merged
ElioNeto merged 2 commits into
mainfrom
develop
Jul 13, 2026
Merged

Develop#1114
ElioNeto merged 2 commits into
mainfrom
develop

Conversation

@ElioNeto

Copy link
Copy Markdown
Owner

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

ElioNeto added 2 commits July 13, 2026 10:59
The built-in pages-build-deployment tries to build with Jekyll and fails
because the repo has no Jekyll config. Adding .nojekyll at the root tells
GitHub Pages to skip Jekyll and serve files as-is.

Also adds .nojekyll to the site/ directory in deploy-site.yml as a defense
in depth.
GitHub Pages needs an index.html at the root to serve content. The
packages/docs/ contains raw .mdx files (Mintlify source format) which
aren't served as HTML by GitHub Pages. Generate a simple landing page
with links to the schemas and documentation files.

Also adds .nojekyll to the site/ directory to prevent the built-in
GitHub Pages Jekyll builder from attempting to process the site.
@ElioNeto
ElioNeto merged commit f1211a7 into main Jul 13, 2026
5 checks passed
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant