Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

update doc#3

Merged
alphatownsman merged 3 commits intoneodb-social:mainfrom
alphatownsman:main
May 11, 2025
Merged

update doc#3
alphatownsman merged 3 commits intoneodb-social:mainfrom
alphatownsman:main

Conversation

@alphatownsman
Copy link
Member

No description provided.

@alphatownsman alphatownsman merged commit a0b584b into neodb-social:main May 11, 2025
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Hello @alphatownsman, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

Summary of Changes

This pull request updates the documentation for the NeoDB project. The changes include clarifying the features of the NeoDB web version, adding a 'report' channel to the Discord webhooks settings, providing information on disabling federation, and adding links to DeepL and LibreTranslate in the translation settings. Additionally, a new feature for publishing and replying to posts with text and images has been added to the features documentation.

Highlights

  • Documentation Update: The documentation has been updated to reflect the latest features and settings of the NeoDB project.
  • Discord Webhooks: A 'report' channel has been added to the Discord webhooks settings, allowing for notifications about user reports.
  • Federation Control: The option to disable federation with other fediverse sites has been documented for testing and development purposes.
  • Translation Services: Links to DeepL and LibreTranslate have been added to the translation settings documentation.
  • Social Features: The ability to publish and reply to posts with text and images has been added to the social features documentation.

Changelog

  • docs/apps.md
    • Clarified that third-party apps are not affiliated with NeoDB unless specified.
    • Specified that the NeoDB web version works on desktop and mobile.
  • docs/configuration.md
    • Added 'report' channel to the example for DISCORD_WEBHOOKS.
    • Added documentation for TAKAHE_NO_FEDERATION to disable federation.
    • Added links to DeepL and LibreTranslate in the translation settings.
  • docs/features.md
    • Added 'publish and reply post in text and image' to the list of social features.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.


A doc's gentle hand,
Guides users through the code's land,
Clarity's the key,
For all to agree,
And features to understand.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request updates the documentation for the NeoDB project. The changes include clarifying the features of the web version, adding a new Discord webhook option, providing more details on federation settings, linking to external resources for translation, and adding a new social feature. Overall, the changes seem to improve the clarity and completeness of the documentation.

Merge Readiness

The pull request appears to be ready for merging. The changes enhance the documentation and provide more clarity to the users. I am unable to directly approve the pull request, and users should have others review and approve this code before merging.


## Settings for administration
- `DISCORD_WEBHOOKS` - Discord channel to send notification about user submitted suggestion and changes, e.g. `suggest=https://discord.com/api/webhooks/123/abc,audit=https://discord.com/api/webhooks/123/def`. Both suggest and audit channels must be in forum mode.
- `DISCORD_WEBHOOKS` - Discord channel to send notification about user submitted suggestion and changes, e.g. `suggest=https://discord.com/api/webhooks/123/abc,audit=https://discord.com/api/webhooks/123/def,report=https://discord.com/api/webhooks/123/xyz`. All channels must be in forum mode.
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

It might be helpful to briefly describe what the report channel is used for, similar to how suggest and audit are described. This would improve the user's understanding of the configuration option.

Suggested change
- `DISCORD_WEBHOOKS` - Discord channel to send notification about user submitted suggestion and changes, e.g. `suggest=https://discord.com/api/webhooks/123/abc,audit=https://discord.com/api/webhooks/123/def,report=https://discord.com/api/webhooks/123/xyz`. All channels must be in forum mode.
- `DISCORD_WEBHOOKS` - Discord channel to send notification about user submitted suggestion and changes, e.g. `suggest=https://discord.com/api/webhooks/123/abc,audit=https://discord.com/api/webhooks/123/def,report=https://discord.com/api/webhooks/123/xyz`. The suggest channel is for user suggestions, the audit channel is for changes, and the report channel is for...


`relay.neodb.net` is [open sourced](https://github.com/neodb-social/neodb-relay) and operated by NeoDB developers, it works like most ActivityPub relays except it only relays between NeoDB instances, it helps public information like catalogs and trends flow between NeoDB instances. You may set it to `True` if you don't want to relay public posts with other NeoDB instances.

- `TAKAHE_NO_FEDERATION` set to `1` to disable federation with other fediverse sites. Please note this is only for test and development purpose, it may generate more error messages in backend, and will not prevent access from public.
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Consider adding a brief explanation of the potential error messages that might be generated when TAKAHE_NO_FEDERATION is set to 1. This could help users understand the implications of disabling federation.

Suggested change
- `TAKAHE_NO_FEDERATION` set to `1` to disable federation with other fediverse sites. Please note this is only for test and development purpose, it may generate more error messages in backend, and will not prevent access from public.
- `TAKAHE_NO_FEDERATION` set to `1` to disable federation with other fediverse sites. Please note this is only for test and development purpose, it may generate more error messages in backend (e.g., "federation disabled" errors), and will not prevent access from public.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant