Add Community Friends page to docs site#2261
Merged
mnriem merged 1 commit intogithub:mainfrom Apr 17, 2026
Merged
Conversation
Move the Community Friends section from the main README into a dedicated docs page at docs/community/friends.md, following the same structure as the Reference section. - New: docs/community/friends.md with content from README - Updated: docs/toc.yml with Community section and Friends entry - Updated: docs/docfx.json to include community/*.md in content glob - Updated: README.md to link to the new docs page instead of inline list
Contributor
There was a problem hiding this comment.
Pull request overview
Moves the “Community Friends” content out of the root README and into the DocFX documentation site, establishing a new docs/community/ section alongside existing docs sections.
Changes:
- Added a new DocFX page at
docs/community/friends.mdcontaining the Community Friends note and list. - Extended
docs/toc.ymlto include a new top-level “Community” section with a “Friends” entry. - Updated
docs/docfx.jsoncontent globs so DocFX includesdocs/community/*.md, and replaced the README’s inline Friends content with a link to the new docs page.
Show a summary per file
| File | Description |
|---|---|
| docs/toc.yml | Adds “Community → Friends” navigation entry to the docs TOC. |
| docs/docfx.json | Ensures DocFX includes community pages in the build input set. |
| docs/community/friends.md | New documentation page containing the Community Friends content and disclaimer. |
| README.md | Replaces inline Community Friends section content with a link to the docs page. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
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.
Moves the Community Friends section from the main README into a dedicated docs page, following the same structure as the Reference section.
Changes
docs/community/friends.md— Community Friends page with the content previously inline in the READMEdocs/toc.yml— Added a Community section with a Friends entrydocs/docfx.json— Addedcommunity/*.mdto the content glob so DocFX picks up the new pageREADME.md— Replaced the inline list and note with a single link to the new docs pageThis is the first page in the
docs/community/section, establishing the pattern for future community pages (e.g., walkthroughs, extensions, presets).