docs: remove multi-tenancy feature-flag (#280)#330
Conversation
|
🤖 [AI-generated] Hey @RomuDeuxfois! 👋 Thanks a lot for opening PR #330 — really appreciate you keeping the docs in sync! 🙏 I just had a quick look and noticed the description is currently empty. I haven't changed anything — just a gentle, optional suggestion to add a couple of lines so reviewers can get through it faster:
No rush at all — thanks again for contributing to OpenAEV! 🚀 |
There was a problem hiding this comment.
Pull request overview
This PR removes the documentation feature-flag gating for the Multi-tenancy page so the content is always rendered, and updates the example feature-flag list accordingly in the MkDocs configuration.
Changes:
- Remove the
{% if "multi-tenancy" ... %}/{% endif %}wrapper fromdocs/administration/multi-tenancy.md. - Remove the “Under construction” admonition from the Multi-tenancy page header.
- Update the commented example of
DOCS_FEATURE_FLAGSinmkdocs.ymlto no longer includemulti-tenancy.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| mkdocs.yml | Updates the example DOCS_FEATURE_FLAGS comment to remove multi-tenancy. |
| docs/administration/multi-tenancy.md | Makes the Multi-tenancy documentation page unconditional (no feature-flag gating) and removes the “Under construction” notice. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.