Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
cec31791
Commit
cec31791
authored
Aug 22, 2013
by
Gonçalo Silva and Nick Street
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restructuring sidebar related resources panel
[Finishes #55621314]
parent
d148bc7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
30 deletions
+24
-30
project_sidebar.md
_includes/project_sidebar.md
+2
-12
sidebar.md
_includes/samples/sidebar.md
+0
-17
project_home.md
sample-pages/project_home.md
+22
-1
No files found.
_includes/project_sidebar.md
View file @
cec31791
...
...
@@ -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
_includes/samples/sidebar.md
deleted
100644 → 0
View file @
d148bc7a
### 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
](
#
)
sample-pages/project_home.md
View file @
cec31791
...
...
@@ -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 %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment