-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
553: Migrate docs hosting to Meilisearch subdomain r=brunoocasali a=Strift # 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: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Strift <laurent@meilisearch.com>
- Loading branch information
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{# | ||
Extending the default phpDocumentor layout | ||
https://github.com/phpDocumentor/phpDocumentor/blob/master/data/templates/default/layout.html.twig | ||
#} | ||
|
||
{% extends 'layout.html.twig' %} | ||
|
||
{% block javascripts %} | ||
{{ parent() }} | ||
<script src="https://cdn.usefathom.com/script.js" data-site="QNBPJXIV" defer></script> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
php-sdk-docs.meilisearch.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters