Skip to content
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

Add --allow-indexing option for the generate command #264

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

reakaleek
Copy link
Member

@reakaleek reakaleek commented Jan 17, 2025

Closes #249

@reakaleek reakaleek self-assigned this Jan 17, 2025
@reakaleek reakaleek requested a review from a team January 17, 2025 11:26
@@ -34,6 +36,8 @@ public class LayoutViewModel
public required string? UrlPathPrefix { get; set; }
public required string? GithubEditUrl { get; set; }

public bool AllowIndexing { get; init; }
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
public bool AllowIndexing { get; init; }
public required bool AllowIndexing { get; init; }

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

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

One small nit, otherwise LGTM!

@reakaleek reakaleek merged commit 1d36c3d into main Jan 17, 2025
4 checks passed
@reakaleek reakaleek deleted the feature/allow-indexing-option branch January 17, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Ability to disable crawling
2 participants