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

Fix php icon path on API clients page #318

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Fix php icon path on API clients page #318

merged 1 commit into from
Oct 23, 2023

Conversation

szekelyzol
Copy link
Contributor

Follow-up change for this Asana task.

Summary:

On the API clients page, I referenced an icon in a partial like this:

{% include "_partials/hagrid-item.md" title: "PHP", image: "/_assets/icons/sdk_icons/php.svg", subtitle: "API client",  link: "././apivideo-php-client.md" %}

The important part is that the filname is lowercase: php.svg while in reality, the filename starts with a capital P: Php.svg. The Doctave desktop client renders the icon as expected, but when I published the site, I realized that the icon is not showing up. ⚠️ I've sent the issue to Doctave on Slack.

Fixing the filename in the path ✅

@szekelyzol szekelyzol merged commit 5a02971 into main Oct 23, 2023
28 checks passed
@szekelyzol szekelyzol deleted the Fix-php-icon-path branch October 23, 2023 21:52
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