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

Put links to Arabic translation of Anki manual #6

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

abdnh
Copy link

@abdnh abdnh commented Aug 16, 2022

This updates the Anki manual links to point to the translated version.

There are still some linkcheck errors originating from links to github.com and groups.google.com. These are harder to fix. What do you think about excluding them from all manuals using something like this?

diff --git a/mdbook/ar/book.toml b/mdbook/ar/book.toml
index 076e38c..1de2f44 100644
--- a/mdbook/ar/book.toml
+++ b/mdbook/ar/book.toml
@@ -23,6 +23,7 @@ renderer = ["html"]
 optional = true
 warning-policy = "warn"
 follow-web-links = true
+exclude = [ 'github.com', 'groups.google.com']
 
 [output.html.fold]
 enable = true

warning-policy = "warn" should prevent the build from failing AFAIK, but it's not working for some reason. I'll investigate why.

@krmanik
Copy link
Owner

krmanik commented Sep 18, 2022

Hi, Sorry, But I didn't get notification for this. I don't know why. I will merge it now.
Thanks

@krmanik krmanik merged commit 82183b6 into krmanik:main Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants