forked from documentdb/documentdb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Update Ferret DB logo contribution #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
seesharprun
wants to merge
35
commits into
FerretDB:ferretdb
Choose a base branch
from
seesharprun-documentdb-prototype:add-ferret-db-logo
base: ferretdb
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update Ferret DB logo contribution #2
seesharprun
wants to merge
35
commits into
FerretDB:ferretdb
from
seesharprun-documentdb-prototype:add-ferret-db-logo
Conversation
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
Updated various article links and modified associated visuals, including logos and text styles for better consistency and appearance.
Updated PostgreSQL documentation to focus on supported operators.
Rearranged 'gettingStartedMenuItems' and removed 'Node.js Setup Guide' section with detailed content.
Updated the documentation for setting up DocumentDB with Python, including installation steps and connection details. Adjusted section headings and improved clarity in prerequisites and steps.
Removed references to advanced querying and indexing strategies.
Removed 'Next Steps' section from the documentation page.
Removed the 'Next Steps' section from the documentation.
Removed various index strategies and advanced feature examples from the documentation.
Added a footer with copyright information to the layout.
Updated copyright notice and added link to project policies.
Updated blog section with new content and links.
Added terms of use and trademark policy information to footer.
* Fix links in Navbar component Updated GitHub link and added Discord link to Navbar. * Update GitHub link in Navbar component * Update blog titles and content references
- Add workflow to build full APT and YUM repositories from latest documentdb/documentdb release - Create package browser page with setup instructions - Add Packages link to navbar and homepage - Include setup scripts for easy repository installation - Support GPG signing for packages (optional) - Download packages including pre-releases - Build proper debian and RPM repository metadata
…documentdb#11) * Fix APT repository build and add debugging - Fix shell variable scope issue in download script - Add debugging output to understand repository structure - Update installation instructions with correct package names - Add support for unsigned repositories for testing * support multi-version * sign packages and support both arch * Fix workflow: Use Ubuntu 22.04 for dpkg-sig compatibility - Ubuntu 24.04 (ubuntu-latest) doesn't have dpkg-sig package - Ubuntu 22.04 has dpkg-sig in universe repository - Required for GPG signing of DEB packages * Fix final directory listing in repository build script * Improve repository build status reporting with package counts * Fix YUM repository creation and improve debugging - Add detailed logging to RPM repository creation process - Fix repository metadata generation with proper error handling - Improve final status reporting with specific metadata file checks - Remove maintenance notice from package page - Fix DEB pool validation to check distribution-specific directories * Clean up repository build script: remove verbose logging and unnecessary comments * Add debugging for YUM repository creation - Show which YUM repositories are being processed - Display createrepo_c execution path and results - List repodata contents to verify metadata creation - Keep error messages visible for troubleshooting * Add RPM processing debugging - Show which RPM files are being processed - Display RHEL 8/9 repository assignments - Log final RPM repository structure - Identify which files don't match expected patterns * Debug YUM repository working directory issue - Show current working directory during YUM processing - Display actual RPM pool paths being checked - Add more detailed directory existence and file count logging * Fix YUM repository path resolution issue - Detect if we're in wrong directory after APT processing - Adjust RPM pool paths when working directory is out/deb - Use relative paths that work from the current location - This fixes the issue where RPM directories couldn't be found * Fix bash syntax error in YUM repository conditional structure * Fix cp command to only copy RPM files, not directories * Fix doc * fix doc * update layout
…tdb#7) * Implement proof of concept * Add remaining AI-generated operators/commands * Add anchor tags for H2 and H3 elements * Reducing generated YAML to minimal set * Update schema and rendering * Change devcontainer image and remove features Updated the development container configuration to use a different base image and removed some features. * Add SEO metadata keywords and cards * Fix URL for social media images * Update readme * Update NPM package versions * Fix typo
Reverting docs page after experimental programmatic changes to docs.
…hub.io into add-ferret-db-logo
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.
In documentdb#25, you contributed the FerretDB logo to the source of the DocumentDB site. Since that PR was opened, the site was refactored and your PR now has merge conflicts.
The intention of this PR is to bring in all of the changes from the latest DocumentDB site into your working branch so your PR will no longer have merge conflicts.
If you want a preview of what the end-state for your contribution would look like, here's a PR I opened temporarily to show what the site could look like with your logo: documentdb#25
I hope this helps unblock your PR.