Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Add FAQ links for individual extensions in list #961

Closed
wants to merge 5 commits into from

Conversation

mezzode
Copy link
Contributor

@mezzode mezzode commented Oct 27, 2022

See #841

@netlify
Copy link

netlify bot commented Oct 27, 2022

Deploy Preview for tachiyomi failed.

Name Link
🔨 Latest commit 8b6bc0c
🔍 Latest deploy log https://app.netlify.com/sites/tachiyomi/deploys/635ad94d41700b0008881abc

@netlify
Copy link

netlify bot commented Oct 27, 2022

Deploy Preview for tachiyomi ready!

Name Link
🔨 Latest commit 113a056
🔍 Latest deploy log https://app.netlify.com/sites/tachiyomi/deploys/635ef9b76e428400080fd435
😎 Deploy Preview https://deploy-preview-961--tachiyomi.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@Soitora
Copy link
Member

Soitora commented Oct 27, 2022

I think #841 was referring to the FAQ/Changelog entries here https://github.com/tachiyomiorg/tachiyomi-extensions/tree/master/src/all/batoto

@arkon
Copy link
Contributor

arkon commented Oct 27, 2022

Indeed it is. The index JSON indicates if it exists.

@mezzode
Copy link
Contributor Author

mezzode commented Oct 28, 2022

I updated the PR to use the index JSON, but it seems like the index JSON is including some extensions that don't have folders in the tachiyomi-extensions repo as having readmes e.g. Nocturnal scans, Asura scans, miauscan?

@@ -18,6 +18,10 @@ export default {
apkUrl: function () {
return `https://raw.githubusercontent.com/tachiyomiorg/tachiyomi-extensions/repo/apk/${this.item.apk}`;
},
faq: function () {
if (!this.item.hasReadme) return undefined;
return `https://github.com/tachiyomiorg/tachiyomi-extensions/blob/master/src/${this.pkgId.replace('.', '/')}`;
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

@mezzode mezzode Oct 29, 2022

Choose a reason for hiding this comment

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

Ok I can build the url for the multisrc packages but I'm not seeing a way to distinguish which ones need it from the index.json, so I took a stab at making a PR to add it tachiyomiorg/tachiyomi-extensions#14023. I haven't tested it myself and it needs a maintainer to approve the workflow run

@mezzode mezzode marked this pull request as draft October 30, 2022 22:25
@mezzode
Copy link
Contributor Author

mezzode commented Oct 30, 2022

@Soitora
Copy link
Member

Soitora commented Sep 11, 2023

Since your blocked PR https://github.com/tachiyomiorg/tachiyomi-extensions/pull/14023 got inactive, then this should be assumed inactive too unless you revive it.

@Soitora Soitora closed this Sep 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants