Skip to content

Extensions: add FAQ section and make entry for notable extensions#851

Merged
leggewie merged 1 commit intoarmbian:mainfrom
leggewie:main
Dec 10, 2025
Merged

Extensions: add FAQ section and make entry for notable extensions#851
leggewie merged 1 commit intoarmbian:mainfrom
leggewie:main

Conversation

@leggewie
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review labels Nov 30, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Nov 30, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This PR updates docs/Developer-Guide_Extensions.md: replaces the "Opt-out of individual hook functions" heading with a "FAQ" section, adds an examples block linking three extensions, and adds a FAQ entry showing how to opt out a specific hook function using unset -f hook_name__individual_function with an official/unofficial support note.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

  • Single documentation file changed
  • Changes are structural/content additions only (no code logic)

Possibly related issues

Possibly related PRs

Suggested reviewers

  • igorpecovnik

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided by the author, making it impossible to assess whether it relates to the changeset. Add a pull request description explaining the purpose of adding the FAQ section and why these extensions are notable.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: adding a FAQ section and documenting notable extensions in the Extensions documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 81718ae and a288cbf.

📒 Files selected for processing (1)
  • docs/Developer-Guide_Extensions.md (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@coderabbitai coderabbitai bot requested a review from igorpecovnik November 30, 2025 23:31
@EvilOlaf
Copy link
Copy Markdown
Member

EvilOlaf commented Dec 1, 2025

Perhaps mention the whole directory as well as those in armbian/os and/or armbian/community repository.

@leggewie
Copy link
Copy Markdown
Contributor Author

Perhaps mention the whole directory as well as those in armbian/os and/or armbian/community repository.

@coderabbitai carve this task out to a new ticket

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 10, 2025

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

@leggewie I'll create a GitHub issue for this task.


🏁 Script executed:

#!/bin/bash
# Create a GitHub issue for documenting extensions directories and repositories

gh issue create \
  --repo armbian/documentation \
  --title "Document full extensions directory and extensions in armbian/os and armbian/community repositories" \
  --body "## Context

This is a follow-up from PR #851 which adds a FAQ section to the Extensions documentation.

## Request

@EvilOlaf suggested:
> Perhaps mention the whole directory as well as those in armbian/os and/or armbian/community repository.

## Task

Update the Extensions documentation to mention:
- The whole extensions directory (not just individual examples)
- Extensions available in the armbian/os repository
- Extensions available in the armbian/community repository

## References

- Original PR: https://github.com/armbian/documentation/pull/851
- Comment thread: https://github.com/armbian/documentation/pull/851
- Requested by: @leggewie
- Suggested by: @EvilOlaf" \
  --assignee leggewie

Length of output: 51


@leggewie I've created issue #855 to track this task. The issue documents the request to mention the full extensions directory and reference extensions in the armbian/os and armbian/community repositories, as suggested by @EvilOlaf.

You can view and track the issue here: #855

@leggewie leggewie merged commit c6d214f into armbian:main Dec 10, 2025
1 check was pending
@leggewie leggewie deleted the main branch December 10, 2025 23:29
@leggewie
Copy link
Copy Markdown
Contributor Author

Perhaps mention the whole directory as well as those in armbian/os and/or armbian/community repository.

What extensions are you referring to in armbian/os and armbian/community?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs review Seeking for review size/small PR with less then 50 lines

Development

Successfully merging this pull request may close these issues.

3 participants