Skip to content

chore: misc fixes - #57

Merged
sanjayankur31 merged 4 commits into
mainfrom
development
Aug 19, 2026
Merged

chore: misc fixes#57
sanjayankur31 merged 4 commits into
mainfrom
development

Conversation

@sanjayankur31

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR applies a set of small documentation/build maintenance tweaks for the OpenSourceBrain Documentation site, including CI simplification and updated social/link references.

Changes:

  • Disable Jupyter Book notebook execution in source/_config.yml and remove redundant CI steps that were editing that setting during workflows.
  • Update social references from Twitter to X in user-facing docs and README.
  • Expand local build/publish instructions around build-helper.sh and make a small help-text fix in the script.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
source/OSBv1/links.yml Removes an unused links YAML file.
source/General/Contacts.md Updates “Twitter” wording to “X” for the follow section.
source/_config.yml Disables notebook execution by default and removes an unused analytics placeholder.
README.md Updates the follow badge and fixes the CONTRIBUTING link to use main.
CONTRIBUTING.md Adds build-helper usage documentation and refines publishing instructions.
build-helper.sh Fixes the -c help text to reference the correct venv directory variable.
.github/workflows/publish.yml Removes the step that patched _config.yml via sed.
.github/workflows/prs.yaml Removes the step that patched _config.yml via sed.
Suppressed comments (1)

CONTRIBUTING.md:51

  • This sentence is wrapped across multiple lines, which conflicts with the guideline at the top of this file to start each sentence on its own line (lines 4–5). Consider keeping the whole sentence on a single line.
The build helper script will automatically use [uv](https://github.com/astral-sh/uv)
to create the virtual environment if it is available on your system, falling back
to `python3 -m venv` otherwise.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread source/_config.yml Outdated
Comment on lines +16 to +17
execute:
execute_notebooks: auto
execute_notebooks: off

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Fixed in the latest commit — execute_notebooks: off is now quoted as 'off'.

Comment thread source/_config.yml Outdated
Comment thread CONTRIBUTING.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
sanjayankur31 and others added 2 commits August 19, 2026 17:08
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: sanjayankur31 <102575+sanjayankur31@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants