-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add script for regenerating the list of repositories #11
base: source
Are you sure you want to change the base?
Conversation
By running `julia --proj=. update.jl > src/index.md`
PackageDefinition( | ||
"IOCapture", "https://github.com/JuliaDocs/IOCapture.jl", | ||
[ | ||
"README" => "https://github.com/JuliaDocs/IOCapture.jl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repo has docs but someone would need to edit its metadata to set https://docs.juliahub.com/General/IOCapture/ as the "homepage"
Similar for several of the other packages. Then this can be regenerated
PackageDefinition( | ||
"ANSIColoredPrinters", "https://github.com/JuliaDocs/ANSIColoredPrinters.jl", | ||
[ | ||
"README" => "https://github.com/JuliaDocs/ANSIColoredPrinters.jl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has docs, url just needs to be set as homepage URL in the github metadata
PackageDefinition( | ||
"DemoCards", "https://github.com/JuliaDocs/DemoCards.jl", | ||
[ | ||
"README" => "https://github.com/JuliaDocs/DemoCards.jl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has docs, url just needs to be set as homepage URL in the github metadata
PackageDefinition( | ||
"DocumentationGeneratorRegistry", "https://github.com/JuliaDocs/DocumentationGeneratorRegistry", | ||
[ | ||
"README" => "https://github.com/JuliaDocs/DocumentationGeneratorRegistry", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this repo be omitted from the list?
PackageDefinition( | ||
"DocumenterInventoryWritingBackport", "https://github.com/JuliaDocs/DocumenterInventoryWritingBackport.jl", | ||
[ | ||
"README" => "https://github.com/JuliaDocs/DocumenterInventoryWritingBackport.jl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repo maybe should not be listed?
PackageDefinition( | ||
"LiveServer", "https://github.com/JuliaDocs/LiveServer.jl", | ||
[ | ||
"README" => "https://github.com/JuliaDocs/LiveServer.jl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has docs, url just needs to be set as homepage URL in the github metadata
PackageDefinition( | ||
"ModuleDocstrings", "https://github.com/JuliaDocs/ModuleDocstrings.jl", | ||
[ | ||
"README" => "https://github.com/JuliaDocs/ModuleDocstrings.jl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has docs, url just needs to be set as homepage URL in the github metadata
"README" => "https://github.com/JuliaDocs/CodeEvaluation.jl", | ||
], | ||
[ | ||
"https://codecov.io/gh/JuliaDocs/CodeEvaluation.jl/branch/main/graph/badge.svg" => "https://codecov.io/gh/JuliaDocs/CodeEvaluation.jl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
currently invalid but would become valid if someone merges JuliaDocs/CodeEvaluation.jl#5
Work in progress. Some TODOs
DocumentationGeneratorRegistry
(in light of Documentation Re-hosting Issues and Process for 2024 JuliaComputing/JuliaHub-Feedback#161 (comment))