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.
crate
1 parent 46ad963 commit 75948f8Copy full SHA for 75948f8
app/components/crate-sidebar.hbs
@@ -46,20 +46,6 @@
46
/>
47
{{/if}}
48
49
- {{#if @crate.wiki}}
50
- <CrateSidebar::Link
51
- @title="Wiki"
52
- @url={{@crate.wiki}}
53
- />
54
- {{/if}}
55
-
56
- {{#if @crate.mailing_list}}
57
58
- @title="Mailing list"
59
- @url={{@crate.mailing_list}}
60
61
62
63
{{#if @version.documentationLink}}
64
<CrateSidebar::Link
65
@title="Documentation"
app/models/crate.js
@@ -14,9 +14,6 @@ export default class Crate extends Model {
14
15
@attr description;
16
@attr homepage;
17
- @attr wiki;
18
- @attr mailing_list;
19
- @attr issues;
20
@attr documentation;
21
@attr repository;
22
@attr exact_match;
0 commit comments