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

Migrate docs hosting to Meilisearch subdomain #553

Merged
merged 6 commits into from
Jul 20, 2023
Merged

Conversation

Strift
Copy link
Collaborator

@Strift Strift commented Jul 18, 2023

Pull Request

This PR aims at migrating the generated phpDocumentor docs to php-sdk-docs.meilisearch.com instead of Github Pages.

(Please ignore the Vercel preview below. It's not relevant anymore.)

What does this PR do?

This PR:

  • Adds the Fathom Analytics script to the generated HTML
  • Update the title of the generated docs

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

@vercel
Copy link

vercel bot commented Jul 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
meilisearch-php-docs ✅ Ready (Inspect) Visit Preview Jul 18, 2023 5:54pm

@Strift Strift marked this pull request as draft July 18, 2023 17:54
@Strift Strift marked this pull request as ready for review July 18, 2023 18:19
@brunoocasali brunoocasali added the documentation Improvements or additions to documentation label Jul 18, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

@Strift thanks for taking care of this!

I think you just need to update the README to replace the old link and that's it, we're good to go!

Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Jul 20, 2023

@Strift Strift merged commit 616916e into main Jul 20, 2023
@Strift Strift deleted the migrate-docs-hosting branch July 20, 2023 13:47
meili-bors bot added a commit that referenced this pull request Jul 31, 2023
557: Update version for the next release (v1.3.0) r=brunoocasali a=meili-bot

This version introduces features released on Meilisearch v1.3.0 🎉
Check out the changelog of [Meilisearch v1.3.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.3.0) for more information on the changes. 

⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version.

## 🚀 Enhancements

* Add a base exception interface all exceptions must implement (#534) `@94noni`
* ⚠️ **EXPERIMENTAL**: `setShowRankingScoreDetails` and `search(['showRankingScoreDetails' => boolean])` to show the scores of each relevant document returned in the search.
* ⚠️ **EXPERIMENTAL**: `setVector` and `search(['vector' => [...]])` to enable vector search capabilities.
* Add `setAttributesToSearchOn` and `search(['attributesToSearchOn' => [...]])`
* `index->facetSearch(FacetSearchQuery params)` to search only in facets.

⚠️ The EXPERIMENTAL features are not covered by semver. To explicitly opt-in, check this [guide](https://www.meilisearch.com/docs/reference/api/experimental-features).

## 💅 Misc

* Migrate docs hosting to Meilisearch subdomain (#553) `@Strift`
* Update SDK docs link in README.md (#556) `@Strift`
* [DX] Improve quality of Client class & related (#514) `@stloyd`
* [DX] Add support for PHPUnit 10.1 (#516) `@stloyd`

Thanks again to `@94noni,` `@Strift,` `@alallema,` `@brunoocasali,` `@norkunas` and `@stloyd!` 🎉


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants