Skip to content

Comments

ci(build): Fix double docs on public paths#178

Merged
dmitrii-parshenkov merged 2 commits intomainfrom
fix-dockerfile
Aug 21, 2025
Merged

ci(build): Fix double docs on public paths#178
dmitrii-parshenkov merged 2 commits intomainfrom
fix-dockerfile

Conversation

@dmitrii-parshenkov
Copy link
Contributor

No description provided.

@vercel
Copy link
Contributor

vercel bot commented Aug 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
mostlyai-docs Ready Ready Preview Comment Aug 20, 2025 10:38am

Copy link

Copilot AI left a comment

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 fixes double "docs" in public paths by updating documentation links and implementing URL rewrite rules to prevent path duplication. The changes ensure that dataset URLs point to the correct /public-datasets/ directory instead of /datasets/ and handle cases where "docs" appears twice in URLs.

  • Updated all dataset URLs from /datasets/ to /public-datasets/ across documentation files
  • Added Caddy rewrite rules to handle double /docs/docs/ paths
  • Removed redundant redirects from Next.js configuration and added Docker build fixes

Reviewed Changes

Copilot reviewed 14 out of 22 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pages/synthetic-datasets/seeded-generation.mdx Updated dataset URL to use public-datasets path
pages/synthetic-datasets/rebalance-columns.mdx Updated dataset URL to use public-datasets path
pages/quick-start/model-creators.mdx Updated dataset URLs to use public-datasets path
pages/generators/train.mdx Updated dataset URLs to use public-datasets path
pages/generators/configure/speed-up-training.mdx Updated dataset URLs to use public-datasets path
pages/generators/configure/set-table-relationships/multi-table.mdx Updated dataset URLs to use public-datasets path
pages/generators/configure/set-encoding-types.mdx Updated dataset URL to use public-datasets path
pages/generators/configure/improve-model-accuracy.mdx Updated dataset URLs to use public-datasets path
pages/generators/configure/enable-flexible-generation.mdx Updated dataset URL to use public-datasets path
pages/datasets/demo-datasets.mdx Updated all dataset download URLs to use public-datasets path
next.config.mjs Removed redundant dataset redirects
docker/server.Caddyfile Added rewrite rule to handle double docs paths
Dockerfile Added sed commands to fix double docs paths in build output
.github/workflows/build-docker-image.yaml Updated Docker build configuration with SBOM and provenance settings

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dmitrii-parshenkov dmitrii-parshenkov merged commit c3e0f7d into main Aug 21, 2025
4 checks passed
@dmitrii-parshenkov dmitrii-parshenkov deleted the fix-dockerfile branch August 21, 2025 06:04
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.

1 participant