We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e21e8 commit 429e6b4Copy full SHA for 429e6b4
src/registry.jl
@@ -1,6 +1,10 @@
1
+# The registry cloning URLs are tried in order. Currently (on the 0.7 branch),
2
+# we still try to clone the registry first from JuliaDocs, remaining consistent
3
+# with the earlier releases. But we will fall back to the JuliaComputing URL
4
+# if it stops working.
5
const DOCS_REGISTRIES = [
- "https://github.com/JuliaComputing/DocumentationGeneratorRegistry.git",
6
"https://github.com/JuliaDocs/DocumentationGeneratorRegistry.git",
7
+ "https://github.com/JuliaComputing/DocumentationGeneratorRegistry.git",
8
]
9
10
"""
0 commit comments