doc: Add documentation styleguide, update some docs to adhere - #3397
Open
enjeck wants to merge 5 commits into
Open
doc: Add documentation styleguide, update some docs to adhere#3397enjeck wants to merge 5 commits into
enjeck wants to merge 5 commits into
Conversation
Member
|
Please properly disclose AI usage in the PR description. |
Member
|
Please request a review, top right, whenever needed @enjeck :) |
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
| - **Documentation only**: no build is required. Write your changes following the [documentation style guide](doc/dev/15-DOCUMENTATION_STYLE.md), then preview them with the [website preview recipe](doc/dev/07-TOOLING.md#how-to-locally-generate-and-run-the-website). | ||
| - **Code contributions**: start with our [Getting Started guide](doc/dev/04-GETTING_STARTED.md), then follow the [Build guide](doc/dev/05-BUILD.md). After that, read the [Architecture](doc/dev/08-ARCHITECTURE.md) page and the [F3D mentoring program](doc/dev/13-MENTORING.md) if you want more guidance. | ||
|
|
||
| Once you know which path applies, take a look at the open [issues](https://github.com/f3d-app/f3d/issues). |
Member
There was a problem hiding this comment.
maybe use the help wanted link ? many issues are not available to pick up by anyone.
mwestphal
reviewed
Jul 27, 2026
mwestphal
reviewed
Jul 27, 2026
mwestphal
requested changes
Jul 27, 2026
Member
|
\ci website |
mwestphal
reviewed
Jul 28, 2026
mwestphal
left a comment
Member
There was a problem hiding this comment.
LGTM, i've run the website CI
mwestphal
self-requested a review
July 28, 2026 17:27
mwestphal
approved these changes
Jul 29, 2026
Member
|
Nice, lets wait for @Meakk review. |
Meakk
reviewed
Jul 29, 2026
Meakk
left a comment
Member
There was a problem hiding this comment.
Minor clarification, but it looks very good, thanks :)
| | plugin | reader module, extension, unless explaining internals | | ||
| | reader | importer, loader, unless the code/API uses those names | | ||
| | file format | file type, when referring to the supported formats table | | ||
| | rendering backend | OpenGL backend, when referring to `--rendering-backend` | |
Member
There was a problem hiding this comment.
It applies to the "OpenGL context", or "rendering window".
I think it may be too ambiguous to talk about "OpenGL backend"
Suggested change
| | rendering backend | OpenGL backend, when referring to `--rendering-backend` | | |
| | rendering backend | OpenGL context backend, when referring to `--rendering-backend` | |
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.
Describe your changes
Checklist for finalizing the PR
.github/workflows/versions.json, I have updateddocker_timestampAI Disclosure
...
Continuous integration
Please write a comment to run CI, eg:
\ci fast.See here for more info.