Reorganize documentation with Hugo and streamline README#17
Merged
awagner-mainz merged 9 commits intomainfrom Feb 8, 2026
Merged
Reorganize documentation with Hugo and streamline README#17awagner-mainz merged 9 commits intomainfrom
awagner-mainz merged 9 commits intomainfrom
Conversation
Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
- api/authentication.md: Bearer token auth, admin vs user keys, error handling - api/endpoints/users.md: User CRUD operations, API key generation - api/endpoints/projects.md: Project management, sharing, ownership transfer - api/endpoints/llm-services.md: Instances and definitions architecture - api/endpoints/api-standards.md: Authentication method configuration - api/endpoints/embeddings.md: Batch upload, validation, metadata schemas - api/endpoints/similars.md: Vector similarity search with filtering - api/query-parameters.md: Complete reference for pagination and filtering - api/patch-updates.md: Partial resource updates documentation - api/error-handling.md: HTTP status codes, error formats, troubleshooting Each file includes: - Hugo front matter with title and weight - HTTP methods and authentication requirements - curl examples with request/response formats - Parameter documentation - Error handling examples - Links to related documentation Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
…ronment variables, and security Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
…erformance Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
- Add reference/configuration.md: Complete config reference consolidating info from getting-started/configuration.md and deployment/environment-variables.md - Add reference/database-schema.md: Full database schema reference documenting all tables from migration files 001 and 004 - Add reference/roadmap.md: Product roadmap extracted from README.md with completed/planned features Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
…ons workflow Co-authored-by: awagner-mainz <2088443+awagner-mainz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Reorganize project documentation with Hugo setup
Reorganize documentation with Hugo and streamline README
Feb 8, 2026
Contributor
|
@copilot I plan on renaming the software and the repository (to "embapi" for "Embeddings API"). Should I do this before or after merging this PR? |
Contributor
Author
I recommend merging this PR first, then renaming afterward. Here's why: Merge first:
After merge, the rename will need updates to:
The documentation structure created in this PR will make the rename easier since everything is centralized in Hugo. |
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
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.
README was 700+ lines with mixed content. Documentation files scattered and inconsistently organized. Missing docs for metadata filtering in similarity search.
Changes
Hugo Documentation Site
docs/themes/bookmetadata_path/metadata_valuequery parameters for excluding documents in similarity search)README Streamlining
Deployment
.github/workflows/deploy-docs.ymlCleanup
Example: New Quick Start in README
Documentation will be available at
https://mpilhlt.github.io/dhamps-vdb/after merge.Original prompt
Documentation Reorganization with Hugo
Objective
Reorganize the project documentation by creating a Hugo-based documentation site and streamlining the README to be concise with prominent feature list and quick setup guide.
Current Issues
docs/are inconsistently organizedRequired Changes
1. Hugo Setup
Create a new Hugo documentation site in
docs/:hugo-book) as a git submoduledocs/config.tomlwith proper configuration:2. New README Structure
Rewrite README.md to be concise (~200-300 lines) with:
Keep sections:
Title, badges, and brief introduction
Enhanced Features section with comprehensive list:
Quick Start section with practical curl examples showing a complete workflow:
Brief "Getting Started" pointing to full docs
Link to documentation site:
📚 **[Full Documentation](https://mpilhlt.github.io/dhamps-vdb/)**License and Contributing (brief)
Remove from README (move to Hugo site):
3. Hugo Content Structure
Create content files in
docs/content/: