Skip to content

Move to docs-builder with support for nested toc.yml files #257

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

Merged
merged 5 commits into from
Jan 28, 2025

Conversation

Mpdreamz
Copy link
Member

No description provided.

@Mpdreamz Mpdreamz marked this pull request as ready for review January 27, 2025 10:59
reakaleek
reakaleek previously approved these changes Jan 27, 2025
{
"label": "Serve Documentation",
"type": "shell",
"command": "docker run -v \"./.git:/app/.git\" -v \"./docs:/app/docs\" -v \"./.artifacts:/app/.artifacts\" --platform linux/amd64 -p 8080:8080 ghcr.io/elastic/docs-builder:edge serve",
Copy link
Member

Choose a reason for hiding this comment

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

Should this be -p 3000:3000 now?

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed these for now while I investigate how to best expose these.

Given the repository layout we need different mount strategy

docker run -v "./.git:/app/.git" -v ".:/app/docs" -v "./.artifacts:/app/.artifacts" -p 3000:3000 --expose 3000 ghcr.io/elastic/docs-builder:edge --force

Yields a few errors we need to address in docs-builder after we merge this.

Copy link
Member

@bmorelli25 bmorelli25 left a comment

Choose a reason for hiding this comment

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

Awesome, thanks!

@Mpdreamz Mpdreamz merged commit 7c3471e into main Jan 28, 2025
2 checks passed
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