Restructuring sidebar related resources panel

[Finishes #55621314]
parent d148bc7a
......@@ -8,14 +8,6 @@
{% endif %}
{% endcapture %}
{% capture sidebar %}
{% if site.sample %}
{% include samples/sidebar.md %}
{% else %}
{% include sidebar.md %}
{% endif %}
{% endcapture %}
{%unless badges contains 'not found in _includes directory' %}
<div class="right-pane-widget--container no-top-border">
<div class="project-sub-link--wrapper">
......@@ -24,8 +16,6 @@
</div>
{%endunless%}
{%unless sidebar contains 'not found in _includes directory' %}
<div class="right-pane-widget--container no-top-border project-sidebar-resource--wrapper">
{{ sidebar | markdownify }}
</div>
{%endunless%}
{{ include.related_resources | markdownify }}
</div>
\ No newline at end of file
### Spring Data JPA Sample Projects
* [Project Name 1](#)
* [Project name 2](#)
* [Project name nth](#)
### Getting Started Guides
* [Getting Started Guide 1]({{site.main_site_url}}/gs-rest-service)
* [Getting Started Guide 2]({{site.main_site_url}}/gs-rest-service)
* [Getting Started Guide nth]({{site.main_site_url}}/gs-rest-service)
### Tutorials
* [Tutorial 1](#)
* [Tutorial 2](#)
* [Tutorial nth](#)
......@@ -56,6 +56,27 @@ public static void main(){
{% endcapture %}
{% capture related_resources %}
### Spring Sample Projects
{% include project_home_include.md parent_link=parent_link billboard_description=billboard_description main_content=main_content %}
* [Project Name 1](#)
* [Project name 2](#)
* [Project name nth](#)
### Getting Started Guides
* [Getting Started Guide 1]({{site.main_site_url}}/gs-rest-service)
* [Getting Started Guide 2]({{site.main_site_url}}/gs-rest-service)
* [Getting Started Guide nth]({{site.main_site_url}}/gs-rest-service)
### Tutorials
* [Tutorial 1](#)
* [Tutorial 2](#)
* [Tutorial nth](#)
{% endcapture %}
{% include project_home_include.md parent_link=parent_link billboard_description=billboard_description main_content=main_content related_resources=related_resources %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment