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

docs(algolia): also add functions to algolia index #10211

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

gforsyth
Copy link
Member

@gforsyth gforsyth commented Sep 24, 2024

Description of changes

I wrote some hacky stuff a while back to add the various methods to the
Algolia index so that they would show up in search.

This is basically the same thing again, except it grabs the top-level
anchored functions that are generated by quartodoc (and which are not
included in the quarto-generated search.json file).

I've run this already to populate the index manually, and now functions
like ibis.get_backend and ibis.set_backend show up in search.

I wrote some hacky stuff a while back to add the various methods to the
Algolia index so that they would show up in search.

This is basically the same thing again, except it grabs the top-level
anchored functions that are generated by `quartodoc` (and which are not
included in the quarto-generated `search.json` file).

I've run this already to populate the index manually, and now functions
like `ibis.get_backend` and `ibis.set_backend` now show up in search.
@github-actions github-actions bot added the ci Continuous Integration issues or PRs label Sep 24, 2024
@gforsyth gforsyth added the docs Documentation related issues or PRs label Sep 24, 2024
@jcrist jcrist merged commit 5ae697e into ibis-project:main Sep 24, 2024
80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration issues or PRs docs Documentation related issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants