fix(developers): remove dead Quran.com API project card - #3300
Open
hammadxcm wants to merge 1 commit into
Open
Conversation
The "Quran.com API" card in the Developers page "Our projects" grid linked to https://github.com/quran/quran.com-api, which now 404s — the public Rails backend repo is no longer available. Quran data/search are now served by the Quran Foundation API (api-docs.quran.foundation), which this page already links to via the API Documentation section. Removes the stale project entry and its orphaned `en` locale strings. Translated locales are managed via Lokalise and will sync automatically. Closes quran#3235
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Quran.com API card in the Developers page → "Our projects" grid links to
https://github.com/quran/quran.com-api, which now returns a 404 — the public Rails backend repository is no longer available.Since Quran data, search, and translations are now served by the Quran Foundation API (
https://api-docs.quran.foundation) — which this same page already links to via the API Documentation section — this PR removes the stale, broken project card rather than pointing it at a non-equivalent target.Changes
q-apientry from theprojectsarray insrc/pages/developers/index.tsx.projects.items.q-apistrings fromlocales/en/developers.json(source locale). Translated locales are managed via Lokalise and will sync automatically.Test plan
/developersand scroll to the "Our projects" section.Closes #3235