Chris Beams
f1cd797fd3
Fix "Fork me on GitHub" ribbon URL
13 years ago
Chris Beams
00119e8b87
Populate "Fork me on GitHub" ribbon URL
13 years ago
Chris Beams
5fa6949bd1
Rename github => github_repo_url
13 years ago
Gonçalo Silva and Nick Street
cec3179104
Restructuring sidebar related resources panel
...
[Finishes #55621314 ]
13 years ago
Gonçalo Silva and Nick Street
d148bc7af4
Enabling copy buttons functionality
...
[finishes #55299248 ]
13 years ago
Jesse Heitler and Kurtis Seebaldt
a17592cd76
Defaulting the download widget selector to the current release
...
[#55229228 ]
13 years ago
Jesse Heitler and Kurtis Seebaldt
6797361384
Adding project aggregator template
13 years ago
Gonçalo Silva and Nick Street
0a3cde4155
Fixing sample badge includes
13 years ago
Gonçalo Silva and Nick Street
26d55157f6
Renamed quick-start widget to download-widget
13 years ago
Gonçalo Silva and Nick Street
7ddc00fb4f
Removed ability to add custom paragraph to download/quickstart widget
13 years ago
David Friermor
31a45df4ff
Added fork me on github ribbon, billboard icon, and forum icon to sample project home. [ #55407672 #55353870 ]
13 years ago
Gonçalo Silva and Nick Street
398d33e7fa
Renaming includes to be markdown files
13 years ago
Gonçalo Silva and Nick Street
4aee1c9b32
Restructuring the way pages are setup, regarding includes & layouts
13 years ago
Chris Beams
05ac50014c
Fix heading on tutorials in sidebar from H2 to H3
13 years ago
Chris Beams
b5c5119ba9
Simplify configuration and rendering of breadcrumb
13 years ago
Dave Syer and Nick Street
540075dead
Project authors can override dependency snippet rendering
...
- For example, create _includes/pom.xml with the following content:
<dependencies>
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>{@= artifactId @}</artifactId>
<version>{@= version @}</version>
</dependency>
</dependencies>
{@ if (repository) { @}
<repositories>
<repository>
<id>{@= repository.id @}</id>
<name>{@= repository.name @}</name>
<url>{@= repository.url @}</url>
<snapshots>
<enabled>{@= repository.snapshotsEnabled @}</enabled>
</snapshots>
</repository>
</repositories>{@ } @}
- For gradle, create _includes/build.gradle with the following content:
13 years ago
Dave Syer and Nick Street
7773266a3a
Gradle and maven snippets can be externalised
...
* Maven templates go in _includes/maven_{dependency,repository}.xml
* Gradle templates go in _includes/gradle_{dependency,repository}.gradle
Example maven_dependency.xml
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>{@= artifactId @}</artifactId>
<version>{@= version @}</version>
</dependency>
[#55283992 ]
13 years ago
Dave Syer and Nick Street
9398e525b4
Quick Start jump link now works
13 years ago
Dave Syer and Nick Street
d86dfe2b87
Show forum icon
13 years ago
Dave Syer and Nick Street
d9771b60de
Added example build badges
13 years ago
Dave Syer and Nick Street
058ae7ec8f
Reordering quickstart content
...
[#55151742 ]
13 years ago
Jeff Taggart and Nick Street
4dd758b034
Renamed additional to sidebar
...
[#55151742 ]
13 years ago
Jeff Taggart and Nick Street
8511585def
Added gradle dependencies.
...
[#55215004 ]
13 years ago
Dave Syer
09c6620fee
Tidy up breadcrumbs and use .html
13 years ago
Chris Beams
aada0bba9a
Update breadcrumb and title in layouts
13 years ago
Dave Syer
c506a55814
Refactor and rename some pieces
...
* Removed some TODOs
* _layouts: columns -> rightnav
* _includes: projects -> badges
* hom page: links -> breadcrumbs
13 years ago
Dave Syer
eeec83816e
Add conditional processing for links at top of home page
13 years ago
Jeff Taggart and Nick Street
b7f6d856e5
Display repository if required in quickstart maven snippet widget
...
[#52044647 ]
13 years ago
Dave Syer
500c7768de
Fix right column
13 years ago
Dave Syer
93467a3e91
Extract right.md as an include
13 years ago
Dave Syer
36c8334f04
Extract project specific stuff to layout on home page
13 years ago
Kurtis Seebaldt and Nick Street
14aec887f0
Added bootstrap select for quick start
...
[#52044647 ]
13 years ago
Kurtis Seebaldt and Nick Street
04efbcf66f
Switch to using javascript widgets using site styling
...
- Quickstart selector is implemented using bootstrap-select rather than the dropdown button used elsewhere
- Quickstart selector is still to be styled
13 years ago
Kurtis Seebaldt and Nick Street
6307a2bf04
Use styled HTML for documentation widgets
...
[#55151702 ]
13 years ago
Kurtis Seebaldt and Nick Street
d196a523ca
Projects can now add documentation and quickstart widgets
...
[#52044647 ]
13 years ago
Kurtis Seebaldt and Nick Street
ed58c82fd4
Refactored ProjectModel
...
[#52044647 ]
13 years ago
Kurtis Seebaldt and Nick Street
3607b8f32a
Refactoring ProjectDocumentationWidget
13 years ago