Skip to content

Conversation

@AidanDelaney
Copy link
Member

We have more control over search indices if we use a local search library

@AidanDelaney AidanDelaney requested a review from a team as a code owner November 20, 2025 09:20
@AidanDelaney
Copy link
Member Author

There are too many changes on this branch. Will rebase once #867 is landed

We have more control over search indices if we use a local
search library

Signed-off-by: adelaney21 <[email protected]>
@AidanDelaney AidanDelaney force-pushed the feature/search-using-pagefind branch from 8c02395 to d994db0 Compare November 26, 2025 06:36
Comment on lines -37 to -43
ifeq ($(OS),Windows_NT)
HUGO_OS:=Windows
HUGO_EXT:=zip
ifeq ($(PROCESSOR_ARCHITECTURE),AMD64)
HUGO_ARCH:=64bit
endif
endif
Copy link
Member

Choose a reason for hiding this comment

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

Looks good to me, my only question is: removing these lines means people in the community using Windows will not be able to compile and contribute to the docs repo?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's a toss up between complexity for everyone or asking windows users to use WSL. At the moment I'm on a "remove complexity" charge....I'll find out later where I'm wrong!

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