docs: migrate documentation repo into monorepo#6236
Conversation
- Write page "Injects"
* [docs] fix: adding agent specific role and permissions * [docs] fix: adding agent specific role and permissions
Co-authored-by: soumaya boussaha <112937185+soumboussaha@users.noreply.github.com>
* [docs] Document audit logging
Migration of OpenAEV-Platform/docs into the docs/ subfolder of this monorepo. The source repo will be archived or kept as a redirect after this PR is merged.
- mkdocs.yml: edit_uri and git-committers repository -> openaev/main - comments.html: Giscus data-repo + data-repo-id + data-category-id fetched from openaev/General via GraphQL - 10 admonitions + README: OpenAEV-Platform/docs -> OpenAEV-Platform/openaev - xtm-suite-connector.md: fix multi-tenancy relative link - .gitignore: ignore .venv-build/ (local mkdocs build venv)
|
Thank you for your contribution. This PR is but one step away from being ready for merging: all commits must be PGP-signed. To get started, please see https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (2.20%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #6236 +/- ##
============================================
+ Coverage 42.84% 42.88% +0.04%
- Complexity 6798 6802 +4
============================================
Files 2238 2238
Lines 61215 61215
Branches 8014 8014
============================================
+ Hits 26228 26254 +26
+ Misses 33305 33280 -25
+ Partials 1682 1681 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Context
This PR migrates the
OpenAEV-Platform/docsrepository into theopenaevmonorepo as thedocs/subfolder.What's in this PR
git filter-repo --to-subdirectory-filter docs --replace-texton the docs source, then--allow-unrelated-historiesmerge into the feature branch. Preserves commits, authors, file-levelgit log --follow.mkdocs.yml:edit_uriand git-committersrepositorynow point toOpenAEV-Platform/openaevonmaincomments.html: Giscusdata-repo,data-repo-id,data-category-idupdated to openaev / GeneralREADME.md:OpenAEV-Platform/docs→OpenAEV-Platform/openaevxtm-suite-connector.md: fix a pre-existing broken relative link.gitignore: ignore the local mkdocs build venvmkdocs build --strictpasses locally.What's NOT in this PR (Day-D follow-ups)
gh-pagesbranch migration (separate operation to preserve the historical doc versions)docs.openaev.ioas custom domainOpenAEV-Platform/docsBefore merge
check-signed-commitsat merge timeOpenAEV-Platform/docstriaged (merge before, or recreate againstopenaev/docs/after)docs.openaev.io)