Skip to content

Commit 9c2c227

Browse files
committed
[Docs] Tweak the structure of the index page
1 parent 22925dd commit 9c2c227

1 file changed

Lines changed: 21 additions & 12 deletions

File tree

doc/modules/ROOT/pages/index.adoc

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ are available, Projectile will leverage them.
2020

2121
== Features
2222

23-
Here's a glimpse of Projectile in action (find file in project using `ivy`):
24-
25-
image::projectile-demo.gif[Projectile Screenshot]
26-
27-
In this short demo you can see:
28-
29-
* finding files in a project
30-
* switching between implementation and test
31-
* switching between projects
32-
3323
Projectile provides easy project management and navigation. The
3424
concept of a project is pretty basic - just a folder containing
3525
special file. Currently most VCS repos (e.g. `git`, `mercurial`, etc)
@@ -59,12 +49,31 @@ Projectile's features:
5949
* browse dirty version controlled projects
6050
* support for multiple minibuffer completion/selection libraries (e.g. `ido`, `ivy` and `helm`)
6151

52+
== Projectile in Action
53+
54+
Here's a glimpse of Projectile in action (using `ivy` for minibuffer completion):
55+
56+
image::projectile-demo.gif[Projectile Screenshot]
57+
58+
In this short demo you can see:
59+
60+
* finding files in a project
61+
* switching between implementation and test
62+
* switching between projects
63+
6264
== Supporting Projectile
6365

64-
NOTE: A bit of trivia for you - Projectile was my very first open-source project and
65-
it has a very special place in my heart!
66+
I've started working on Projectile in 2011 and I've supporting it ever since. It slowly grew from an obscure
67+
project with a single user to one of the most popular packages in the realm of Emacs. It's a fun project,
68+
but it also requires a lot of work.
6669

6770
You can support my work on Projectile via
6871
https://www.paypal.me/bbatsov[PayPal],
6972
https://www.patreon.com/bbatsov[Patreon] and
7073
https://github.com/sponsors/bbatsov[GitHub Sponsors].
74+
75+
Check out the xref:contributing.adoc["Contributing"] section of the docs for all the way in which you can help
76+
Projectile.
77+
78+
NOTE: A bit of trivia for you - Projectile was my very first open-source project and
79+
it has a very special place in my heart!

0 commit comments

Comments
 (0)