File tree Expand file tree Collapse file tree 4 files changed +29
-27
lines changed Expand file tree Collapse file tree 4 files changed +29
-27
lines changed Original file line number Diff line number Diff line change 33
33
}
34
34
35
35
.hl-comment {
36
- color : #6e738d ;
36
+ color : #a3af87 ;
37
37
}
38
38
39
39
.hl-blur {
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ private function getSitemapUrls(): iterable
48
48
yield $ this ->generateAbsoluteUrl ('app_packages ' );
49
49
yield $ this ->generateAbsoluteUrl ('app_icons ' );
50
50
yield $ this ->generateAbsoluteUrl ('app_demos ' );
51
+ yield $ this ->generateAbsoluteUrl ('app_cookbook ' );
52
+ yield $ this ->generateAbsoluteUrl ('app_documentation ' );
51
53
yield $ this ->generateAbsoluteUrl ('app_changelog ' );
52
54
yield $ this ->generateAbsoluteUrl ('app_support ' );
53
55
Original file line number Diff line number Diff line change 5
5
<twig:DocsLink
6
6
title =" Documentation"
7
7
text =" Get going with the official Symfony UX doc."
8
- url =" https://symfony.com/bundles/StimulusBundle/current/index.html"
9
- icon =" symfony"
10
- />
11
- <twig:DocsLink
12
- title =" Screencasts"
13
- text =" Watch UX screencasts on SymfonyCasts."
14
- url =" https://symfonycasts.com/screencast/stimulus"
15
- icon =" symfonycast"
8
+ url =" {{ path(' app_documentation' ) }}"
9
+ icon =" mdi:book-open-variant-outline"
16
10
/>
17
11
<twig:DocsLink
18
12
title =" Community"
19
- text =" Feedback · support · contributions."
13
+ text =" Feedback · ideas · contributions."
20
14
url =" https://github.com/symfony/ux"
21
15
icon =" github"
22
16
/>
17
+ <twig:DocsLink
18
+ title =" Support"
19
+ text =" Ask questions about Symfony UX."
20
+ url =" {{ path(' app_support' ) }}"
21
+ icon =" raphael:help"
22
+ />
23
23
{% endblock %}
24
24
</div >
25
25
</div >
Original file line number Diff line number Diff line change 14
14
url =" {{ package .screencastLink }}"
15
15
icon =" symfonycast"
16
16
/>
17
+ <twig:DocsLink
18
+ title =" Community"
19
+ text =" Feedback · support · contributions."
20
+ url =" https://github.com/symfony/ux"
21
+ icon =" github"
22
+ />
17
23
{% else %}
18
24
<twig:DocsLink
19
- title =" Screencasts"
20
- text =" Watch UX screencasts on SymfonyCasts."
21
- url =" https://symfonycasts.com/screencast/stimulus"
22
- icon =" symfonycast"
25
+ title =" Community"
26
+ text =" Feedback · support · contributions."
27
+ url =" https://github.com/symfony/ux"
28
+ icon =" github"
29
+ />
30
+ <twig:DocsLink
31
+ title =" Support"
32
+ text =" Get help with Symfony UX {{ package .humanName }}"
33
+ url =" {{ url(' app_support' ) }}"
34
+ icon =" symfony"
23
35
/>
24
36
{% endif %}
25
- {% if package .docsLink %}
26
- {# <twig:DocsLink #}
27
- {# url="{{ package.docsLink }}" #}
28
- {# title="Related Docs" #}
29
- {# text="{{ package.docsLinkText }}" #}
30
- {# /> #}
31
- {% endif %}
32
- <twig:DocsLink
33
- title =" Community"
34
- text =" Feedback · support · contributions."
35
- url =" https://github.com/symfony/ux"
36
- icon =" github"
37
- />
37
+
38
38
</div >
39
39
</div >
40
40
</aside >
You can’t perform that action at this time.
0 commit comments