Skip to content

doc: update: full experiments section#7

Merged
NicolasCARPi merged 13 commits into
masterfrom
mouss/260428-docupdates
Apr 29, 2026
Merged

doc: update: full experiments section#7
NicolasCARPi merged 13 commits into
masterfrom
mouss/260428-docupdates

Conversation

@MoustaphaCamara
Copy link
Copy Markdown
Contributor

@MoustaphaCamara MoustaphaCamara commented Apr 29, 2026

  • Update documentation on "Intro" and "Experiments" sections for user guide.
  • Replace some images with their webp versions
  • some phrasing and links (previous doc was `ref:< section >`, now it's classic md [text](https://link) or (./anchor)
  • some sections moved: timestamp below Comments section, it was right below Toolbar and before we show how to see/Edit an experiment.

The whole experiments page changed: run npm run start -> http://localhost:3000/docs/usage/user-guide/experiments

image

Here are some screenshots
image
image
image
image
image
image
image

Summary by CodeRabbit

  • Documentation
    • Expanded Experiments guide with refreshed layout, reorganized sections, and a consolidated Toolbar action list (added “Hide main text”, reordered actions, updated ellipsis menu visuals).
    • Reworked experiment view mode, timestamps (RFC3161/blockchain), archival/deletion walkthroughs, and editor flows (toolbar image insertion, attachment ellipsis, file browser, markdown switch/preview); clarified template locking vs locked-down instances.
    • Updated linked-entries guidance, keyboard shortcuts, tags, permissions modal, elabid visuals; replaced PNGs with optimized WEBP images and adjusted figure sizing.

User guide
Concepts & Experiments pages (up to Linked resources)
Update of image with recent app updates, fix some links, add new pictures to some categories
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

As Number One, I report: the experiments user guide was reorganized and rewritten — toolbar actions, view/edit modes, timestamps, locking, linked-entry/import flows and many UI screenshots were updated (PNG → WEBP). The intro page had a single figure swapped to WEBP. (41 words)

Changes

Cohort / File(s) Summary
Experiments guide overhaul
docs/usage/user-guide/experiments.md
Substantial restructure and rewrite: added a dedicated view-mode illustration; reorganized toolbar actions (added “Hide main text”, re-ordered actions); restored and relocated Timestamps, Archival, and Deleting walkthroughs; split steps template locking into two parts; clarified linked-entries/import workflow and action labels; updated editor guidance and inline shortcut formatting; replaced many screenshots from .png to .webp (some with explicit width attributes).
Intro image swap
docs/usage/user-guide/intro.md
Replaced a single figure asset from .png to .webp, preserving alt text and caption.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

  • Update experiments.md #5 — Overlapping edits to docs/usage/user-guide/experiments.md around linked-entry/link insertion and autocomplete behavior.

Suggested reviewers

  • NicolasCARPi

Poem

As Number One I mark the manuals bright,
New icons gleam in webp's gentle light,
Toolbars reformed and linked-entries sing,
Locks and timestamps set — the guide takes wing. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'doc: update: full experiments section' directly corresponds to the main changes—comprehensive updates to the experiments user guide documentation with image replacements and content reorganization.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch mouss/260428-docupdates

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
docs/usage/user-guide/experiments.md (2)

13-604: ⚠️ Potential issue | 🔴 Critical

Seal that breach immediately — one image asset is unaccounted for.

Your patch references 45 image files across the documentation, and one does not exist in the repository: steps-on-template-locked.webp. This file is called out in the "Steps" section (lines approximately 480–488) where you describe locking steps in templates. Before this review can be brought to completion, you must either locate the missing asset or provide it. All other 44 image references are in proper order.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/usage/user-guide/experiments.md` around lines 13 - 604, The docs
reference a missing image asset steps-on-template-locked.webp in the "Steps"
section (the <figure> with caption "Steps on a template with lock toggle.") of
docs/usage/user-guide/experiments.md; fix it by either adding the missing file
to the repository at the /img/ path with the exact filename (check
case-sensitivity) or update the <img src="/img/steps-on-template-locked.webp"
...> tag to point to a valid existing image (or remove/replace the figure and
caption), then verify the figure and its alt text ("steps on template with lock
toggle") render correctly.

141-164: ⚠️ Potential issue | 🟡 Minor

Aye, Captain — indent nested list items under numbered entries 10 and 11.

The bullets in lines 146–151 and 158–163 lack proper indentation and will render as top-level items rather than sub-items of their parent entries. Indent them by two spaces. Also, apply bold formatting to item 11's title for consistency with item 10.

Suggested doc fix
 10. **Request action**: Request another user to perform an action on a given entry.
 <figure>
   <img src="/img/experiment-request-action.webp" width="370" alt="request an action" />
   <figcaption>Request an action modal.</figcaption>
 </figure>
-- Archive
-- Lock
-- Review
-- Sign
-- Timestamp
-- Unarchive
+  - Archive
+  - Lock
+  - Review
+  - Sign
+  - Timestamp
+  - Unarchive
 
-11. Ellipsis menu
+11. **Ellipsis menu**
 <figure>
   <img src="/img/experiment-ellipsis.webp" alt="ellipsis menu options" />
   <figcaption>Ellipsis menu on the side.</figcaption>
 </figure>
-- Transfer ownership: For entries you created, you can transfer ownership to a different user
-- See revisions: View revisions to the main text of the entry
-- See changelog: View the changelog for the entry
-- Hide main text: You can hide the main text section of the entry
-- Archive/Unarchive: Archiving removes the entry from the default list and adds it to the list of archived entries
-- Delete entry: Perform a soft-delete of the entry
+  - Transfer ownership: For entries you created, you can transfer ownership to a different user
+  - See revisions: View revisions to the main text of the entry
+  - See changelog: View the changelog for the entry
+  - Hide main text: You can hide the main text section of the entry
+  - Archive/Unarchive: Archiving removes the entry from the default list and adds it to the list of archived entries
+  - Delete entry: Perform a soft-delete of the entry
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/usage/user-guide/experiments.md` around lines 141 - 164, Indent the
bullet lists that belong to numbered entries 10 and 11 so they become nested
sub-items (add two spaces before each bullet under the "Request action" list:
"Archive", "Lock", "Review", "Sign", "Timestamp", "Unarchive"; and before each
bullet under the ellipsis menu list: "Transfer ownership", "See revisions", "See
changelog", "Hide main text", "Archive/Unarchive", "Delete entry"), and make the
title for item 11 bold to match item 10’s styling.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/usage/user-guide/experiments.md`:
- Line 515: Replace the phrase "Ethereum based blockchain" with the correct
compound adjective form "Ethereum-based blockchain" in the sentence "we add it
to the Ethereum based blockchain" so the document reads "we add it to the
Ethereum-based blockchain" (update the exact string occurrence in
docs/usage/user-guide/experiments.md).
- Line 64: The sentence "This is the view mode of an experiment with filled
informations." contains incorrect phrasing; update the view-mode intro text to
use correct English such as "This is the view mode of an experiment with
filled-in information." or "This is the view mode of an experiment showing
populated information." Replace the phrase "filled informations" wherever it
appears in the view-mode description to one of these corrected alternatives.
- Around line 518-526: The "Export button" subsection is misplaced inside the
"Blockchain timestamping" section and duplicates earlier toolbar/export
guidance; remove or relocate the Export menu content (the "Export button"
paragraph and figure) out of the "Blockchain timestamping" section and place it
under the existing toolbar/export guidance (the earlier "Export" or "Toolbar"
section referenced around the previous export instructions), ensuring the
"Blockchain timestamping" header only contains timestamp-specific content and
that the export figure/caption appears once in the toolbar/export section.

---

Outside diff comments:
In `@docs/usage/user-guide/experiments.md`:
- Around line 13-604: The docs reference a missing image asset
steps-on-template-locked.webp in the "Steps" section (the <figure> with caption
"Steps on a template with lock toggle.") of
docs/usage/user-guide/experiments.md; fix it by either adding the missing file
to the repository at the /img/ path with the exact filename (check
case-sensitivity) or update the <img src="/img/steps-on-template-locked.webp"
...> tag to point to a valid existing image (or remove/replace the figure and
caption), then verify the figure and its alt text ("steps on template with lock
toggle") render correctly.
- Around line 141-164: Indent the bullet lists that belong to numbered entries
10 and 11 so they become nested sub-items (add two spaces before each bullet
under the "Request action" list: "Archive", "Lock", "Review", "Sign",
"Timestamp", "Unarchive"; and before each bullet under the ellipsis menu list:
"Transfer ownership", "See revisions", "See changelog", "Hide main text",
"Archive/Unarchive", "Delete entry"), and make the title for item 11 bold to
match item 10’s styling.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 848ff188-0a9d-4358-b4cb-6ee4ee680320

📥 Commits

Reviewing files that changed from the base of the PR and between c95c8f8 and d909d3c.

⛔ Files ignored due to path filters (16)
  • static/img/archived-experiment-more-options.png is excluded by !**/*.png
  • static/img/archived-experiments-multiselect.png is excluded by !**/*.png
  • static/img/deleted-experiment-multiselect.png is excluded by !**/*.png
  • static/img/deleted-experiment-restore-entry.png is excluded by !**/*.png
  • static/img/experiment-link.gif is excluded by !**/*.gif
  • static/img/experiments-archive.png is excluded by !**/*.png
  • static/img/show-archived-uploads.png is excluded by !**/*.png
  • static/img/steps-on-template.png is excluded by !**/*.png
  • static/img/user-create-experiment.png is excluded by !**/*.png
  • static/img/user-experiments-menu-opened.png is excluded by !**/*.png
  • static/img/user-experiments-menu.png is excluded by !**/*.png
  • static/img/user-file-uploader.png is excluded by !**/*.png
  • static/img/user-linked-entries-tools.png is excluded by !**/*.png
  • static/img/user-scope-button.png is excluded by !**/*.png
  • static/img/user-show-mode.png is excluded by !**/*.png
  • static/img/user-switch-layout.png is excluded by !**/*.png
📒 Files selected for processing (37)
  • docs/usage/user-guide/experiments.md
  • docs/usage/user-guide/intro.md
  • static/img/archived-experiment-more-options.webp
  • static/img/archived-experiments-multiselect.webp
  • static/img/deleted-experiment-multiselect.webp
  • static/img/deleted-experiment-restore-entry.webp
  • static/img/experiment-duplicate-modal.webp
  • static/img/experiment-edit.webp
  • static/img/experiment-elabid.webp
  • static/img/experiment-ellipsis.webp
  • static/img/experiment-insert-image.webp
  • static/img/experiment-locked.webp
  • static/img/experiment-pinned.webp
  • static/img/experiment-request-action.webp
  • static/img/experiment-tags.webp
  • static/img/experiment-tinymce-add-image.webp
  • static/img/experiment-view-toolbar.webp
  • static/img/experiment-view.webp
  • static/img/experiments-archive.webp
  • static/img/export-button.webp
  • static/img/markdown-editor.webp
  • static/img/markdown-switch-editor.webp
  • static/img/show-archived-uploads.webp
  • static/img/steps-locked-down.webp
  • static/img/steps-on-experiment.webp
  • static/img/steps-on-template.webp
  • static/img/user-create-experiment.webp
  • static/img/user-experiments-menu-opened.webp
  • static/img/user-experiments-menu.webp
  • static/img/user-file-uploader.webp
  • static/img/user-linked-entries-actions.webp
  • static/img/user-permissions-edit.webp
  • static/img/user-permissions-modal.webp
  • static/img/user-scope-button.webp
  • static/img/user-show-mode.webp
  • static/img/user-switch-layout.webp
  • static/img/user-tinymce.webp

Comment thread docs/usage/user-guide/experiments.md Outdated
Comment thread docs/usage/user-guide/experiments.md Outdated
Comment thread docs/usage/user-guide/experiments.md Outdated
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

♻️ Duplicate comments (1)
docs/usage/user-guide/experiments.md (1)

518-518: ⚠️ Potential issue | 🟡 Minor

Relocate ELN format paragraph out of Blockchain Timestamping section.

Aye, Captain — Line 518 describes export format (RO-Crate/ELN), not blockchain timestamping behavior. It breaks section cohesion and should be moved to the Export documentation area.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/usage/user-guide/experiments.md` at line 518, The paragraph beginning
"The ELN format is a new file format based on RO-Crate specification..." is in
the wrong section (currently under "Blockchain Timestamping"); move that
paragraph out of the Blockchain Timestamping section and place it into the
Export documentation area (e.g., the "Export" or "Export formats" subsection) so
it sits with other export/format descriptions, keep the GitHub link unchanged,
and remove the duplicate occurrence if present.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/usage/user-guide/experiments.md`:
- Around line 525-526: Replace the duplicate-verb sentence fragment "click on
the 'More options' button on the top-right corner of the toolbar and click
'Archive'" with a tightened instruction such as "open the entry, click the 'More
options' button in the toolbar, then select 'Archive'"; update the sentence in
experiments.md where that exact phrase appears to remove the repeated "click"
and keep the action sequence concise and imperative.

---

Duplicate comments:
In `@docs/usage/user-guide/experiments.md`:
- Line 518: The paragraph beginning "The ELN format is a new file format based
on RO-Crate specification..." is in the wrong section (currently under
"Blockchain Timestamping"); move that paragraph out of the Blockchain
Timestamping section and place it into the Export documentation area (e.g., the
"Export" or "Export formats" subsection) so it sits with other export/format
descriptions, keep the GitHub link unchanged, and remove the duplicate
occurrence if present.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6831883e-ddf8-4621-a295-fd4df095ccf1

📥 Commits

Reviewing files that changed from the base of the PR and between d909d3c and b321c5f.

📒 Files selected for processing (1)
  • docs/usage/user-guide/experiments.md

Comment thread docs/usage/user-guide/experiments.md Outdated
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
docs/usage/user-guide/experiments.md (1)

384-384: Consider tightening the linked-entry action phrasing, Lieutenant.

The sentence "next to the possibility to preview the content… there are two actions" reads somewhat indirectly. While the meaning remains clear, a more direct construction would enhance readability.

Suggested refinement
-In Edit mode, next to the possibility to **preview the content** of a linked entry **(1)** and to **delete a link (4)**, there are two actions to import content from a linked entry:
+In Edit mode, in addition to **previewing the content** of a linked entry **(1)** and **deleting a link (4)**, you can import content from a linked entry using two actions:
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/usage/user-guide/experiments.md` at line 384, Replace the indirect
sentence "In Edit mode, next to the possibility to preview the content of a
linked entry (1) and to delete a link (4), there are two actions to import
content from a linked entry:" with a more direct construction that foregrounds
the actions; e.g., reword to "In Edit mode you can preview a linked entry (1),
delete a link (4), or use two actions to import content from the linked entry:";
update the sentence in docs/usage/user-guide/experiments.md exactly where that
paragraph appears so the flow is clearer and concise.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/usage/user-guide/experiments.md`:
- Line 518: Remove the standalone ELN format paragraph that appears inside the
Blockchain Timestamping workflow (the ELN/RO-Crate description after step 4)
because it duplicates content from the "Importing a .eln archive" section of
import-export.md; delete that paragraph so the timestamping flow contains only
blockchain-related steps and leave a single canonical ELN reference in
docs/usage/import-export.md under "Importing a .eln archive".

---

Nitpick comments:
In `@docs/usage/user-guide/experiments.md`:
- Line 384: Replace the indirect sentence "In Edit mode, next to the possibility
to preview the content of a linked entry (1) and to delete a link (4), there are
two actions to import content from a linked entry:" with a more direct
construction that foregrounds the actions; e.g., reword to "In Edit mode you can
preview a linked entry (1), delete a link (4), or use two actions to import
content from the linked entry:"; update the sentence in
docs/usage/user-guide/experiments.md exactly where that paragraph appears so the
flow is clearer and concise.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 249d9603-d182-4676-8cf8-2f67d060942d

📥 Commits

Reviewing files that changed from the base of the PR and between b321c5f and 336f124.

📒 Files selected for processing (1)
  • docs/usage/user-guide/experiments.md

Comment thread docs/usage/user-guide/experiments.md Outdated
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (2)
docs/usage/user-guide/experiments.md (2)

386-386: Number One suggests refining this phrasing for clarity.

Line 386 uses the construction "next to the possibility to" which reads awkwardly. Consider rephrasing for more direct technical writing.

Suggested doc refinement
-In Edit mode, next to the possibility to **preview the content** of a linked entry **(1)** and to **delete a link (4)**, there are two actions to import content from a linked entry:
+In Edit mode, in addition to **previewing the content** of a linked entry **(1)** and **deleting a link (4)**, there are two actions to import content from a linked entry:
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/usage/user-guide/experiments.md` at line 386, The phrase "next to the
possibility to" is awkward; update the sentence in experiments.md (the line
describing Edit mode) to a clearer phrasing such as: "In Edit mode, in addition
to previewing the content of a linked entry (1) and deleting a link (4), there
are two actions to import content from a linked entry:" — replace the original
sentence so it directly uses "in addition to previewing" and "deleting a link"
for concise, technical wording.

39-39: Convert image to WebP for consistency with surrounding documentation updates.

The file user-alt-layout.png at line 39 remains in PNG format while adjacent images in this section—user-switch-layout.webp, user-experiments-menu.webp, user-create-experiment.webp, and user-file-uploader.webp—have been converted to WebP. The WebP version of this image does not currently exist in the repository. Consider converting static/img/user-alt-layout.png to WebP format to maintain consistency with the recent image format modernization efforts in this documentation.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/usage/user-guide/experiments.md` at line 39, The image tag references
user-alt-layout.png while all adjacent images were converted to WebP; convert
the image file user-alt-layout.png to a WebP named user-alt-layout.webp
(optimize/encode appropriately), add the new .webp into the images directory,
and update the <img src="/img/user-alt-layout.png" ...> reference in
experiments.md to point to /img/user-alt-layout.webp (keeping the same alt text
and attributes).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/usage/user-guide/experiments.md`:
- Line 91: The sentence "An autosave is triggered 7 seconds after you stopped
typing." mixes past tense with the present-tense instructional style; change it
to present tense so it reads "An autosave is triggered 7 seconds after you stop
typing." to match the rest of the document and maintain consistency in the user
instructions.

---

Nitpick comments:
In `@docs/usage/user-guide/experiments.md`:
- Line 386: The phrase "next to the possibility to" is awkward; update the
sentence in experiments.md (the line describing Edit mode) to a clearer phrasing
such as: "In Edit mode, in addition to previewing the content of a linked entry
(1) and deleting a link (4), there are two actions to import content from a
linked entry:" — replace the original sentence so it directly uses "in addition
to previewing" and "deleting a link" for concise, technical wording.
- Line 39: The image tag references user-alt-layout.png while all adjacent
images were converted to WebP; convert the image file user-alt-layout.png to a
WebP named user-alt-layout.webp (optimize/encode appropriately), add the new
.webp into the images directory, and update the <img
src="/img/user-alt-layout.png" ...> reference in experiments.md to point to
/img/user-alt-layout.webp (keeping the same alt text and attributes).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8332bc0b-aebd-499e-9410-338e0e7bdf2c

📥 Commits

Reviewing files that changed from the base of the PR and between 336f124 and c27799c.

📒 Files selected for processing (1)
  • docs/usage/user-guide/experiments.md

Comment thread docs/usage/user-guide/experiments.md Outdated
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/usage/user-guide/experiments.md`:
- Line 386: Replace the awkward sentence describing linked-entry actions with a
tighter, action-focused line: locate the sentence that currently reads "In Edit
mode, next to the possibility to **preview the content** of a linked entry
**(1)** and to **delete a link (4)**, there are two actions to import content
from a linked entry:" and reword it to a concise form such as "In Edit mode, in
addition to previewing a linked entry (1) and deleting a link (4), you can
import content from a linked entry using two actions:" so the flow stays
parallel and clearer for readers.
- Line 442: The sentence "Several TSA are already configured in eLabFTW:" uses
the unpluralized acronym; update that specific sentence to "Several TSAs are
already configured in eLabFTW:" so the acronym is pluralized for correctness and
readability (leave the preceding "A TSA is a trusted timestamping service..."
sentence as-is).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1a64e41d-3801-4afc-ad9c-db5ee584928a

📥 Commits

Reviewing files that changed from the base of the PR and between c27799c and aec19d6.

📒 Files selected for processing (1)
  • docs/usage/user-guide/experiments.md

Comment thread docs/usage/user-guide/experiments.md Outdated
Comment thread docs/usage/user-guide/experiments.md Outdated
Copy link
Copy Markdown
Contributor

@NicolasCARPi NicolasCARPi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@NicolasCARPi NicolasCARPi merged commit 57b036c into master Apr 29, 2026
2 checks passed
@NicolasCARPi NicolasCARPi deleted the mouss/260428-docupdates branch April 29, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants