-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Broken Link to Ayu theme in The rustdoc book, Section 4.1 #116977
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-rustdoc-themesArea: Themes for HTML pages generated by rustdocArea: Themes for HTML pages generated by rustdocC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-rustdoc-themesArea: Themes for HTML pages generated by rustdocArea: Themes for HTML pages generated by rustdocC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Location
The rustdoc book, Section 4.1 - What to include (and exclude)
Summary
Broken link found at the end of Section 4.1. The link text is "Ayu", which was intended to lead to an
ayu.cssfile previously located insrc/librustdoc/html/static/css/themes/. However, following a commit, all CSS files in thethemesdirectory have been merged intosrc/librustdoc/html/static/css/rustdoc.css. TheAyu themecode is now found inrustdoc.cssat L2384-L2574. Suggesting to update the link to point to the new location of theAyu themeinrustdoc.css.