v0.6x + update slack and sff badges#486
Merged
dciangot merged 5 commits intointerlink-hq:mainfrom Mar 12, 2026
Merged
Conversation
✅ Deploy Preview for interlink-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for interlink-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Adds a new Docusaurus documentation version (0.6.x) and updates project/community badges across the docs site and repository.
Changes:
- Introduce
0.6.xas a versioned docs set (versions list, sidebar config, and full versioned content). - Update badges/links (FOSSA, OpenSSF, Slack) in the repo README and docs homepage.
- Refresh docs site configuration content (announcement bar + footer “Contact Us”).
Reviewed changes
Copilot reviewed 28 out of 38 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/versions.json | Adds 0.6.x to the published docs versions list. |
| docs/versioned_sidebars/version-0.6.x-sidebars.json | Adds sidebar definition for the new 0.6.x docs version. |
| docs/versioned_docs/version-0.6.x/intro.mdx | New v0.6.x intro page (includes badges and overview). |
| docs/versioned_docs/version-0.6.x/guides/img/iam-client2.png | Adds an image used in the OIDC/IAM guide. |
| docs/versioned_docs/version-0.6.x/guides/category.json | Defines the “Admin guides” category metadata for v0.6.x. |
| docs/versioned_docs/version-0.6.x/guides/12-kubelet-certificate-management.mdx | Adds a new certificate management guide for VK TLS/CSR modes. |
| docs/versioned_docs/version-0.6.x/guides/11-interlink-configuration.mdx | Adds an InterLink configuration reference doc. |
| docs/versioned_docs/version-0.6.x/guides/10-wstunnel-configuration.mdx | Adds wstunnel configuration guide and examples. |
| docs/versioned_docs/version-0.6.x/guides/09-pod-annotations.mdx | Adds pod annotations reference (VPN, wstunnel, JobID, etc.). |
| docs/versioned_docs/version-0.6.x/guides/08-systemd-deployment.mdx | Adds systemd deployment guide for InterLink components. |
| docs/versioned_docs/version-0.6.x/guides/07-mtls-deployment.mdx | Adds mTLS deployment guide. |
| docs/versioned_docs/version-0.6.x/guides/06-enable-service-accounts.mdx | Adds guide for enabling service accounts / external K8s API access. |
| docs/versioned_docs/version-0.6.x/guides/05-monitoring.md | Adds monitoring stack documentation (Tempo/Grafana + tracing). |
| docs/versioned_docs/version-0.6.x/guides/04-oidc-IAM.md | Adds OIDC/IAM configuration guide (GitHub/EGI/IAM). |
| docs/versioned_docs/version-0.6.x/guides/03-api-reference.mdx | Adds embedded OpenAPI reference pages. |
| docs/versioned_docs/version-0.6.x/guides/02-develop-a-plugin.md | Adds/versions the plugin development guide. |
| docs/versioned_docs/version-0.6.x/guides/01-deploy-interlink.mdx | Adds/versions the deployment guide for plugins and testing. |
| docs/versioned_docs/version-0.6.x/cookbook/category.json | Defines the “Cookbook” category metadata for v0.6.x. |
| docs/versioned_docs/version-0.6.x/cookbook/3-tunneled.mdx | Adds tunneled deployment cookbook (SSH tunnel + systemd). |
| docs/versioned_docs/version-0.6.x/cookbook/2-incluster.mdx | Adds in-cluster deployment cookbook. |
| docs/versioned_docs/version-0.6.x/cookbook/1-edge.mdx | Adds edge deployment cookbook. |
| docs/versioned_docs/version-0.6.x/arch.mdx | Adds/versions architecture page. |
| docs/versioned_docs/version-0.6.x/Limitations.md | Adds/versions limitations page. |
| docs/versioned_docs/version-0.6.x/Developers.md | Adds/versions developer/e2e testing guide. |
| docs/src/pages/index.tsx | Updates homepage badges (adds FOSSA badge, tweaks Slack badge section). |
| docs/docusaurus.config.ts | Updates announcement bar content and footer link labels. |
| docs/docusaurus.config.local.ts | Mirrors config changes for local config. |
| README.md | Adds FOSSA + OpenSSF Best Practices badges and minor formatting tweaks. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
docs/versioned_docs/version-0.6.x/guides/13-mesh-network-configuration.mdx
Show resolved
Hide resolved
Signed-off-by: dciangot <dciangot@cern.ch>
Signed-off-by: dciangot <dciangot@cern.ch>
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.
Summary
Related issue :