mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Renaming includes to be markdown files
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
<div class="billboard--wrapper project-header--wrapper">
|
||||
<div class="billboard--container">
|
||||
<div class="container-fluid">
|
||||
<div class="content--title">
|
||||
{% capture breadcrumb %}
|
||||
[Projects]({{ site.projects_site_url }}){% if include.parent_link %} : {{ include.parent_link }}{% endif %}
|
||||
{% endcapture %}
|
||||
{{ breadcrumb | markdownify }}
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="span8">
|
||||
<div class="project--links--container">
|
||||
<a href="{{ site.github }}" class="project-link">
|
||||
<i class="icon-github"></i>
|
||||
</a>
|
||||
<a href="{{ site.forum }}" class="project-link project-link-forum">
|
||||
<i class="icon-comment-alt"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="project--title">{{ site.name }}</div>
|
||||
|
||||
<div class="project--description">
|
||||
{{ include.billboard_description | markdownify }}
|
||||
</div>
|
||||
<a class="btn btn-black uppercase project-quickstart-btn" href="#quick-start">Quick Start</a> <!-- TODO: this button not working -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="billboard-bg spring-data--bg"></div>
|
||||
</div>
|
||||
@@ -0,0 +1,31 @@
|
||||
<div class="billboard--wrapper project-header--wrapper">
|
||||
<div class="billboard--container">
|
||||
<div class="container-fluid">
|
||||
<div class="content--title">
|
||||
{% capture breadcrumb %}
|
||||
[Projects]({{ site.projects_site_url }}){% if include.parent_link %} : {{ include.parent_link }}{% endif %}
|
||||
{% endcapture %}
|
||||
{{ breadcrumb | markdownify }}
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="span8">
|
||||
<div class="project--links--container">
|
||||
<a href="{{ site.github }}" class="project-link">
|
||||
<i class="icon-github"></i>
|
||||
</a>
|
||||
<a href="{{ site.forum }}" class="project-link project-link-forum">
|
||||
<i class="icon-comment-alt"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="project--title">{{ site.name }}</div>
|
||||
|
||||
<div class="project--description">
|
||||
{{ include.billboard_description | markdownify }}
|
||||
</div>
|
||||
<a class="btn btn-black uppercase project-quickstart-btn" href="#quick-start">Quick Start</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="billboard-bg spring-data--bg"></div>
|
||||
</div>
|
||||
@@ -1,3 +0,0 @@
|
||||
{% capture body %}
|
||||
IN project captures
|
||||
{% endcapture %}
|
||||
@@ -1,6 +1,4 @@
|
||||
<!-- Do not add indents, as this file is processed as markdown -->
|
||||
|
||||
{% include billboard.html %}
|
||||
{% include billboard.md %}
|
||||
|
||||
<div class="billboard-body--wrapper project-body--container">
|
||||
<div class="row-fluid">
|
||||
@@ -9,6 +7,6 @@
|
||||
{{ include.project_content | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="span4">{% include project_sidebar.html %}</div>
|
||||
<div class="span4">{% include project_sidebar.md %}</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,4 +1,4 @@
|
||||
{% include documentation.html %}
|
||||
{% include documentation.md %}
|
||||
|
||||
{% capture badges %}
|
||||
{% if site.sample %}
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
{%unless badges contains 'not found in _includes directory' %}
|
||||
<div class="right-pane-widget--container no-top-border">
|
||||
<div class="project-sub-link--wrapper">
|
||||
<div class="project-sub-link--wrapper">
|
||||
{{ badges | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{%endunless%}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<!-- Do not add indents, as this file is processed as markdown -->
|
||||
|
||||
<div class="project-body--section" id="quick-start">
|
||||
|
||||
<div class="row-fluid quickstart--container">
|
||||
@@ -1,6 +1,6 @@
|
||||
{% capture cilink %}
|
||||
<a href="https://drone.io/github.com/springframework-meta/gs-rest-service/latest">
|
||||
<img src="https://drone.io/github.com/springframework-meta/gs-rest-service/status.png">
|
||||
<img src="https://drone.io/github.com/springframework-meta/gs-rest-service/status.png">
|
||||
</a>
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ extraordinary claims require extraordinary evidence stirred by
|
||||
starlight, culture? Flatland Tunguska event finite but unbounded
|
||||
corpus callosum!
|
||||
|
||||
{% include quickstart.html quickstart_description=quickstart %}
|
||||
{% include quickstart.md quickstart_description=quickstart %}
|
||||
|
||||
Radio telescope Orion's sword science, brain is the seed of intelligence. Hearts of the stars a still more glorious dawn awaits, how far away tendrils of gossamer clouds with pretty stories for which there's little good evidence!
|
||||
|
||||
@@ -62,4 +62,4 @@ Intelligent beings are creatures of the cosmos at the edge of forever of brillia
|
||||
|
||||
|
||||
|
||||
{% include project_home_include.html parent_link=parent_link billboard_description=billboard_description project_content=project_content %}
|
||||
{% include project_home_include.md parent_link=parent_link billboard_description=billboard_description project_content=project_content %}
|
||||
|
||||
Reference in New Issue
Block a user