Chris Beams
f1cd797fd3
Fix "Fork me on GitHub" ribbon URL
2013-08-22 14:22:44 +02:00
Chris Beams
00119e8b87
Populate "Fork me on GitHub" ribbon URL
2013-08-22 14:20:04 +02:00
Chris Beams
5fa6949bd1
Rename github => github_repo_url
2013-08-22 14:18:30 +02:00
Gonçalo Silva and Nick Street
cec3179104
Restructuring sidebar related resources panel
...
[Finishes #55621314 ]
2013-08-22 10:48:29 +01:00
Gonçalo Silva and Nick Street
d148bc7af4
Enabling copy buttons functionality
...
[finishes #55299248 ]
2013-08-21 14:20:14 +01:00
Jesse Heitler and Kurtis Seebaldt
a17592cd76
Defaulting the download widget selector to the current release
...
[#55229228 ]
2013-08-21 12:32:40 +01:00
Jesse Heitler and Kurtis Seebaldt
6797361384
Adding project aggregator template
2013-08-21 12:15:00 +01:00
Gonçalo Silva and Nick Street
0a3cde4155
Fixing sample badge includes
2013-08-21 10:21:11 +01:00
Gonçalo Silva and Nick Street
26d55157f6
Renamed quick-start widget to download-widget
2013-08-21 09:26:47 +01:00
Gonçalo Silva and Nick Street
7ddc00fb4f
Removed ability to add custom paragraph to download/quickstart widget
2013-08-21 09:16:40 +01:00
David Friermor
31a45df4ff
Added fork me on github ribbon, billboard icon, and forum icon to sample project home. [ #55407672 #55353870 ]
2013-08-20 11:01:33 -07:00
Gonçalo Silva and Nick Street
398d33e7fa
Renaming includes to be markdown files
2013-08-20 17:46:40 +01:00
Gonçalo Silva and Nick Street
4aee1c9b32
Restructuring the way pages are setup, regarding includes & layouts
2013-08-20 16:51:38 +01:00
Chris Beams
05ac50014c
Fix heading on tutorials in sidebar from H2 to H3
2013-08-17 20:08:42 +02:00
Chris Beams
b5c5119ba9
Simplify configuration and rendering of breadcrumb
2013-08-17 17:36:43 +02:00
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:
2013-08-16 12:05:17 +01:00
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 ]
2013-08-16 11:22:46 +01:00
Dave Syer and Nick Street
9398e525b4
Quick Start jump link now works
2013-08-16 10:28:05 +01:00
Dave Syer and Nick Street
d86dfe2b87
Show forum icon
2013-08-16 10:22:16 +01:00
Dave Syer and Nick Street
d9771b60de
Added example build badges
2013-08-16 10:12:25 +01:00
Dave Syer and Nick Street
058ae7ec8f
Reordering quickstart content
...
[#55151742 ]
2013-08-16 09:44:39 +01:00
Jeff Taggart and Nick Street
4dd758b034
Renamed additional to sidebar
...
[#55151742 ]
2013-08-16 09:34:55 +01:00
Jeff Taggart and Nick Street
8511585def
Added gradle dependencies.
...
[#55215004 ]
2013-08-15 16:39:52 +01:00
Dave Syer
09c6620fee
Tidy up breadcrumbs and use .html
2013-08-15 15:53:43 +01:00
Chris Beams
aada0bba9a
Update breadcrumb and title in layouts
2013-08-15 16:29:41 +02:00
Dave Syer
c506a55814
Refactor and rename some pieces
...
* Removed some TODOs
* _layouts: columns -> rightnav
* _includes: projects -> badges
* hom page: links -> breadcrumbs
2013-08-15 14:44:19 +01:00
Dave Syer
eeec83816e
Add conditional processing for links at top of home page
2013-08-15 13:03:12 +01:00
Dave Syer
f430dd1d01
Merge changes from origin
2013-08-15 12:36:52 +01:00
Jeff Taggart and Nick Street
b7f6d856e5
Display repository if required in quickstart maven snippet widget
...
[#52044647 ]
2013-08-15 12:24:42 +01:00
Dave Syer
500c7768de
Fix right column
2013-08-15 12:23:37 +01:00
Dave Syer
93467a3e91
Extract right.md as an include
2013-08-15 12:05:16 +01:00
Dave Syer
36c8334f04
Extract project specific stuff to layout on home page
2013-08-15 11:01:00 +01:00
Kurtis Seebaldt and Nick Street
14aec887f0
Added bootstrap select for quick start
...
[#52044647 ]
2013-08-14 17:47:24 +01:00
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
2013-08-14 15:42:35 +01:00
Kurtis Seebaldt and Nick Street
6307a2bf04
Use styled HTML for documentation widgets
...
[#55151702 ]
2013-08-14 13:55:56 +01:00
Kurtis Seebaldt and Nick Street
d196a523ca
Projects can now add documentation and quickstart widgets
...
[#52044647 ]
2013-08-13 16:28:57 +01:00
Kurtis Seebaldt and Nick Street
ed58c82fd4
Refactored ProjectModel
...
[#52044647 ]
2013-08-13 12:18:28 +01:00
Kurtis Seebaldt and Nick Street
3607b8f32a
Refactoring ProjectDocumentationWidget
2013-08-13 12:18:28 +01:00