From 008c08b58182ff8ac53d7f967f7e216a4303d01e Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 21 Dec 2020 09:53:45 +0200 Subject: [Docs] Tweak some wording --- doc/modules/ROOT/pages/index.adoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/modules/ROOT/pages/index.adoc b/doc/modules/ROOT/pages/index.adoc index ad126d3..f9982a2 100644 --- a/doc/modules/ROOT/pages/index.adoc +++ b/doc/modules/ROOT/pages/index.adoc @@ -22,12 +22,15 @@ are available, Projectile will leverage them. Projectile provides easy project management and navigation. The concept of a project is pretty basic - just a folder containing -special file. Currently most VCS repos (e.g. `git`, `mercurial`, etc) +special file.footnote:[That file is called a "project marker" in Projectile's lingo.] Currently most VCS repos (e.g. `git`, `mercurial`, etc) are considered projects by default, as are directories containing build tools (e.g. `maven`, `leiningen`, etc) or framework markers (e.g. Ruby on Rails). If you want to mark a folder manually as a -project just create an empty `.projectile` file in it. Some of -Projectile's features: +project just create an empty `.projectile` file in it. + +TIP: You can learn more about Projectile's notion of a project xref:projects.adoc[here]. + +Here are some of Projectile's features in no particular order: * jump to a file in project * jump to files at point in project -- cgit v1.0